1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

chore: post release tasks

This commit is contained in:
Alex 2023-11-13 22:19:24 -06:00
parent a7cacafe25
commit dc4e6c4629
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.000244">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000218">
</testcase>
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="67.0562">
<testcase classname="fastlane.lanes" name="1: bundleRelease" time="65.551055">
</testcase>
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="33.087498">
<testcase classname="fastlane.lanes" name="2: upload_to_play_store" time="31.674724">
</testcase>

View file

@ -169,4 +169,4 @@ SPEC CHECKSUMS:
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_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 125;
CURRENT_PROJECT_VERSION = 126;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@ -515,7 +515,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 125;
CURRENT_PROJECT_VERSION = 126;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
@ -543,7 +543,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 125;
CURRENT_PROJECT_VERSION = 126;
DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;

View file

@ -60,11 +60,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.85.0</string>
<string>1.86.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>125</string>
<string>126</string>
<key>FLTEnableImpeller</key>
<true />
<key>ITSAppUsesNonExemptEncryption</key>

View file

@ -5,32 +5,32 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000291">
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000247">
</testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.199372">
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.168149">
</testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="6.104477">
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="8.849255">
</testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.164465">
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.190436">
</testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="108.828838">
<testcase classname="fastlane.lanes" name="4: build_app" time="130.972743">
</testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="60.89387">
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="56.94492">
</testcase>