Skip to content

Commit f20c34b

Browse files
committed
Prepare for release version 1.0.4
1 parent f949796 commit f20c34b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Framework/PickImageAlert.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@
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;
@@ -657,6 +658,7 @@
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;

Framework/PickImageAlert/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

PickImageAlert.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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

0 commit comments

Comments
 (0)