From 14d94df1b8019aaaa50f86172609fe78e5cd7994 Mon Sep 17 00:00:00 2001 From: Alex <alex.tran1502@gmail.com> Date: Tue, 2 Jul 2024 11:20:52 -0500 Subject: [PATCH] chore(mobile): post release pump (#10759) * chore(mobile): post release pump * remove cache report file --- mobile/android/fastlane/report.xml | 23 ------------- mobile/ios/Runner.xcodeproj/project.pbxproj | 14 ++++---- mobile/ios/Runner/Info.plist | 4 +-- mobile/ios/fastlane/report.xml | 38 --------------------- 4 files changed, 9 insertions(+), 70 deletions(-) delete mode 100644 mobile/android/fastlane/report.xml delete mode 100644 mobile/ios/fastlane/report.xml diff --git a/mobile/android/fastlane/report.xml b/mobile/android/fastlane/report.xml deleted file mode 100644 index 17e7f99ed7..0000000000 --- a/mobile/android/fastlane/report.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<testsuites> - <testsuite name="fastlane.lanes"> - - - - - <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000381"> - - </testcase> - - - <testcase classname="fastlane.lanes" name="1: bundleRelease" time="52.832426"> - - </testcase> - - - <testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="27.616558"> - - </testcase> - - </testsuite> -</testsuites> diff --git a/mobile/ios/Runner.xcodeproj/project.pbxproj b/mobile/ios/Runner.xcodeproj/project.pbxproj index ecdbb2b868..72f8e86ace 100644 --- a/mobile/ios/Runner.xcodeproj/project.pbxproj +++ b/mobile/ios/Runner.xcodeproj/project.pbxproj @@ -265,7 +265,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n"; }; D218A34AEE62BC1EF119F5B0 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; @@ -383,7 +383,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 160; + CURRENT_PROJECT_VERSION = 162; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -392,7 +392,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = "$(FLUTTER_BUILD_NAME)"; + MARKETING_VERSION = 1.107.0; PRODUCT_BUNDLE_IDENTIFIER = app.alextran.immich; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -525,7 +525,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 160; + CURRENT_PROJECT_VERSION = 162; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -534,7 +534,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = "$(FLUTTER_BUILD_NAME)"; + MARKETING_VERSION = 1.107.0; PRODUCT_BUNDLE_IDENTIFIER = app.alextran.immich; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -553,7 +553,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 160; + CURRENT_PROJECT_VERSION = 162; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -562,7 +562,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = "$(FLUTTER_BUILD_NAME)"; + MARKETING_VERSION = 1.107.0; PRODUCT_BUNDLE_IDENTIFIER = app.alextran.immich; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/mobile/ios/Runner/Info.plist b/mobile/ios/Runner/Info.plist index 60d1ada895..3947fac161 100644 --- a/mobile/ios/Runner/Info.plist +++ b/mobile/ios/Runner/Info.plist @@ -58,11 +58,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>1.106.3</string> + <string>1.107.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>160</string> + <string>162</string> <key>FLTEnableImpeller</key> <true /> <key>ITSAppUsesNonExemptEncryption</key> diff --git a/mobile/ios/fastlane/report.xml b/mobile/ios/fastlane/report.xml deleted file mode 100644 index 2607af41dc..0000000000 --- a/mobile/ios/fastlane/report.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<testsuites> - <testsuite name="fastlane.lanes"> - - - - - <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000491"> - - </testcase> - - - <testcase classname="fastlane.lanes" name="1: increment_version_number" time="39.414297"> - - </testcase> - - - <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="32.521647"> - - </testcase> - - - <testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.511733"> - - </testcase> - - - <testcase classname="fastlane.lanes" name="4: build_app" time="202.628277"> - - </testcase> - - - <testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="73.861852"> - - </testcase> - - </testsuite> -</testsuites>