Skip to content

Commit

Permalink
Bump library version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusolino committed Sep 7, 2020
1 parent c9cfea7 commit 2c7807b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion PMAlertController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PMAlertController"
s.version = "4.0.0"
s.version = "4.0.1"
s.summary = "PMAlertController is a great and customizable substitute to UIAlertController"
s.description = <<-DESC
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!
Expand Down
2 changes: 2 additions & 0 deletions PMAlertController.xcodeproj/project.pbxproj
Expand Up @@ -536,6 +536,7 @@
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = PMAlertController/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 4.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.codeido.PMAlertControllerSample;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -552,6 +553,7 @@
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = PMAlertController/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 4.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.codeido.PMAlertControllerSample;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
8 changes: 2 additions & 6 deletions PMAlertController/Info.plist
Expand Up @@ -15,13 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
<string>$(MARKETING_VERSION)</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
Expand Down

0 comments on commit 2c7807b

Please sign in to comment.