# HG changeset patch # User Dennis Concepcion Martin # Date 1629026791 -3600 # Node ID bee9102c2e9c477824965090c610bf9e1ff34d29 # Parent e07dc5cb769dedcd03d0714beef161ed7b308c41 Update fastlane config diff -r e07dc5cb769d -r bee9102c2e9c Simoleon.xcodeproj/project.pbxproj --- 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; diff -r e07dc5cb769d -r bee9102c2e9c Simoleon/Info.plist --- 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 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - $(CURRENT_PROJECT_VERSION) + 1 LSRequiresIPhoneOS PURCHASES_KEY diff -r e07dc5cb769d -r bee9102c2e9c SimoleonScreenshots/Info.plist --- 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 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 7 + 1 diff -r e07dc5cb769d -r bee9102c2e9c SimoleonTests/Info.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 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 7 + 1 diff -r e07dc5cb769d -r bee9102c2e9c SimoleonUITests/Info.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 @@ CFBundleShortVersionString 1.0 CFBundleVersion - 7 + 1 diff -r e07dc5cb769d -r bee9102c2e9c fastlane/Fastfile --- 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: {