Skip to content

Commit

Permalink
Merge pull request #55 from AkkeyLab/feature/version-up
Browse files Browse the repository at this point in the history
🆕 Version up lib
  • Loading branch information
AkkeyLab authored Jun 8, 2020
2 parents c00e6e1 + c5c50c6 commit e56cbce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ DEPENDENCIES
xcpretty

BUNDLED WITH
1.17.2
2.1.4
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.13'
s.version = '0.2.14'
s.summary = 'Protect the screen from recording'

s.homepage = 'https://github.com/AkkeyLab/RxScreenProtectKit'
Expand Down
12 changes: 6 additions & 6 deletions RxScreenProtectKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.2.13;
MARKETING_VERSION = 0.2.14;
PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -685,7 +685,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 0.2.13;
MARKETING_VERSION = 0.2.14;
PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -742,7 +742,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.1.13.0;
CURRENT_PROJECT_VERSION = 1.1.14.0;
DEVELOPMENT_TEAM = Y6Y8U7YGDU;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -754,7 +754,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.13;
MARKETING_VERSION = 1.1.14;
PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKitExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -769,7 +769,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
BUILD_LIBRARY_FOR_DISTRIBUTION = NO;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.1.13.0;
CURRENT_PROJECT_VERSION = 1.1.14.0;
DEVELOPMENT_TEAM = Y6Y8U7YGDU;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -781,7 +781,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.13;
MARKETING_VERSION = 1.1.14;
PRODUCT_BUNDLE_IDENTIFIER = com.akkeylab.lib.RxScreenProtectKitExample;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down

0 comments on commit e56cbce

Please sign in to comment.