File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "DevCycle"
3- spec . version = "1.24.2 "
3+ spec . version = "1.24.3 "
44 spec . summary = "The iOS SDK for Devcycle!"
55
66 spec . description = <<-DESC
Original file line number Diff line number Diff line change 652652 "@loader_path/Frameworks",
653653 );
654654 MACOSX_DEPLOYMENT_TARGET = 10.13;
655- MARKETING_VERSION = 1.24.2 ;
655+ MARKETING_VERSION = 1.24.3 ;
656656 PRODUCT_BUNDLE_IDENTIFIER = "com.devcycle.Devcycle-SDK";
657657 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
658658 PROVISIONING_PROFILE_SPECIFIER = "";
691691 "@loader_path/Frameworks",
692692 );
693693 MACOSX_DEPLOYMENT_TARGET = 10.13;
694- MARKETING_VERSION = 1.24.2 ;
694+ MARKETING_VERSION = 1.24.3 ;
695695 PRODUCT_BUNDLE_IDENTIFIER = "com.devcycle.Devcycle-SDK";
696696 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
697697 PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ struct PlatformDetails {
3131 #endif
3232
3333 var sdkType = " mobile "
34- var sdkVersion = " 1.24.2 "
34+ var sdkVersion = " 1.24.3 "
3535}
3636
3737#if os(macOS)
You can’t perform that action at this time.
0 commit comments