1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-26 10:50:29 +02:00

post mobile release

This commit is contained in:
Alex 2023-07-23 13:51:48 -05:00
parent f41e1159d1
commit 4977926c88
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082
5 changed files with 15 additions and 15 deletions

View File

@ -5,17 +5,17 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000296"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000283">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="64.042552"> <testcase classname="fastlane.lanes" name="1: bundleRelease" time="68.955404">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="29.676557"> <testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="24.147531">
</testcase> </testcase>

View File

@ -157,4 +157,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: 599d8aeb73728400c15364e734525722250a5382 PODFILE CHECKSUM: 599d8aeb73728400c15364e734525722250a5382
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 = 97; CURRENT_PROJECT_VERSION = 109;
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 = 97; CURRENT_PROJECT_VERSION = 109;
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 = 97; CURRENT_PROJECT_VERSION = 109;
DEVELOPMENT_TEAM = 2F67MQ8R79; DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;

View File

@ -59,11 +59,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.57.0</string> <string>1.69.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>97</string> <string>109</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.000407"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000218">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="2.988375"> <testcase classname="fastlane.lanes" name="1: increment_version_number" time="2.314237">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="45.42439"> <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="5.025464">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="2.381359"> <testcase classname="fastlane.lanes" name="3: increment_build_number" time="1.890539">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="94.653021"> <testcase classname="fastlane.lanes" name="4: build_app" time="101.284714">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="58.237354"> <testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="59.342932">
</testcase> </testcase>