mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	Up server version
This commit is contained in:
		| @@ -30,8 +30,8 @@ platform :android do | ||||
|       task: 'bundle',  | ||||
|       build_type: 'Release', | ||||
|       properties: { | ||||
|         "android.injected.version.code" => 42, | ||||
|         "android.injected.version.name" => "1.29.0", | ||||
|         "android.injected.version.code" => 43, | ||||
|         "android.injected.version.name" => "1.30.0", | ||||
|       } | ||||
|     ) | ||||
|     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') | ||||
|   | ||||
| @@ -360,7 +360,7 @@ | ||||
| 				CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements; | ||||
| 				CODE_SIGN_IDENTITY = "Apple Development"; | ||||
| 				CODE_SIGN_STYLE = Automatic; | ||||
| 				CURRENT_PROJECT_VERSION = 57; | ||||
| 				CURRENT_PROJECT_VERSION = 58; | ||||
| 				DEVELOPMENT_TEAM = 2F67MQ8R79; | ||||
| 				ENABLE_BITCODE = NO; | ||||
| 				INFOPLIST_FILE = Runner/Info.plist; | ||||
| @@ -495,7 +495,7 @@ | ||||
| 				CLANG_ENABLE_MODULES = YES; | ||||
| 				CODE_SIGN_IDENTITY = "Apple Development"; | ||||
| 				CODE_SIGN_STYLE = Automatic; | ||||
| 				CURRENT_PROJECT_VERSION = 57; | ||||
| 				CURRENT_PROJECT_VERSION = 58; | ||||
| 				DEVELOPMENT_TEAM = 2F67MQ8R79; | ||||
| 				ENABLE_BITCODE = NO; | ||||
| 				INFOPLIST_FILE = Runner/Info.plist; | ||||
| @@ -522,7 +522,7 @@ | ||||
| 				CLANG_ENABLE_MODULES = YES; | ||||
| 				CODE_SIGN_IDENTITY = "Apple Development"; | ||||
| 				CODE_SIGN_STYLE = Automatic; | ||||
| 				CURRENT_PROJECT_VERSION = 57; | ||||
| 				CURRENT_PROJECT_VERSION = 58; | ||||
| 				DEVELOPMENT_TEAM = 2F67MQ8R79; | ||||
| 				ENABLE_BITCODE = NO; | ||||
| 				INFOPLIST_FILE = Runner/Info.plist; | ||||
|   | ||||
| @@ -17,11 +17,11 @@ | ||||
|     <key>CFBundlePackageType</key> | ||||
|     <string>APPL</string> | ||||
|     <key>CFBundleShortVersionString</key> | ||||
|     <string>1.29.0</string> | ||||
|     <string>1.30.0</string> | ||||
|     <key>CFBundleSignature</key> | ||||
|     <string>????</string> | ||||
|     <key>CFBundleVersion</key> | ||||
|     <string>57</string> | ||||
|     <string>58</string> | ||||
|     <key>LSRequiresIPhoneOS</key> | ||||
|     <true /> | ||||
|     <key>MGLMapboxMetricsEnabledSettingShownInApp</key> | ||||
|   | ||||
| @@ -19,7 +19,7 @@ platform :ios do | ||||
|   desc "iOS Beta" | ||||
|   lane :beta do | ||||
|     increment_version_number( | ||||
|       version_number: "1.29.0" | ||||
|       version_number: "1.30.0" | ||||
|     ) | ||||
|     increment_build_number( | ||||
|       build_number: latest_testflight_build_number + 1, | ||||
|   | ||||
| @@ -5,34 +5,32 @@ | ||||
|      | ||||
|      | ||||
|        | ||||
|       <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000204"> | ||||
|       <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000173"> | ||||
|          | ||||
|       </testcase> | ||||
|      | ||||
|        | ||||
|       <testcase classname="fastlane.lanes" name="1: increment_version_number" time="1.04331"> | ||||
|       <testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.412813"> | ||||
|          | ||||
|       </testcase> | ||||
|      | ||||
|        | ||||
|       <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.166831"> | ||||
|       <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="3.69289"> | ||||
|          | ||||
|       </testcase> | ||||
|      | ||||
|        | ||||
|       <testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.411879"> | ||||
|       <testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.408563"> | ||||
|          | ||||
|       </testcase> | ||||
|      | ||||
|        | ||||
|       <testcase classname="fastlane.lanes" name="4: build_app" time="71.643901"> | ||||
|       <testcase classname="fastlane.lanes" name="4: build_app" time="65.350555"> | ||||
|          | ||||
|       </testcase> | ||||
|      | ||||
|        | ||||
|       <testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="7.590505"> | ||||
|          | ||||
|           <failure message="/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/actions/actions_helper.rb:67:in `execute_action'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/runner.rb:255:in `block in execute_action'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/runner.rb:229:in `chdir'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/runner.rb:229:in `execute_action'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/runner.rb:157:in `trigger_action_by_name'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/fast_file.rb:159:in `method_missing'
Fastfile:30:in `block (2 levels) in parsing_binding'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/lane.rb:33:in `call'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/runner.rb:49:in `block in execute'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/runner.rb:45:in `chdir'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/runner.rb:45:in `execute'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/lane_manager.rb:47:in `cruise_lane'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/command_line_handler.rb:36:in `handle'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/commands_generator.rb:110:in `block (2 levels) in run'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:187:in `call'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:157:in `run'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/commander-4.6.0/lib/commander/runner.rb:444:in `run_active_command'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in `run!'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/commander-4.6.0/lib/commander/delegates.rb:18:in `run!'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/commands_generator.rb:354:in `run'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/commands_generator.rb:43:in `start'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/fastlane/lib/fastlane/cli_tools_distributor.rb:123:in `take_off'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/gems/fastlane-2.209.0/bin/fastlane:23:in `<top (required)>'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/bin/fastlane:25:in `load'
/opt/homebrew/Cellar/fastlane/2.209.0/libexec/bin/fastlane:25:in `<main>'

Could not find transporter at /Applications/Xcode.app/Contents/Developer/. Please make sure you set the correct path to your Xcode installation." /> | ||||
|       <testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="68.894733"> | ||||
|          | ||||
|       </testcase> | ||||
|      | ||||
|   | ||||
| @@ -2,7 +2,7 @@ name: immich_mobile | ||||
| description: Immich - selfhosted backup media file on mobile phone | ||||
|  | ||||
| publish_to: "none" | ||||
| version: 1.29.0+42 | ||||
| version: 1.30.0+43 | ||||
|  | ||||
| environment: | ||||
|   sdk: ">=2.17.0 <3.0.0" | ||||
|   | ||||
| @@ -10,7 +10,7 @@ export interface IServerVersion { | ||||
|  | ||||
| export const serverVersion: IServerVersion = { | ||||
|   major: 1, | ||||
|   minor: 29, | ||||
|   minor: 30, | ||||
|   patch: 0, | ||||
|   build: 42, | ||||
|   build: 43, | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user