Skip to content

Commit

Permalink
Merge pull request #41 from AkkeyLab/feature/version-up
Browse files Browse the repository at this point in the history
🆕 Version up lib
  • Loading branch information
AkkeyLab authored Oct 18, 2019
2 parents 45f186c + 528271e commit 8233ac9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion RxScreenProtectKit.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
6 changes: 6 additions & 0 deletions RxScreenProtectKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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 = "";
Expand Down Expand Up @@ -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)",
Expand All @@ -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;
Expand All @@ -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)",
Expand All @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions RxScreenProtectKitExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.8</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1.1.8.0</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
2 changes: 1 addition & 1 deletion SupportingFiles/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.2.8</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit 8233ac9

Please sign in to comment.