mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix splash screen
This commit is contained in:
		@@ -125,7 +125,6 @@
 | 
			
		||||
				9731915131511AD49411A740 /* Pods-Runner.release.xcconfig */,
 | 
			
		||||
				0A8CE5857732A0F515E33C25 /* Pods-Runner.profile.xcconfig */,
 | 
			
		||||
			);
 | 
			
		||||
			name = Pods;
 | 
			
		||||
			path = Pods;
 | 
			
		||||
			sourceTree = "<group>";
 | 
			
		||||
		};
 | 
			
		||||
@@ -173,6 +172,7 @@
 | 
			
		||||
				TargetAttributes = {
 | 
			
		||||
					97C146ED1CF9000F007C117D = {
 | 
			
		||||
						CreatedOnToolsVersion = 7.3.1;
 | 
			
		||||
						DevelopmentTeam = A9JXUMT7RC;
 | 
			
		||||
					};
 | 
			
		||||
				};
 | 
			
		||||
			};
 | 
			
		||||
@@ -181,6 +181,7 @@
 | 
			
		||||
			developmentRegion = English;
 | 
			
		||||
			hasScannedForEncodings = 0;
 | 
			
		||||
			knownRegions = (
 | 
			
		||||
				English,
 | 
			
		||||
				en,
 | 
			
		||||
				Base,
 | 
			
		||||
			);
 | 
			
		||||
@@ -552,6 +553,7 @@
 | 
			
		||||
			buildSettings = {
 | 
			
		||||
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 | 
			
		||||
				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
 | 
			
		||||
				DEVELOPMENT_TEAM = A9JXUMT7RC;
 | 
			
		||||
				ENABLE_BITCODE = NO;
 | 
			
		||||
				FRAMEWORK_SEARCH_PATHS = (
 | 
			
		||||
					"$(inherited)",
 | 
			
		||||
@@ -575,6 +577,7 @@
 | 
			
		||||
			buildSettings = {
 | 
			
		||||
				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
 | 
			
		||||
				CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
 | 
			
		||||
				DEVELOPMENT_TEAM = A9JXUMT7RC;
 | 
			
		||||
				ENABLE_BITCODE = NO;
 | 
			
		||||
				FRAMEWORK_SEARCH_PATHS = (
 | 
			
		||||
					"$(inherited)",
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17506" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
 | 
			
		||||
    <device id="retina6_1" orientation="portrait" appearance="light"/>
 | 
			
		||||
    <device id="retina3_5" orientation="portrait" appearance="light"/>
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <deployment identifier="iOS"/>
 | 
			
		||||
        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17505"/>
 | 
			
		||||
@@ -16,15 +16,14 @@
 | 
			
		||||
                        <viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
 | 
			
		||||
                    </layoutGuides>
 | 
			
		||||
                    <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
 | 
			
		||||
                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
 | 
			
		||||
                        <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
 | 
			
		||||
                        <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
 | 
			
		||||
                        <subviews>
 | 
			
		||||
                            <imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
 | 
			
		||||
                                <rect key="frame" x="207" y="448" width="0.5" height="0.5"/>
 | 
			
		||||
                                <rect key="frame" x="160" y="240" width="0.5" height="0.5"/>
 | 
			
		||||
                            </imageView>
 | 
			
		||||
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="C" textAlignment="center" lineBreakMode="tailTruncation" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ka7-NU-DGm">
 | 
			
		||||
                                <rect key="frame" x="155.35704514363897" y="401.04103967168248" width="101.9999999999997" height="94"/>
 | 
			
		||||
                                <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
 | 
			
		||||
                            <label opaque="NO" userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="C" textAlignment="center" lineBreakMode="tailTruncation" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ka7-NU-DGm">
 | 
			
		||||
                                <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
 | 
			
		||||
                                <fontDescription key="fontDescription" type="system" pointSize="102"/>
 | 
			
		||||
                                <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
 | 
			
		||||
                                <nil key="highlightedColor"/>
 | 
			
		||||
@@ -34,6 +33,10 @@
 | 
			
		||||
                        <constraints>
 | 
			
		||||
                            <constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/>
 | 
			
		||||
                            <constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/>
 | 
			
		||||
                            <constraint firstAttribute="trailing" secondItem="ka7-NU-DGm" secondAttribute="trailing" id="kz9-gZ-b6T"/>
 | 
			
		||||
                            <constraint firstAttribute="bottom" secondItem="ka7-NU-DGm" secondAttribute="bottom" id="lDA-IK-s2g"/>
 | 
			
		||||
                            <constraint firstItem="ka7-NU-DGm" firstAttribute="top" secondItem="Ydg-fD-yQy" secondAttribute="bottom" id="x5R-Wv-dEQ"/>
 | 
			
		||||
                            <constraint firstItem="ka7-NU-DGm" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="ycB-O3-qPo"/>
 | 
			
		||||
                        </constraints>
 | 
			
		||||
                    </view>
 | 
			
		||||
                </viewController>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user