File tree Expand file tree Collapse file tree 7 files changed +13
-12
lines changed
BugfenderExample.xcodeproj Expand file tree Collapse file tree 7 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1818 "1.13.1" : " https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.13.1/BugfenderSDK.xcframework.zip" ,
1919 "1.13.2" : " https://github.com/bugfender/BugfenderSDK-iOS/releases/download/1.13.2/BugfenderSDK.xcframework.zip" ,
2020 "2.0.0" : " https://github.com/bugfender/BugfenderSDK-iOS/releases/download/2.0.0/BugfenderSDK.xcframework.zip" ,
21- "2.0.1" : " https://github.com/bugfender/BugfenderSDK-iOS/releases/download/2.0.1/BugfenderSDK.xcframework.zip"
21+ "2.0.1" : " https://github.com/bugfender/BugfenderSDK-iOS/releases/download/2.0.1/BugfenderSDK.xcframework.zip" ,
22+ "2.1.0" : " https://github.com/bugfender/BugfenderSDK-iOS/releases/download/2.1.0/BugfenderSDK.xcframework.zip"
2223}
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'BugfenderSDK'
3- s . version = '2.0.1 '
3+ s . version = '2.1.0 '
44 s . ios . deployment_target = '12.0'
55 s . license = { :type => 'Commercial' , :text => 'See https://bugfender.com/terms-of-service/' }
66 s . summary = 'Bugfender: a mobile remote logger'
Original file line number Diff line number Diff line change 427427 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
428428 DEVELOPMENT_TEAM = 656H3CZH7T;
429429 INFOPLIST_FILE = BugfenderExample/Info.plist;
430- IPHONEOS_DEPLOYMENT_TARGET = 11.0 ;
430+ IPHONEOS_DEPLOYMENT_TARGET = 16.6 ;
431431 PRODUCT_BUNDLE_IDENTIFIER = "com.bugfender.--PRODUCT-NAME-rfc1034identifier-";
432432 PRODUCT_NAME = "$(TARGET_NAME)";
433433 };
440440 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
441441 DEVELOPMENT_TEAM = 656H3CZH7T;
442442 INFOPLIST_FILE = BugfenderExample/Info.plist;
443- IPHONEOS_DEPLOYMENT_TARGET = 11.0 ;
443+ IPHONEOS_DEPLOYMENT_TARGET = 16.6 ;
444444 PRODUCT_BUNDLE_IDENTIFIER = "com.bugfender.--PRODUCT-NAME-rfc1034identifier-";
445445 PRODUCT_NAME = "$(TARGET_NAME)";
446446 };
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ @implementation AppDelegate
1919- (BOOL )application : (UIApplication *)application didFinishLaunchingWithOptions : (NSDictionary *)launchOptions {
2020 // Configure Bugfender with all options enabled
2121 [Bugfender overrideDeviceName: @" This is the device name" ];
22- [Bugfender activateLogger: @" s5VCpT6z9HaSEe0T8re6nsIk7tXsk23b " ]; // Use your own token here in order to see results in your account
22+ [Bugfender activateLogger: @" S4Ko0xfy9j4kaL4hZZT4bPEGpIncXLCo " ]; // Use your own token here in order to see results in your account
2323 [Bugfender enableUIEventLogging ];
2424 BFLog (@" Hello world! 🎉" );
2525 return YES ;
Original file line number Diff line number Diff line change 1- platform :ios , '11 .0'
1+ platform :ios , '15 .0'
22target "BugfenderExample" do
33 # For local testing
44 #pod 'BugfenderSDK', :path => '..'
5- pod 'BugfenderSDK' , '~> 2.0.1 '
5+ pod 'BugfenderSDK' , '~> 2.1.0 '
66end
Original file line number Diff line number Diff line change 11PODS:
2- - BugfenderSDK (2.0.0 )
2+ - BugfenderSDK (2.0.1 )
33
44DEPENDENCIES:
55 - BugfenderSDK (from `..`)
@@ -9,8 +9,8 @@ EXTERNAL SOURCES:
99 :path: ".."
1010
1111SPEC CHECKSUMS:
12- BugfenderSDK: 290a6c6163c2212c819e63c49d192c8625046602
12+ BugfenderSDK: 01831192d8bfe81912f104b903510f1c93fb3592
1313
14- PODFILE CHECKSUM: 2e1725143d6abb5ae5dff55c68f7eb5d54445740
14+ PODFILE CHECKSUM: 862b297da5deaed71b3203d45d7dffaceccd64bf
1515
1616COCOAPODS: 1.16.2
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ let package = Package(
1515 targets: [
1616 . binaryTarget(
1717 name: " BugfenderSDK " ,
18- url: " https://github.com/bugfender/BugfenderSDK-iOS/releases/download/2.0.1 /BugfenderSDK.xcframework.zip " ,
19- checksum: " 08f8d986e21601cadea8568fcee60955efa02d3697e57683b3e741072a65659b "
18+ url: " https://github.com/bugfender/BugfenderSDK-iOS/releases/download/2.1.0 /BugfenderSDK.xcframework.zip " ,
19+ checksum: " 04e27940a53f0888b7a64620a61ff2dd7b660c79013cd919daa765e0f174976a "
2020 )
2121 ]
2222)
You can’t perform that action at this time.
0 commit comments