mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	Update size
This commit is contained in:
		
							parent
							
								
									d90527a095
								
							
						
					
					
						commit
						2ff1a81f19
					
				@ -360,7 +360,7 @@
 | 
			
		||||
				CODE_SIGN_ENTITLEMENTS = Runner/RunnerProfile.entitlements;
 | 
			
		||||
				CODE_SIGN_IDENTITY = "Apple Development";
 | 
			
		||||
				CODE_SIGN_STYLE = Automatic;
 | 
			
		||||
				CURRENT_PROJECT_VERSION = 62;
 | 
			
		||||
				CURRENT_PROJECT_VERSION = 68;
 | 
			
		||||
				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 = 62;
 | 
			
		||||
				CURRENT_PROJECT_VERSION = 68;
 | 
			
		||||
				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 = 62;
 | 
			
		||||
				CURRENT_PROJECT_VERSION = 68;
 | 
			
		||||
				DEVELOPMENT_TEAM = 2F67MQ8R79;
 | 
			
		||||
				ENABLE_BITCODE = NO;
 | 
			
		||||
				INFOPLIST_FILE = Runner/Info.plist;
 | 
			
		||||
 | 
			
		||||
@ -17,11 +17,11 @@
 | 
			
		||||
    <key>CFBundlePackageType</key>
 | 
			
		||||
    <string>APPL</string>
 | 
			
		||||
    <key>CFBundleShortVersionString</key>
 | 
			
		||||
    <string>1.30.1</string>
 | 
			
		||||
    <string>1.34.0</string>
 | 
			
		||||
    <key>CFBundleSignature</key>
 | 
			
		||||
    <string>????</string>
 | 
			
		||||
    <key>CFBundleVersion</key>
 | 
			
		||||
    <string>62</string>
 | 
			
		||||
    <string>68</string>
 | 
			
		||||
    <key>LSRequiresIPhoneOS</key>
 | 
			
		||||
    <true />
 | 
			
		||||
    <key>MGLMapboxMetricsEnabledSettingShownInApp</key>
 | 
			
		||||
 | 
			
		||||
@ -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 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 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 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 classname="fastlane.lanes" name="4: build_app" time="80.954627">
 | 
			
		||||
      <testcase classname="fastlane.lanes" name="4: build_app" time="68.78265">
 | 
			
		||||
        
 | 
			
		||||
      </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>
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
@ -154,7 +154,7 @@ class ControlBottomAppBar extends ConsumerWidget {
 | 
			
		||||
                    onCreateNewAlbum: () => onCreateNewAlbum(),
 | 
			
		||||
                  ),
 | 
			
		||||
                  renderAlbums(),
 | 
			
		||||
                  const SizedBox(height: 12),
 | 
			
		||||
                  const SizedBox(height: 200),
 | 
			
		||||
                ],
 | 
			
		||||
              ),
 | 
			
		||||
            ),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user