1
0
mirror of https://github.com/immich-app/immich.git synced 2024-11-28 09:33:27 +02:00

chore: post release tasks

This commit is contained in:
Alex 2024-01-31 16:52:48 -06:00
parent 7a6ec8b0b5
commit ada3eeb777
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082
7 changed files with 20 additions and 20 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" => 120, "android.injected.version.code" => 121,
"android.injected.version.name" => "1.94.1", "android.injected.version.name" => "1.94.1",
} }
) )

View File

@ -5,17 +5,17 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000307"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000276">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="94.411929"> <testcase classname="fastlane.lanes" name="1: bundleRelease" time="22.651725">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="29.826675"> <testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="31.263395">
</testcase> </testcase>

View File

@ -180,4 +180,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 64c9b5291666c0ca3caabdfe9865c141ac40321d PODFILE CHECKSUM: 64c9b5291666c0ca3caabdfe9865c141ac40321d
COCOAPODS: 1.11.3 COCOAPODS: 1.12.1

View File

@ -379,7 +379,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 = 136; CURRENT_PROJECT_VERSION = 137;
DEVELOPMENT_TEAM = 2F67MQ8R79; DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;
@ -515,7 +515,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 = 136; CURRENT_PROJECT_VERSION = 137;
DEVELOPMENT_TEAM = 2F67MQ8R79; DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;
@ -543,7 +543,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 = 136; CURRENT_PROJECT_VERSION = 137;
DEVELOPMENT_TEAM = 2F67MQ8R79; DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;

View File

@ -55,11 +55,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.94.0</string> <string>1.94.1</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>136</string> <string>137</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.000255"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000247">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="1.040605"> <testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.238661">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.393894"> <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="2.965603">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.185907"> <testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.228067">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="147.537526"> <testcase classname="fastlane.lanes" name="4: build_app" time="108.628243">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="87.643366"> <testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="71.752027">
</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.94.1+120 version: 1.94.1+121
isar_version: &isar_version 3.1.0+1 isar_version: &isar_version 3.1.0+1
environment: environment:
@ -29,9 +29,9 @@ dependencies:
socket_io_client: ^2.0.3+1 socket_io_client: ^2.0.3+1
# TODO: Update it to tag once next stable release # TODO: Update it to tag once next stable release
maplibre_gl: maplibre_gl:
git: git:
url: https://github.com/maplibre/flutter-maplibre-gl.git url: https://github.com/maplibre/flutter-maplibre-gl.git
ref: acb428a005efd9832a0a8e7ef0945f899dfb3ca5 ref: acb428a005efd9832a0a8e7ef0945f899dfb3ca5
geolocator: ^10.1.0 # used to move to current location in map view geolocator: ^10.1.0 # used to move to current location in map view
flutter_udid: ^2.1.1 flutter_udid: ^2.1.1
package_info_plus: ^5.0.1 package_info_plus: ^5.0.1