From 528271e451a23345341622d2e224eff0127569b0 Mon Sep 17 00:00:00 2001 From: AKIO Date: Fri, 18 Oct 2019 18:05:33 +0900 Subject: [PATCH] :new: Version up lib --- RxScreenProtectKit.podspec | 2 +- RxScreenProtectKit.xcodeproj/project.pbxproj | 6 ++++++ RxScreenProtectKitExample/Info.plist | 4 ++-- SupportingFiles/Info.plist | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/RxScreenProtectKit.podspec b/RxScreenProtectKit.podspec index e570b48..256657c 100755 --- a/RxScreenProtectKit.podspec +++ b/RxScreenProtectKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RxScreenProtectKit' - s.version = '0.2.8' + s.version = '0.2.9' s.summary = 'Protect the screen from recording' s.homepage = 'https://github.com/AkkeyLab/RxScreenProtectKit' diff --git a/RxScreenProtectKit.xcodeproj/project.pbxproj b/RxScreenProtectKit.xcodeproj/project.pbxproj index cdd8a33..0a12b7b 100644 --- a/RxScreenProtectKit.xcodeproj/project.pbxproj +++ b/RxScreenProtectKit.xcodeproj/project.pbxproj @@ -646,6 +646,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MARKETING_VERSION = 0.2.9; PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKit; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -680,6 +681,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); + MARKETING_VERSION = 0.2.9; PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKit; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -735,6 +737,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1.1.9.0; DEVELOPMENT_TEAM = Y6Y8U7YGDU; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -746,6 +749,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 1.1.9; PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKitExample; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; @@ -759,6 +763,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1.1.9.0; DEVELOPMENT_TEAM = Y6Y8U7YGDU; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -770,6 +775,7 @@ "$(inherited)", "@executable_path/Frameworks", ); + MARKETING_VERSION = 1.1.9; PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKitExample; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; diff --git a/RxScreenProtectKitExample/Info.plist b/RxScreenProtectKitExample/Info.plist index e6a1ad4..802320b 100644 --- a/RxScreenProtectKitExample/Info.plist +++ b/RxScreenProtectKitExample/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.8 + $(MARKETING_VERSION) CFBundleVersion - 1.1.8.0 + $(CURRENT_PROJECT_VERSION) LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/SupportingFiles/Info.plist b/SupportingFiles/Info.plist index ecb3f55..82790df 100644 --- a/SupportingFiles/Info.plist +++ b/SupportingFiles/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.8 + $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION)