/ tests / GSSTestApp / GSSTestAppIOS / GSSTestApp-tvOS-Info.plist
GSSTestApp-tvOS-Info.plist
 1  <?xml version="1.0" encoding="UTF-8"?>
 2  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 3  <plist version="1.0">
 4  <dict>
 5  	<key>CFBundleDevelopmentRegion</key>
 6  	<string>en</string>
 7  	<key>CFBundleDisplayName</key>
 8  	<string>${PRODUCT_NAME}</string>
 9  	<key>CFBundleExecutable</key>
10  	<string>${EXECUTABLE_NAME}</string>
11  	<key>CFBundleIconFiles</key>
12  	<array>
13  		<string>Icon.png</string>
14  		<string>Icon-72.png</string>
15  	</array>
16  	<key>CFBundleIdentifier</key>
17  	<string>com.apple.${PRODUCT_NAME:rfc1034identifier}</string>
18  	<key>CFBundleInfoDictionaryVersion</key>
19  	<string>6.0</string>
20  	<key>CFBundleName</key>
21  	<string>${PRODUCT_NAME}</string>
22  	<key>CFBundlePackageType</key>
23  	<string>APPL</string>
24  	<key>CFBundleShortVersionString</key>
25  	<string>1.0</string>
26  	<key>CFBundleSignature</key>
27  	<string>????</string>
28  	<key>CFBundleVersion</key>
29  	<string>1.0</string>
30  	<key>LSRequiresIPhoneOS</key>
31  	<true/>
32  	<key>UIMainStoryboardFile</key>
33  	<string>Main_iPhone</string>
34  	<key>UIRequiredDeviceCapabilities</key>
35  	<array>
36  		<string>armv7</string>
37  	</array>
38  	<key>UISupportedInterfaceOrientations</key>
39  	<array>
40  		<string>UIInterfaceOrientationPortrait</string>
41  		<string>UIInterfaceOrientationLandscapeLeft</string>
42  		<string>UIInterfaceOrientationLandscapeRight</string>
43  	</array>
44  	<key>UISupportedInterfaceOrientations~ipad</key>
45  	<array>
46  		<string>UIInterfaceOrientationPortrait</string>
47  		<string>UIInterfaceOrientationPortraitUpsideDown</string>
48  		<string>UIInterfaceOrientationLandscapeLeft</string>
49  		<string>UIInterfaceOrientationLandscapeRight</string>
50  	</array>
51  </dict>
52  </plist>