7e462db368e208530a23ecc02d50ec66b56d447c
[platform/upstream/gstreamer.git] / tutorials / xcode iOS / Tutorial 1 / Tutorial 1-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>CFBundleIcons</key>
12         <dict/>
13         <key>CFBundleIcons~ipad</key>
14         <dict/>
15         <key>CFBundleIdentifier</key>
16         <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
17         <key>CFBundleInfoDictionaryVersion</key>
18         <string>6.0</string>
19         <key>CFBundleName</key>
20         <string>${PRODUCT_NAME}</string>
21         <key>CFBundlePackageType</key>
22         <string>APPL</string>
23         <key>CFBundleShortVersionString</key>
24         <string>1.0</string>
25         <key>CFBundleSignature</key>
26         <string>????</string>
27         <key>CFBundleVersion</key>
28         <string>1.0</string>
29         <key>LSRequiresIPhoneOS</key>
30         <true/>
31         <key>UILaunchStoryboardName</key>
32         <string>MainStoryboard_iPhone</string>
33         <key>UIMainStoryboardFile</key>
34         <string>MainStoryboard_iPhone</string>
35         <key>UIMainStoryboardFile~ipad</key>
36         <string>MainStoryboard_iPad</string>
37         <key>UIRequiredDeviceCapabilities</key>
38         <array>
39                 <string>armv7</string>
40         </array>
41         <key>UISupportedInterfaceOrientations</key>
42         <array>
43                 <string>UIInterfaceOrientationPortrait</string>
44                 <string>UIInterfaceOrientationLandscapeLeft</string>
45                 <string>UIInterfaceOrientationLandscapeRight</string>
46         </array>
47         <key>UISupportedInterfaceOrientations~ipad</key>
48         <array>
49                 <string>UIInterfaceOrientationPortrait</string>
50                 <string>UIInterfaceOrientationPortraitUpsideDown</string>
51                 <string>UIInterfaceOrientationLandscapeLeft</string>
52                 <string>UIInterfaceOrientationLandscapeRight</string>
53         </array>
54 </dict>
55 </plist>