Updated info.plist syntax.
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
<plist version="1.0">
 | 
			
		||||
    <dict>
 | 
			
		||||
        <key>CFBundleDevelopmentRegion</key>
 | 
			
		||||
        <string>en</string>
 | 
			
		||||
        <string>$(DEVELOPMENT_LANGUAGE)</string>
 | 
			
		||||
        <key>CFBundleDisplayName</key>
 | 
			
		||||
        <string>M. Password</string>
 | 
			
		||||
        <key>CFBundleDocumentTypes</key>
 | 
			
		||||
@@ -28,19 +28,17 @@
 | 
			
		||||
            </dict>
 | 
			
		||||
        </array>
 | 
			
		||||
        <key>CFBundleExecutable</key>
 | 
			
		||||
        <string>${EXECUTABLE_NAME}</string>
 | 
			
		||||
        <string>$(EXECUTABLE_NAME)</string>
 | 
			
		||||
        <key>CFBundleIdentifier</key>
 | 
			
		||||
        <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
 | 
			
		||||
        <key>CFBundleInfoDictionaryVersion</key>
 | 
			
		||||
        <string>6.0</string>
 | 
			
		||||
        <key>CFBundleName</key>
 | 
			
		||||
        <string>${PRODUCT_NAME}</string>
 | 
			
		||||
        <string>$(PRODUCT_NAME)</string>
 | 
			
		||||
        <key>CFBundlePackageType</key>
 | 
			
		||||
        <string>APPL</string>
 | 
			
		||||
        <key>CFBundleShortVersionString</key>
 | 
			
		||||
        <string>[auto]</string>
 | 
			
		||||
        <key>CFBundleSignature</key>
 | 
			
		||||
        <string>????</string>
 | 
			
		||||
        <key>CFBundleVersion</key>
 | 
			
		||||
        <string>[auto]</string>
 | 
			
		||||
        <key>Fabric</key>
 | 
			
		||||
@@ -60,7 +58,7 @@
 | 
			
		||||
        <key>LSRequiresIPhoneOS</key>
 | 
			
		||||
        <true/>
 | 
			
		||||
        <key>NSHumanReadableCopyright</key>
 | 
			
		||||
        <string>© 2011-2017</string>
 | 
			
		||||
        <string>© 2011-2018</string>
 | 
			
		||||
        <key>UIAppFonts</key>
 | 
			
		||||
        <array>
 | 
			
		||||
            <string>Exo2.0-Bold.otf</string>
 | 
			
		||||
@@ -71,8 +69,6 @@
 | 
			
		||||
            <string>SourceCodePro-Regular.otf</string>
 | 
			
		||||
            <string>SourceCodePro-ExtraLight.otf</string>
 | 
			
		||||
        </array>
 | 
			
		||||
        <key>UIMainStoryboardFile</key>
 | 
			
		||||
        <string>Storyboard</string>
 | 
			
		||||
        <key>UIStatusBarHidden</key>
 | 
			
		||||
        <true/>
 | 
			
		||||
        <key>UIStatusBarStyle</key>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user