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 531531 "@executable_path/Frameworks",
532532 "@loader_path/Frameworks",
533533 );
534- MARKETING_VERSION = 1.1 .0;
534+ MARKETING_VERSION = 1.2 .0;
535535 PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
536536 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
537537 SKIP_INSTALL = YES;
561561 "@executable_path/Frameworks",
562562 "@loader_path/Frameworks",
563563 );
564- MARKETING_VERSION = 1.1 .0;
564+ MARKETING_VERSION = 1.2 .0;
565565 PRODUCT_BUNDLE_IDENTIFIER = com.devcycle.DevCycle;
566566 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
567567 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.1 .0"
3+ spec . version = "1.2 .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 = " client "
22- var sdkVersion = " 1.1 .0 "
22+ var sdkVersion = " 1.2 .0 "
2323}
You can’t perform that action at this time.
0 commit comments