1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

chore: post release tasks

This commit is contained in:
Alex 2024-02-27 23:09:40 -06:00
parent 87a7825cbc
commit a02a24f349
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082
3 changed files with 11 additions and 11 deletions

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 = 139; CURRENT_PROJECT_VERSION = 140;
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 = 139; CURRENT_PROJECT_VERSION = 140;
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 = 139; CURRENT_PROJECT_VERSION = 140;
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.95.0</string> <string>1.96.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>139</string> <string>140</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.000316">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.157832"> <testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.190055">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="4.825919"> <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="4.109364">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.18815"> <testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.15926">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="110.912709"> <testcase classname="fastlane.lanes" name="4: build_app" time="80.90681">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="78.396901"> <testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="71.634559">
</testcase> </testcase>