xref: /aosp_15_r20/external/webrtc/examples/objcnativeapi/Info.plist (revision d9f758449e529ab9291ac668be2861e7a55c2422)
1*d9f75844SAndroid Build Coastguard Worker<?xml version="1.0" encoding="UTF-8"?>
2*d9f75844SAndroid Build Coastguard Worker<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3*d9f75844SAndroid Build Coastguard Worker<plist version="1.0">
4*d9f75844SAndroid Build Coastguard Worker<dict>
5*d9f75844SAndroid Build Coastguard Worker  <key>CFBundleDevelopmentRegion</key>
6*d9f75844SAndroid Build Coastguard Worker  <string>en</string>
7*d9f75844SAndroid Build Coastguard Worker  <key>CFBundleExecutable</key>
8*d9f75844SAndroid Build Coastguard Worker  <string>$(EXECUTABLE_NAME)</string>
9*d9f75844SAndroid Build Coastguard Worker  <key>CFBundleIdentifier</key>
10*d9f75844SAndroid Build Coastguard Worker  <string>com.google.ObjCNativeAPIDemo</string>
11*d9f75844SAndroid Build Coastguard Worker  <key>CFBundleInfoDictionaryVersion</key>
12*d9f75844SAndroid Build Coastguard Worker  <string>6.0</string>
13*d9f75844SAndroid Build Coastguard Worker  <key>CFBundleName</key>
14*d9f75844SAndroid Build Coastguard Worker  <string>ObjCNativeAPIDemo</string>
15*d9f75844SAndroid Build Coastguard Worker  <key>CFBundlePackageType</key>
16*d9f75844SAndroid Build Coastguard Worker  <string>APPL</string>
17*d9f75844SAndroid Build Coastguard Worker  <key>CFBundleShortVersionString</key>
18*d9f75844SAndroid Build Coastguard Worker  <string>1.0</string>
19*d9f75844SAndroid Build Coastguard Worker  <key>CFBundleVersion</key>
20*d9f75844SAndroid Build Coastguard Worker  <string>1</string>
21*d9f75844SAndroid Build Coastguard Worker  <key>LSRequiresIPhoneOS</key>
22*d9f75844SAndroid Build Coastguard Worker  <true/>
23*d9f75844SAndroid Build Coastguard Worker  <key>UIRequiredDeviceCapabilities</key>
24*d9f75844SAndroid Build Coastguard Worker  <array>
25*d9f75844SAndroid Build Coastguard Worker    <string>armv7</string>
26*d9f75844SAndroid Build Coastguard Worker  </array>
27*d9f75844SAndroid Build Coastguard Worker  <key>UISupportedInterfaceOrientations</key>
28*d9f75844SAndroid Build Coastguard Worker  <array>
29*d9f75844SAndroid Build Coastguard Worker    <string>UIInterfaceOrientationPortrait</string>
30*d9f75844SAndroid Build Coastguard Worker    <string>UIInterfaceOrientationLandscapeLeft</string>
31*d9f75844SAndroid Build Coastguard Worker    <string>UIInterfaceOrientationLandscapeRight</string>
32*d9f75844SAndroid Build Coastguard Worker  </array>
33*d9f75844SAndroid Build Coastguard Worker  <key>UISupportedInterfaceOrientations~ipad</key>
34*d9f75844SAndroid Build Coastguard Worker  <array>
35*d9f75844SAndroid Build Coastguard Worker    <string>UIInterfaceOrientationPortrait</string>
36*d9f75844SAndroid Build Coastguard Worker    <string>UIInterfaceOrientationPortraitUpsideDown</string>
37*d9f75844SAndroid Build Coastguard Worker    <string>UIInterfaceOrientationLandscapeLeft</string>
38*d9f75844SAndroid Build Coastguard Worker    <string>UIInterfaceOrientationLandscapeRight</string>
39*d9f75844SAndroid Build Coastguard Worker  </array>
40*d9f75844SAndroid Build Coastguard Worker  <key>NSCameraUsageDescription</key>
41*d9f75844SAndroid Build Coastguard Worker  <string>Camera access needed for video calling</string>
42*d9f75844SAndroid Build Coastguard Worker  <key>NSMicrophoneUsageDescription</key>
43*d9f75844SAndroid Build Coastguard Worker  <string>Microphone access needed for video calling</string>
44*d9f75844SAndroid Build Coastguard Worker</dict>
45*d9f75844SAndroid Build Coastguard Worker</plist>
46