File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 628
628
"@executable_path/Frameworks",
629
629
"@loader_path/Frameworks",
630
630
);
631
+ MARKETING_VERSION = 1.0.4;
631
632
PRODUCT_BUNDLE_IDENTIFIER = ios.pickimagealert;
632
633
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
633
634
RUN_CLANG_STATIC_ANALYZER = YES;
657
658
"@executable_path/Frameworks",
658
659
"@loader_path/Frameworks",
659
660
);
661
+ MARKETING_VERSION = 1.0.4;
660
662
PRODUCT_BUNDLE_IDENTIFIER = ios.pickimagealert;
661
663
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
662
664
RUN_CLANG_STATIC_ANALYZER = YES;
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0.3 </string >
18
+ <string >$(MARKETING_VERSION) </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
</dict >
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "PickImageAlert"
3
- s . version = "1.0.3 "
3
+ s . version = "1.0.4 "
4
4
s . summary = "Photos or camera access using the system alert controller"
5
5
s . description = "PickImageAlert provides a list of your photos in your alert controller with three alert actions"
6
6
s . requires_arc = true
You can’t perform that action at this time.
0 commit comments