Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb37350

Browse files
committed
Bumped the project version.
1 parent 1e80c02 commit eb37350

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

PKHUD.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'PKHUD'
33
s.module_name = 'PKHUD'
4-
s.version = '5.2.2'
4+
s.version = '5.4.0'
55
s.summary = 'A Swift 3 based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8 and up'
66
s.homepage = 'https://github.com/pkluz/PKHUD'
77
s.license = 'MIT'

PKHUD.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@
680680
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
681681
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
682682
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
683+
MARKETING_VERSION = 5.4.0;
683684
METAL_ENABLE_DEBUG_INFO = YES;
684685
PRODUCT_BUNDLE_IDENTIFIER = "com.NSExceptional.${PRODUCT_NAME:rfc1034identifier}";
685686
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -706,6 +707,7 @@
706707
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
707708
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
708709
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
710+
MARKETING_VERSION = 5.4.0;
709711
METAL_ENABLE_DEBUG_INFO = NO;
710712
PRODUCT_BUNDLE_IDENTIFIER = "com.NSExceptional.${PRODUCT_NAME:rfc1034identifier}";
711713
PRODUCT_NAME = "$(TARGET_NAME)";

PKHUD/Info.plist

Lines changed: 1 addition & 1 deletion
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>5.2.2</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)