mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Release mobile hotfix
This commit is contained in:
		| @@ -35,8 +35,8 @@ platform :android do | |||||||
|       task: 'bundle',  |       task: 'bundle',  | ||||||
|       build_type: 'Release', |       build_type: 'Release', | ||||||
|       properties: { |       properties: { | ||||||
|         "android.injected.version.code" => 58, |         "android.injected.version.code" => 59, | ||||||
|         "android.injected.version.name" => "1.37.0", |         "android.injected.version.name" => "1.37.1", | ||||||
|       } |       } | ||||||
|     ) |     ) | ||||||
|     upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab') |     upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab') | ||||||
|   | |||||||
| @@ -0,0 +1 @@ | |||||||
|  | * Fixed foreground backup not triggered on app relaunch  | ||||||
| @@ -360,7 +360,7 @@ | |||||||
| 				CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements; | 				CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements; | ||||||
| 				CODE_SIGN_IDENTITY = "Apple Development"; | 				CODE_SIGN_IDENTITY = "Apple Development"; | ||||||
| 				CODE_SIGN_STYLE = Automatic; | 				CODE_SIGN_STYLE = Automatic; | ||||||
| 				CURRENT_PROJECT_VERSION = 73; | 				CURRENT_PROJECT_VERSION = 74; | ||||||
| 				DEVELOPMENT_TEAM = 2F67MQ8R79; | 				DEVELOPMENT_TEAM = 2F67MQ8R79; | ||||||
| 				ENABLE_BITCODE = NO; | 				ENABLE_BITCODE = NO; | ||||||
| 				INFOPLIST_FILE = Runner/Info.plist; | 				INFOPLIST_FILE = Runner/Info.plist; | ||||||
| @@ -495,7 +495,7 @@ | |||||||
| 				CLANG_ENABLE_MODULES = YES; | 				CLANG_ENABLE_MODULES = YES; | ||||||
| 				CODE_SIGN_IDENTITY = "Apple Development"; | 				CODE_SIGN_IDENTITY = "Apple Development"; | ||||||
| 				CODE_SIGN_STYLE = Automatic; | 				CODE_SIGN_STYLE = Automatic; | ||||||
| 				CURRENT_PROJECT_VERSION = 73; | 				CURRENT_PROJECT_VERSION = 74; | ||||||
| 				DEVELOPMENT_TEAM = 2F67MQ8R79; | 				DEVELOPMENT_TEAM = 2F67MQ8R79; | ||||||
| 				ENABLE_BITCODE = NO; | 				ENABLE_BITCODE = NO; | ||||||
| 				INFOPLIST_FILE = Runner/Info.plist; | 				INFOPLIST_FILE = Runner/Info.plist; | ||||||
| @@ -522,7 +522,7 @@ | |||||||
| 				CLANG_ENABLE_MODULES = YES; | 				CLANG_ENABLE_MODULES = YES; | ||||||
| 				CODE_SIGN_IDENTITY = "Apple Development"; | 				CODE_SIGN_IDENTITY = "Apple Development"; | ||||||
| 				CODE_SIGN_STYLE = Automatic; | 				CODE_SIGN_STYLE = Automatic; | ||||||
| 				CURRENT_PROJECT_VERSION = 73; | 				CURRENT_PROJECT_VERSION = 74; | ||||||
| 				DEVELOPMENT_TEAM = 2F67MQ8R79; | 				DEVELOPMENT_TEAM = 2F67MQ8R79; | ||||||
| 				ENABLE_BITCODE = NO; | 				ENABLE_BITCODE = NO; | ||||||
| 				INFOPLIST_FILE = Runner/Info.plist; | 				INFOPLIST_FILE = Runner/Info.plist; | ||||||
|   | |||||||
| @@ -17,11 +17,11 @@ | |||||||
|     <key>CFBundlePackageType</key> |     <key>CFBundlePackageType</key> | ||||||
|     <string>APPL</string> |     <string>APPL</string> | ||||||
|     <key>CFBundleShortVersionString</key> |     <key>CFBundleShortVersionString</key> | ||||||
|     <string>1.37.0</string> |     <string>1.37.1</string> | ||||||
|     <key>CFBundleSignature</key> |     <key>CFBundleSignature</key> | ||||||
|     <string>????</string> |     <string>????</string> | ||||||
|     <key>CFBundleVersion</key> |     <key>CFBundleVersion</key> | ||||||
|     <string>73</string> |     <string>74</string> | ||||||
|     <key>LSRequiresIPhoneOS</key> |     <key>LSRequiresIPhoneOS</key> | ||||||
|     <true /> |     <true /> | ||||||
|     <key>MGLMapboxMetricsEnabledSettingShownInApp</key> |     <key>MGLMapboxMetricsEnabledSettingShownInApp</key> | ||||||
|   | |||||||
| @@ -19,7 +19,7 @@ platform :ios do | |||||||
|   desc "iOS Beta" |   desc "iOS Beta" | ||||||
|   lane :beta do |   lane :beta do | ||||||
|     increment_version_number( |     increment_version_number( | ||||||
|       version_number: "1.37.0" |       version_number: "1.37.1" | ||||||
|     ) |     ) | ||||||
|     increment_build_number( |     increment_build_number( | ||||||
|       build_number: latest_testflight_build_number + 1, |       build_number: latest_testflight_build_number + 1, | ||||||
|   | |||||||
| @@ -5,32 +5,29 @@ | |||||||
|      |      | ||||||
|      |      | ||||||
|        |        | ||||||
|       <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000198"> |       <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000334"> | ||||||
|          |          | ||||||
|       </testcase> |       </testcase> | ||||||
|      |      | ||||||
|        |        | ||||||
|       <testcase classname="fastlane.lanes" name="1: increment_version_number" time="1.628003"> |       <testcase classname="fastlane.lanes" name="1: increment_version_number" time="1.671363"> | ||||||
|          |          | ||||||
|       </testcase> |       </testcase> | ||||||
|      |      | ||||||
|        |        | ||||||
|       <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="8.590581"> |       <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="7.167423"> | ||||||
|          |          | ||||||
|       </testcase> |       </testcase> | ||||||
|      |      | ||||||
|        |        | ||||||
|       <testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.617507"> |       <testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.654653"> | ||||||
|          |          | ||||||
|       </testcase> |       </testcase> | ||||||
|      |      | ||||||
|        |        | ||||||
|       <testcase classname="fastlane.lanes" name="4: build_app" time="81.79009"> |       <testcase classname="fastlane.lanes" name="4: build_app" time="29.319346"> | ||||||
|          |          | ||||||
|       </testcase> |           <failure message="/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/actions/actions_helper.rb:67:in `execute_action'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/runner.rb:255:in `block in execute_action'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/runner.rb:229:in `chdir'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/runner.rb:229:in `execute_action'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/runner.rb:157:in `trigger_action_by_name'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/fast_file.rb:159:in `method_missing'
Fastfile:27:in `block (2 levels) in parsing_binding'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/lane.rb:33:in `call'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/runner.rb:49:in `block in execute'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/runner.rb:45:in `chdir'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/runner.rb:45:in `execute'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/lane_manager.rb:47:in `cruise_lane'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/command_line_handler.rb:36:in `handle'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/commands_generator.rb:110:in `block (2 levels) in run'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/commander-4.6.0/lib/commander/command.rb:187:in `call'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/commander-4.6.0/lib/commander/command.rb:157:in `run'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/commander-4.6.0/lib/commander/runner.rb:444:in `run_active_command'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in `run!'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/commander-4.6.0/lib/commander/delegates.rb:18:in `run!'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/commands_generator.rb:354:in `run'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/commands_generator.rb:43:in `start'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/fastlane/lib/fastlane/cli_tools_distributor.rb:123:in `take_off'
/usr/local/Cellar/fastlane/2.210.1/libexec/gems/fastlane-2.210.1/bin/fastlane:23:in `<top (required)>'
/usr/local/Cellar/fastlane/2.210.1/libexec/bin/fastlane:25:in `load'
/usr/local/Cellar/fastlane/2.210.1/libexec/bin/fastlane:25:in `<main>'

Error building the application - see the log above" /> | ||||||
|      |  | ||||||
|        |  | ||||||
|       <testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="74.632018"> |  | ||||||
|          |          | ||||||
|       </testcase> |       </testcase> | ||||||
|      |      | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user