1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-16 00:36:47 +01:00

chore(mobile): post release pump (#10114)

This commit is contained in:
Alex 2024-06-11 06:26:52 -05:00 committed by GitHub
parent 04808f8b5c
commit 60701d131e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 16 additions and 16 deletions

View file

@ -35,7 +35,7 @@ platform :android do
task: 'bundle', task: 'bundle',
build_type: 'Release', build_type: 'Release',
properties: { properties: {
"android.injected.version.code" => 141, "android.injected.version.code" => 142,
"android.injected.version.name" => "1.106.1", "android.injected.version.name" => "1.106.1",
} }
) )

View file

@ -5,17 +5,17 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000374"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000218">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="84.292464"> <testcase classname="fastlane.lanes" name="1: bundleRelease" time="58.982292">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="33.336934"> <testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="31.253303">
</testcase> </testcase>

View file

@ -383,7 +383,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 = 157; CURRENT_PROJECT_VERSION = 159;
DEVELOPMENT_TEAM = 2F67MQ8R79; DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;
@ -525,7 +525,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 = 157; CURRENT_PROJECT_VERSION = 159;
DEVELOPMENT_TEAM = 2F67MQ8R79; DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;
@ -553,7 +553,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 = 157; CURRENT_PROJECT_VERSION = 159;
DEVELOPMENT_TEAM = 2F67MQ8R79; DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;

View file

@ -58,11 +58,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.105.0</string> <string>1.106.1</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>157</string> <string>159</string>
<key>FLTEnableImpeller</key> <key>FLTEnableImpeller</key>
<true /> <true />
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>

View file

@ -5,32 +5,32 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.020864"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000242">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.917777"> <testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.191393">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.283943"> <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="4.210274">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.944748"> <testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.183895">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="215.971639"> <testcase classname="fastlane.lanes" name="4: build_app" time="153.101993">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="76.674601"> <testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="76.170022">
</testcase> </testcase>

View file

@ -2,7 +2,7 @@ name: immich_mobile
description: Immich - selfhosted backup media file on mobile phone description: Immich - selfhosted backup media file on mobile phone
publish_to: 'none' publish_to: 'none'
version: 1.106.1+141 version: 1.106.1+142
environment: environment:
sdk: '>=3.3.0 <4.0.0' sdk: '>=3.3.0 <4.0.0'