Explorar el Código

Try to fix the enterprise build of the iOS app

LaunchScreen.xib compiles locally with Xcode 8.1 but the enterprise
build fails. A possibility is that the enterprise build machine is
running an older Xcode version.
j8
Lyubomir Marinov hace 8 años
padre
commit
056fc64f7a
Se han modificado 1 ficheros con 4 adiciones y 14 borrados
  1. 4
    14
      ios/app/Base.lproj/LaunchScreen.xib

+ 4
- 14
ios/app/Base.lproj/LaunchScreen.xib Ver fichero

@@ -1,32 +1,22 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2555" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
3
-    <device id="retina4_7" orientation="portrait">
4
-        <adaptation id="fullscreen"/>
5
-    </device>
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7702" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
6 3
     <dependencies>
7 4
         <deployment identifier="iOS"/>
8
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
9
-        <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
5
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
10 6
     </dependencies>
11 7
     <objects>
12 8
         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
13 9
         <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
14
-        <view userInteractionEnabled="NO" contentMode="scaleToFill" id="iN0-l3-epB">
10
+        <view contentMode="scaleToFill" id="iN0-l3-epB">
15 11
             <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
16 12
             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
17 13
             <subviews>
18 14
                 <imageView opaque="NO" userInteractionEnabled="NO" contentMode="center" fixedFrame="YES" image="LaunchScreen" translatesAutoresizingMaskIntoConstraints="NO" id="4B8-Xf-NDE">
19 15
                     <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
20 16
                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
21
-                    <accessibility key="accessibilityConfiguration">
22
-                        <accessibilityTraits key="traits" image="YES" notEnabled="YES"/>
23
-                    </accessibility>
24 17
                 </imageView>
25 18
             </subviews>
26 19
             <color key="backgroundColor" red="0.090196078431372548" green="0.62745098039215685" blue="0.85882352941176465" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
27
-            <accessibility key="accessibilityConfiguration">
28
-                <accessibilityTraits key="traits" notEnabled="YES"/>
29
-            </accessibility>
30 20
             <nil key="simulatedStatusBarMetrics"/>
31 21
             <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
32 22
             <point key="canvasLocation" x="548" y="455"/>

Loading…
Cancelar
Guardar