Mercurial > public > simoleon
changeset 123:36db3b1ced87
Change project version to 1.3.1
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sun, 15 Aug 2021 11:33:03 +0100 |
parents | 50c392217899 |
children | e07dc5cb769d |
files | Simoleon.xcodeproj/project.pbxproj Simoleon/Info.plist SimoleonScreenshots/Info.plist SimoleonTests/Info.plist SimoleonUITests/Info.plist |
diffstat | 5 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/Simoleon.xcodeproj/project.pbxproj Sun Aug 15 11:32:47 2021 +0100 +++ b/Simoleon.xcodeproj/project.pbxproj Sun Aug 15 11:33:03 2021 +0100 @@ -894,7 +894,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 0; DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; DEVELOPMENT_TEAM = MTX83R5H8X; ENABLE_PREVIEWS = YES; @@ -904,7 +904,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3; + MARKETING_VERSION = 1.3.1; PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; @@ -919,7 +919,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 6; + CURRENT_PROJECT_VERSION = 0; DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; DEVELOPMENT_TEAM = MTX83R5H8X; ENABLE_PREVIEWS = YES; @@ -929,7 +929,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.3; + MARKETING_VERSION = 1.3.1; PRODUCT_BUNDLE_IDENTIFIER = io.dennistech.Simoleon; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0;
--- a/Simoleon/Info.plist Sun Aug 15 11:32:47 2021 +0100 +++ b/Simoleon/Info.plist Sun Aug 15 11:33:03 2021 +0100 @@ -23,7 +23,7 @@ <key>CFBundleShortVersionString</key> <string>$(MARKETING_VERSION)</string> <key>CFBundleVersion</key> - <string>6</string> + <string>$(CURRENT_PROJECT_VERSION)</string> <key>LSRequiresIPhoneOS</key> <true/> <key>PURCHASES_KEY</key>
--- a/SimoleonScreenshots/Info.plist Sun Aug 15 11:32:47 2021 +0100 +++ b/SimoleonScreenshots/Info.plist Sun Aug 15 11:33:03 2021 +0100 @@ -17,6 +17,6 @@ <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleVersion</key> - <string>1</string> + <string>7</string> </dict> </plist>