Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed May 19, 2020
2 parents de18773 + 6717ed6 commit dcebd32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WultraMobileTokenSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WultraMobileTokenSDK'
s.version = '1.0.1'
s.version = '1.1.0'
# Metadata
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'High level PowerAuth based library written in swift'
Expand Down
2 changes: 2 additions & 0 deletions WultraMobileTokenSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -485,13 +485,15 @@
DCC5CCA32449EE21004679AC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
MARKETING_VERSION = 1.1.0;
PRODUCT_NAME = WultraMobileTokenSDK;
};
name = Debug;
};
DCC5CCA42449EE21004679AC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
MARKETING_VERSION = 1.1.0;
PRODUCT_NAME = WultraMobileTokenSDK;
};
name = Release;
Expand Down
2 changes: 1 addition & 1 deletion WultraMobileTokenSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down

0 comments on commit dcebd32

Please sign in to comment.