From 7886c427423440bd4b464ce5d22c8ba23f6ce95d Mon Sep 17 00:00:00 2001 From: Alex Tran <alex.tran1502@gmail.com> Date: Sun, 29 May 2022 08:42:27 -0500 Subject: [PATCH] Update Fastlane iOS build version + speicify database container to restart always --- docker/docker-compose.yml | 3 ++- mobile/ios/Runner.xcodeproj/project.pbxproj | 6 +++--- mobile/ios/Runner/Info.plist | 4 ++-- mobile/ios/fastlane/Fastfile | 2 +- mobile/ios/fastlane/README.md | 2 +- mobile/ios/fastlane/report.xml | 19 ++----------------- 6 files changed, 11 insertions(+), 25 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index b5604452a7..8f4e61f41e 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -72,7 +72,8 @@ services: - 5432:5432 networks: - immich-network - + restart: always + nginx: container_name: proxy_nginx image: nginx:latest diff --git a/mobile/ios/Runner.xcodeproj/project.pbxproj b/mobile/ios/Runner.xcodeproj/project.pbxproj index 25029a052f..b5ce8aea86 100644 --- a/mobile/ios/Runner.xcodeproj/project.pbxproj +++ b/mobile/ios/Runner.xcodeproj/project.pbxproj @@ -360,7 +360,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -495,7 +495,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; @@ -522,7 +522,7 @@ CLANG_ENABLE_MODULES = YES; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 14; DEVELOPMENT_TEAM = 2F67MQ8R79; ENABLE_BITCODE = NO; INFOPLIST_FILE = Runner/Info.plist; diff --git a/mobile/ios/Runner/Info.plist b/mobile/ios/Runner/Info.plist index 902925c967..36873521ba 100644 --- a/mobile/ios/Runner/Info.plist +++ b/mobile/ios/Runner/Info.plist @@ -17,11 +17,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>$(FLUTTER_BUILD_NAME)</string> + <string>1.10.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>2</string> + <string>14</string> <key>LSRequiresIPhoneOS</key> <true /> <key>MGLMapboxMetricsEnabledSettingShownInApp</key> diff --git a/mobile/ios/fastlane/Fastfile b/mobile/ios/fastlane/Fastfile index bb117c9dff..9d004b0a42 100644 --- a/mobile/ios/fastlane/Fastfile +++ b/mobile/ios/fastlane/Fastfile @@ -19,7 +19,7 @@ platform :ios do desc "iOS Beta" lane :beta do increment_version_number( - version_number: "1.9.0" + version_number: "1.10.0" ) increment_build_number( build_number: latest_testflight_build_number + 1, diff --git a/mobile/ios/fastlane/README.md b/mobile/ios/fastlane/README.md index ad3e1a230e..eb773728eb 100644 --- a/mobile/ios/fastlane/README.md +++ b/mobile/ios/fastlane/README.md @@ -21,7 +21,7 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do [bundle exec] fastlane ios beta ``` -iOS deployment +iOS Beta ---- diff --git a/mobile/ios/fastlane/report.xml b/mobile/ios/fastlane/report.xml index 7976dfca95..48e404e23c 100644 --- a/mobile/ios/fastlane/report.xml +++ b/mobile/ios/fastlane/report.xml @@ -5,27 +5,12 @@ - <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000332"> + <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000946"> </testcase> - <testcase classname="fastlane.lanes" name="1: latest_testflight_build_number" time="4.608292"> - - </testcase> - - - <testcase classname="fastlane.lanes" name="2: increment_build_number" time="0.747162"> - - </testcase> - - - <testcase classname="fastlane.lanes" name="3: build_app" time="88.727281"> - - </testcase> - - - <testcase classname="fastlane.lanes" name="4: upload_to_testflight" time="7.79397"> + <testcase classname="fastlane.lanes" name="1: increment_version_number" time="16.3225"> </testcase>