Skip to content

Latest commit

 

History

History
32 lines (32 loc) · 959 Bytes

Info.plist

File metadata and controls

32 lines (32 loc) · 959 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
Sep 25, 2016
Sep 25, 2016
14
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
15
16
17
18
19
20
21
22
23
24
25
26
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSMainNibFile</key>
<string></string>
Sep 25, 2016
Sep 25, 2016
27
28
<key>UILaunchStoryboardName</key>
<string>iOS Launch Screen</string>
29
30
31
32
<key>UISupportedInterfaceOrientations</key>
<array/>
</dict>
</plist>