blob: a2f0a683eddc2ea09e7bf133c17368b13c83a3b8 [file] [log] [blame]
fischman@webrtc.org1bc19542013-08-01 18:29:45 +00001<?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>
tkchin0d7dbde2015-07-01 18:26:35 -07005 <key>BuildMachineOSBuild</key>
6 <string>12E55</string>
7 <key>CFBundleDevelopmentRegion</key>
8 <string>en</string>
9 <key>CFBundleDisplayName</key>
Magnus Jedvertc1815cf2016-09-27 10:10:41 +020010 <string>AppRTCMobile</string>
tkchin0d7dbde2015-07-01 18:26:35 -070011 <key>CFBundleExecutable</key>
Sylvain Defresneb8e7a7d2017-07-11 18:33:22 +020012 <string>${EXECUTABLE_NAME}</string>
tkchin0d7dbde2015-07-01 18:26:35 -070013 <key>CFBundleIcons</key>
14 <dict>
15 <key>CFBundlePrimaryIcon</key>
16 <dict>
17 <key>CFBundleIconFiles</key>
18 <array>
19 <string>Icon.png</string>
anderscb5ed9052017-08-15 04:07:12 -070020 <string>Icon-120.png</string>
21 <string>Icon-180.png</string>
tkchin0d7dbde2015-07-01 18:26:35 -070022 </array>
23 </dict>
24 </dict>
25 <key>CFBundleIdentifier</key>
Magnus Jedvertc1815cf2016-09-27 10:10:41 +020026 <string>com.google.AppRTCMobile</string>
tkchin0d7dbde2015-07-01 18:26:35 -070027 <key>CFBundleInfoDictionaryVersion</key>
28 <string>6.0</string>
29 <key>CFBundleName</key>
Sylvain Defresneb8e7a7d2017-07-11 18:33:22 +020030 <string>${EXECUTABLE_NAME}</string>
tkchin0d7dbde2015-07-01 18:26:35 -070031 <key>CFBundlePackageType</key>
32 <string>APPL</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>UIStatusBarTintParameters</key>
44 <dict>
45 <key>UINavigationBar</key>
46 <dict>
47 <key>Style</key>
48 <string>UIBarStyleDefault</string>
49 <key>Translucent</key>
50 <false/>
51 </dict>
52 </dict>
53 <key>UISupportedInterfaceOrientations</key>
54 <array>
55 <string>UIInterfaceOrientationPortrait</string>
Gustavo Garcia gustavo@lifeonair.com19d77c12017-11-15 16:03:18 +020056 <string>UIInterfaceOrientationLandscapeLeft</string>
57 <string>UIInterfaceOrientationLandscapeRight</string>
58 <string>UIInterfaceOrientationPortraitUpsideDown</string>
tkchin0d7dbde2015-07-01 18:26:35 -070059 </array>
60 <key>UIAppFonts</key>
61 <array>
62 <string>Roboto-Regular.ttf</string>
63 </array>
64 <key>UIBackgroundModes</key>
65 <array>
tkchine54467f2016-03-15 16:54:03 -070066 <string>audio</string>
tkchin0d7dbde2015-07-01 18:26:35 -070067 <string>voip</string>
68 </array>
Kári Tristan Helgason41514712016-09-27 18:02:40 +020069 <key>NSCameraUsageDescription</key>
70 <string>Camera access needed for video calling</string>
71 <key>NSMicrophoneUsageDescription</key>
72 <string>Microphone access needed for video calling</string>
Kári Tristan Helgasonc93bc102017-10-02 10:04:28 +020073 <key>UIFileSharingEnabled</key>
74 <true/>
tkchin0d7dbde2015-07-01 18:26:35 -070075 <key>UILaunchImages</key>
76 <array>
77 <dict>
78 <key>UILaunchImageMinimumOSVersion</key>
79 <string>7.0</string>
80 <key>UILaunchImageName</key>
81 <string>iPhone5</string>
82 <key>UILaunchImageOrientation</key>
83 <string>Portrait</string>
84 <key>UILaunchImageSize</key>
85 <string>{320, 568}</string>
86 </dict>
87 <dict>
88 <key>UILaunchImageMinimumOSVersion</key>
89 <string>8.0</string>
90 <key>UILaunchImageName</key>
91 <string>iPhone6</string>
92 <key>UILaunchImageOrientation</key>
93 <string>Portrait</string>
94 <key>UILaunchImageSize</key>
95 <string>{375, 667}</string>
96 </dict>
97 <dict>
98 <key>UILaunchImageMinimumOSVersion</key>
99 <string>8.0</string>
100 <key>UILaunchImageName</key>
101 <string>iPhone6p</string>
102 <key>UILaunchImageOrientation</key>
103 <string>Portrait</string>
104 <key>UILaunchImageSize</key>
105 <string>{414, 736}</string>
106 </dict>
107 </array>
fischman@webrtc.org1bc19542013-08-01 18:29:45 +0000108</dict>
109</plist>