1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

Update size

This commit is contained in:
Alex Tran 2022-11-06 21:20:48 -06:00
parent d90527a095
commit 2ff1a81f19
4 changed files with 12 additions and 12 deletions

View File

@ -360,7 +360,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 = 62; CURRENT_PROJECT_VERSION = 68;
DEVELOPMENT_TEAM = 2F67MQ8R79; DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;
@ -495,7 +495,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 = 62; CURRENT_PROJECT_VERSION = 68;
DEVELOPMENT_TEAM = 2F67MQ8R79; DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;
@ -522,7 +522,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 = 62; CURRENT_PROJECT_VERSION = 68;
DEVELOPMENT_TEAM = 2F67MQ8R79; DEVELOPMENT_TEAM = 2F67MQ8R79;
ENABLE_BITCODE = NO; ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist; INFOPLIST_FILE = Runner/Info.plist;

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.30.1</string> <string>1.34.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>62</string> <string>68</string>
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true /> <true />
<key>MGLMapboxMetricsEnabledSettingShownInApp</key> <key>MGLMapboxMetricsEnabledSettingShownInApp</key>

View File

@ -5,32 +5,32 @@
<testcase classname="fastlane.lanes" name="0: default_platform" time="0.000209"> <testcase classname="fastlane.lanes" name="0: default_platform" time="0.000304">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.78333"> <testcase classname="fastlane.lanes" name="1: increment_version_number" time="0.606546">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="3.947588"> <testcase classname="fastlane.lanes" name="2: latest_testflight_build_number" time="3.706234">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.505399"> <testcase classname="fastlane.lanes" name="3: increment_build_number" time="0.657686">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="4: build_app" time="80.954627"> <testcase classname="fastlane.lanes" name="4: build_app" time="68.78265">
</testcase> </testcase>
<testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="58.295965"> <testcase classname="fastlane.lanes" name="5: upload_to_testflight" time="60.883182">
</testcase> </testcase>

View File

@ -154,7 +154,7 @@ class ControlBottomAppBar extends ConsumerWidget {
onCreateNewAlbum: () => onCreateNewAlbum(), onCreateNewAlbum: () => onCreateNewAlbum(),
), ),
renderAlbums(), renderAlbums(),
const SizedBox(height: 12), const SizedBox(height: 200),
], ],
), ),
), ),