Mercurial > public > simoleon
changeset 125:bee9102c2e9c
Update fastlane config
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Sun, 15 Aug 2021 12:26:31 +0100 |
parents | e07dc5cb769d |
children | d23c3e825d03 |
files | Simoleon.xcodeproj/project.pbxproj Simoleon/Info.plist SimoleonScreenshots/Info.plist SimoleonTests/Info.plist SimoleonUITests/Info.plist fastlane/Fastfile |
diffstat | 6 files changed, 7 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/Simoleon.xcodeproj/project.pbxproj Sun Aug 15 11:38:07 2021 +0100 +++ b/Simoleon.xcodeproj/project.pbxproj Sun Aug 15 12:26:31 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 = 0; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; DEVELOPMENT_TEAM = MTX83R5H8X; ENABLE_PREVIEWS = YES; @@ -919,7 +919,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Simoleon/Simoleon.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 0; + CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_ASSET_PATHS = "\"Simoleon/Preview Content\""; DEVELOPMENT_TEAM = MTX83R5H8X; ENABLE_PREVIEWS = YES;
--- a/Simoleon/Info.plist Sun Aug 15 11:38:07 2021 +0100 +++ b/Simoleon/Info.plist Sun Aug 15 12:26:31 2021 +0100 @@ -23,7 +23,7 @@ <key>CFBundleShortVersionString</key> <string>$(MARKETING_VERSION)</string> <key>CFBundleVersion</key> - <string>$(CURRENT_PROJECT_VERSION)</string> + <string>1</string> <key>LSRequiresIPhoneOS</key> <true/> <key>PURCHASES_KEY</key>
--- a/SimoleonScreenshots/Info.plist Sun Aug 15 11:38:07 2021 +0100 +++ b/SimoleonScreenshots/Info.plist Sun Aug 15 12:26:31 2021 +0100 @@ -17,6 +17,6 @@ <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleVersion</key> - <string>7</string> + <string>1</string> </dict> </plist>
--- a/SimoleonTests/Info.plist Sun Aug 15 11:38:07 2021 +0100 +++ b/SimoleonTests/Info.plist Sun Aug 15 12:26:31 2021 +0100 @@ -17,6 +17,6 @@ <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleVersion</key> - <string>7</string> + <string>1</string> </dict> </plist>
--- a/SimoleonUITests/Info.plist Sun Aug 15 11:38:07 2021 +0100 +++ b/SimoleonUITests/Info.plist Sun Aug 15 12:26:31 2021 +0100 @@ -17,6 +17,6 @@ <key>CFBundleShortVersionString</key> <string>1.0</string> <key>CFBundleVersion</key> - <string>7</string> + <string>1</string> </dict> </plist>
--- a/fastlane/Fastfile Sun Aug 15 11:38:07 2021 +0100 +++ b/fastlane/Fastfile Sun Aug 15 12:26:31 2021 +0100 @@ -19,11 +19,7 @@ desc "Push a new beta build to TestFlight" lane :beta do - increment_build_number( - build_number: latest_testflight_build_number + 1, - xcodeproj: "Simoleon.xcodeproj" - ) - + increment_build_number(xcodeproj: "Simoleon.xcodeproj") build_app(scheme: "Simoleon") upload_to_testflight( beta_app_review_info: {