File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 628628 "@executable_path/Frameworks",
629629 "@loader_path/Frameworks",
630630 );
631+ MARKETING_VERSION = 1.0.4;
631632 PRODUCT_BUNDLE_IDENTIFIER = ios.pickimagealert;
632633 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
633634 RUN_CLANG_STATIC_ANALYZER = YES;
657658 "@executable_path/Frameworks",
658659 "@loader_path/Frameworks",
659660 );
661+ MARKETING_VERSION = 1.0.4;
660662 PRODUCT_BUNDLE_IDENTIFIER = ios.pickimagealert;
661663 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
662664 RUN_CLANG_STATIC_ANALYZER = YES;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0.3 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "PickImageAlert"
3- s . version = "1.0.3 "
3+ s . version = "1.0.4 "
44 s . summary = "Photos or camera access using the system alert controller"
55 s . description = "PickImageAlert provides a list of your photos in your alert controller with three alert actions"
66 s . requires_arc = true
You can’t perform that action at this time.
0 commit comments