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>CFBundleExecutable</key> 8 <string>$(EXECUTABLE_NAME)</string> 9 <key>CFBundleIdentifier</key> 10 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 11 <key>CFBundleInfoDictionaryVersion</key> 12 <string>6.0</string> 13 <key>CFBundleName</key> 14 <string>$(EX_BUNDLE_NAME)</string> 15 <key>CFBundlePackageType</key> 16 <string>APPL</string> 17 <key>CFBundleShortVersionString</key> 18 <string>2.2.1</string> 19 <key>CFBundleSignature</key> 20 <string>????</string> 21 <key>CFBundleURLTypes</key> 22 <array> 23 <dict> 24 <key>CFBundleTypeRole</key> 25 <string>Editor</string> 26 <key>CFBundleURLName</key> 27 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 28 <key>CFBundleURLSchemes</key> 29 <array> 30 <string>exp</string> 31 <string>exps</string> 32 </array> 33 </dict> 34 <dict> 35 <key>CFBundleTypeRole</key> 36 <string>Editor</string> 37 <key>CFBundleURLName</key> 38 <string>OAuthRedirect</string> 39 <key>CFBundleURLSchemes</key> 40 <array> 41 <string>host.exp.exponent</string> 42 </array> 43 </dict> 44 </array> 45 <key>Fabric</key> 46 <dict> 47 <key>APIKey</key> 48 <string>a25fafe9f9edee11a9882b32e0cd7a26df6e2c42</string> 49 <key>Kits</key> 50 <array> 51 <dict> 52 <key>KitInfo</key> 53 <dict/> 54 <key>KitName</key> 55 <string>Crashlytics</string> 56 </dict> 57 </array> 58 </dict> 59 <key>FacebookAppID</key> 60 <string>1201211719949057</string> 61 <key>FacebookDisplayName</key> 62 <string>Expo</string> 63 <key>LSApplicationQueriesSchemes</key> 64 <array> 65 <string>waze</string> 66 <string>fbapi</string> 67 <string>fb-messenger-api</string> 68 <string>fbauth2</string> 69 <string>fbshareextension</string> 70 </array> 71 <key>LSRequiresIPhoneOS</key> 72 <true/> 73 <key>NSAppTransportSecurity</key> 74 <dict> 75 <key>NSAllowsArbitraryLoads</key> 76 <true/> 77 </dict> 78 <key>NSCalendarsUsageDescription</key> 79 <string>Allow Expo experiences to access your calendar</string> 80 <key>NSCameraUsageDescription</key> 81 <string>Expo uses your camera to scan project QR codes. Expo experiences you open may use the camera with the Expo camera API.</string> 82 <key>NSContactsUsageDescription</key> 83 <string>Allow Expo experiences to access your contacts</string> 84 <key>NSLocationWhenInUseUsageDescription</key> 85 <string>Allow Expo experiences to use your location</string> 86 <key>NSMicrophoneUsageDescription</key> 87 <string>Allow Expo experiences to access your microphone</string> 88 <key>NSMotionUsageDescription</key> 89 <string>Allow Expo experiences to access your device's accelerometer</string> 90 <key>NSPhotoLibraryAddUsageDescription</key> 91 <string>Give Expo experiences permission to save photos</string> 92 <key>NSPhotoLibraryUsageDescription</key> 93 <string>Give Expo experiences permission to access your photos</string> 94 <key>NSRemindersUsageDescription</key> 95 <string>Allow Expo experiences to access your reminders</string> 96 <key>UILaunchStoryboardName</key> 97 <string>LaunchScreen</string> 98 <key>UIRequiredDeviceCapabilities</key> 99 <array/> 100 <key>UIRequiresFullScreen</key> 101 <true/> 102 <key>UIStatusBarStyle</key> 103 <string>UIStatusBarStyleLightContent</string> 104 <key>UISupportedInterfaceOrientations</key> 105 <array> 106 <string>UIInterfaceOrientationPortrait</string> 107 <string>UIInterfaceOrientationLandscapeLeft</string> 108 <string>UIInterfaceOrientationLandscapeRight</string> 109 <string>UIInterfaceOrientationPortraitUpsideDown</string> 110 </array> 111 <key>UIViewControllerBasedStatusBarAppearance</key> 112 <false/> 113</dict> 114</plist> 115