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>BuildMachineOSBuild</key>
6        <string>12E55</string>
7        <key>CFBundleDevelopmentRegion</key>
8        <string>en</string>
9        <key>CFBundleDisplayName</key>
10        <string>AppRTCDemo</string>
11        <key>CFBundleExecutable</key>
12        <string>AppRTCDemo</string>
13        <key>CFBundleIcons</key>
14        <dict>
15                <key>CFBundlePrimaryIcon</key>
16                <dict>
17                        <key>CFBundleIconFiles</key>
18                        <array>
19                                <string>Icon.png</string>
20                        </array>
21                </dict>
22        </dict>
23        <key>CFBundleIdentifier</key>
24        <string>com.google.AppRTCDemo</string>
25        <key>CFBundleInfoDictionaryVersion</key>
26        <string>6.0</string>
27        <key>CFBundleName</key>
28        <string>AppRTCDemo</string>
29        <key>CFBundlePackageType</key>
30        <string>APPL</string>
31        <key>CFBundleResourceSpecification</key>
32        <string>ResourceRules.plist</string>
33        <key>CFBundleShortVersionString</key>
34        <string>1.0</string>
35        <key>CFBundleSignature</key>
36        <string>????</string>
37        <key>CFBundleSupportedPlatforms</key>
38        <array>
39                <string>iPhoneOS</string>
40        </array>
41        <key>CFBundleVersion</key>
42        <string>1.0</string>
43        <key>UIRequiredDeviceCapabilities</key>
44        <array>
45                <string>armv7</string>
46        </array>
47        <key>UIStatusBarTintParameters</key>
48        <dict>
49                <key>UINavigationBar</key>
50                <dict>
51                        <key>Style</key>
52                        <string>UIBarStyleDefault</string>
53                        <key>Translucent</key>
54                        <false/>
55                </dict>
56        </dict>
57        <key>UISupportedInterfaceOrientations</key>
58        <array>
59                <string>UIInterfaceOrientationPortrait</string>
60        </array>
61</dict>
62</plist>
63