Browse Source

Changed launchscreen

Marino Faggiana 7 years ago
parent
commit
f608fe48ad

+ 3 - 3
iOSClient/Images.xcassets/nextcloudlaunchscreen.imageset/Contents.json → iOSClient/Brand/Custom.xcassets/launchscreen.imageset/Contents.json

@@ -2,17 +2,17 @@
   "images" : [
     {
       "idiom" : "universal",
-      "filename" : "nextcloudlaunchscreen.png",
+      "filename" : "launchscreen.png",
       "scale" : "1x"
     },
     {
       "idiom" : "universal",
-      "filename" : "nextcloudlaunchscreen@2x.png",
+      "filename" : "launchscreen@2x.png",
       "scale" : "2x"
     },
     {
       "idiom" : "universal",
-      "filename" : "nextcloudlaunchscreen@3x.png",
+      "filename" : "launchscreen@3x.png",
       "scale" : "3x"
     }
   ],

+ 0 - 0
iOSClient/Images.xcassets/nextcloudlaunchscreen.imageset/nextcloudlaunchscreen.png → iOSClient/Brand/Custom.xcassets/launchscreen.imageset/launchscreen.png


+ 0 - 0
iOSClient/Images.xcassets/nextcloudlaunchscreen.imageset/nextcloudlaunchscreen@2x.png → iOSClient/Brand/Custom.xcassets/launchscreen.imageset/launchscreen@2x.png


+ 0 - 0
iOSClient/Images.xcassets/nextcloudlaunchscreen.imageset/nextcloudlaunchscreen@3x.png → iOSClient/Brand/Custom.xcassets/launchscreen.imageset/launchscreen@3x.png


+ 4 - 4
iOSClient/Brand/LaunchScreen.xib

@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
     <device id="retina4_7" orientation="portrait">
         <adaptation id="fullscreen"/>
     </device>
     <dependencies>
         <deployment identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13527"/>
         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
     </dependencies>
     <objects>
@@ -15,7 +15,7 @@
             <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
             <subviews>
-                <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="nextcloudlaunchscreen" translatesAutoresizingMaskIntoConstraints="NO" id="Rrv-MP-hCW">
+                <imageView userInteractionEnabled="NO" contentMode="center" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launchscreen" translatesAutoresizingMaskIntoConstraints="NO" id="Rrv-MP-hCW">
                     <rect key="frame" x="8" y="8" width="464" height="464"/>
                     <constraints>
                         <constraint firstAttribute="width" constant="464" id="9WT-Cv-gy8"/>
@@ -34,6 +34,6 @@
         </view>
     </objects>
     <resources>
-        <image name="nextcloudlaunchscreen" width="223" height="157"/>
+        <image name="launchscreen" width="223" height="157"/>
     </resources>
 </document>