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 619619 "@executable_path/Frameworks",
620620 "@loader_path/Frameworks",
621621 );
622- MARKETING_VERSION = 1.4 .0;
622+ MARKETING_VERSION = 1.5 .0;
623623 PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
624624 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
625625 SKIP_INSTALL = YES;
649649 "@executable_path/Frameworks",
650650 "@loader_path/Frameworks",
651651 );
652- MARKETING_VERSION = 1.4 .0;
652+ MARKETING_VERSION = 1.5 .0;
653653 PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
654654 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
655655 SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = "DevCycle"
3- spec . version = "1.4 .0"
3+ spec . version = "1.5 .0"
44 spec . summary = "The iOS SDK for Devcycle!"
55
66 spec . description = <<-DESC
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ struct PlatformDetails {
1919 #endif
2020
2121 var sdkType = " mobile "
22- var sdkVersion = " 1.4 .0 "
22+ var sdkVersion = " 1.5 .0 "
2323}
You can’t perform that action at this time.
0 commit comments