Skip to content

Commit 2c7807b

Browse files
committed
Bump library version
1 parent c9cfea7 commit 2c7807b

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

PMAlertController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PMAlertController"
3-
s.version = "4.0.0"
3+
s.version = "4.0.1"
44
s.summary = "PMAlertController is a great and customizable substitute to UIAlertController"
55
s.description = <<-DESC
66
PMAlertController is a small library that allows you to substitute the uncustomizable UIAlertController of Apple, with a beautiful and totally customizable alert that you can use in your iOS app. Enjoy!

PMAlertController.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@
536536
DEVELOPMENT_TEAM = "";
537537
INFOPLIST_FILE = PMAlertController/Info.plist;
538538
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
539+
MARKETING_VERSION = 4.0.1;
539540
PRODUCT_BUNDLE_IDENTIFIER = com.codeido.PMAlertControllerSample;
540541
PRODUCT_NAME = "$(TARGET_NAME)";
541542
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -552,6 +553,7 @@
552553
DEVELOPMENT_TEAM = "";
553554
INFOPLIST_FILE = PMAlertController/Info.plist;
554555
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
556+
MARKETING_VERSION = 4.0.1;
555557
PRODUCT_BUNDLE_IDENTIFIER = com.codeido.PMAlertControllerSample;
556558
PRODUCT_NAME = "$(TARGET_NAME)";
557559
PROVISIONING_PROFILE_SPECIFIER = "";

PMAlertController/Info.plist

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.0.0</string>
19-
<key>CFBundleSignature</key>
20-
<string>????</string>
18+
<string>$(MARKETING_VERSION)</string>
2119
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
23-
<key>NSPrincipalClass</key>
24-
<string></string>
20+
<string>$(MARKETING_VERSION)</string>
2521
<key>UILaunchStoryboardName</key>
2622
<string>LaunchScreen</string>
2723
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)