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>Expo Go</string> 9 <key>CFBundleExecutable</key> 10 <string>$(EXECUTABLE_NAME)</string> 11 <key>CFBundleIdentifier</key> 12 <string>host.exp.Exponent</string> 13 <key>CFBundleInfoDictionaryVersion</key> 14 <string>6.0</string> 15 <key>CFBundleName</key> 16 <string>$(EX_BUNDLE_NAME)</string> 17 <key>CFBundlePackageType</key> 18 <string>APPL</string> 19 <key>CFBundleShortVersionString</key> 20 <string>2.24.0</string> 21 <key>CFBundleSignature</key> 22 <string>????</string> 23 <key>CFBundleURLTypes</key> 24 <array> 25 <dict> 26 <key>CFBundleTypeRole</key> 27 <string>Editor</string> 28 <key>CFBundleURLName</key> 29 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 30 <key>CFBundleURLSchemes</key> 31 <array> 32 <string>exp</string> 33 <string>exps</string> 34 <string>fb1696089354000816</string> 35 <string>expauth</string> 36 </array> 37 </dict> 38 <dict> 39 <key>CFBundleTypeRole</key> 40 <string>Editor</string> 41 <key>CFBundleURLName</key> 42 <string>OAuthRedirect</string> 43 <key>CFBundleURLSchemes</key> 44 <array> 45 <string>host.exp.exponent</string> 46 </array> 47 </dict> 48 <dict> 49 <key>CFBundleTypeRole</key> 50 <string>Editor</string> 51 <key>CFBundleURLSchemes</key> 52 <array> 53 <string>com.googleusercontent.apps.603386649315-vp4revvrcgrcjme51ebuhbkbspl048l9</string> 54 </array> 55 </dict> 56 </array> 57 <key>CFBundleVersion</key> 58 <string>2.24.0</string> 59 <key>FacebookAdvertiserIDCollectionEnabled</key> 60 <false/> 61 <key>FacebookAppID</key> 62 <string>1696089354000816</string> 63 <key>FacebookAutoInitEnabled</key> 64 <false/> 65 <key>FacebookAutoLogAppEventsEnabled</key> 66 <false/> 67 <key>FacebookDisplayName</key> 68 <string>Expo Go</string> 69 <key>GADApplicationIdentifier</key> 70 <string>ca-app-pub-3940256099942544~1458002511</string> 71 <key>GADDelayAppMeasurementInit</key> 72 <true/> 73 <key>LSApplicationQueriesSchemes</key> 74 <array> 75 <string>waze</string> 76 <string>fbapi</string> 77 <string>fb-messenger-api</string> 78 <string>fbauth2</string> 79 <string>fbshareextension</string> 80 </array> 81 <key>LSRequiresIPhoneOS</key> 82 <true/> 83 <key>NSAppTransportSecurity</key> 84 <dict> 85 <key>NSAllowsArbitraryLoads</key> 86 <true/> 87 </dict> 88 <key>NSCalendarsUsageDescription</key> 89 <string>Allow Expo projects to access your calendar</string> 90 <key>NSCameraUsageDescription</key> 91 <string>Allow Expo Go to access your camera to take photos</string> 92 <key>NSContactsUsageDescription</key> 93 <string>Allow Expo projects to access your contacts</string> 94 <key>NSLocalNetworkUsageDescription</key> 95 <string>Expo Go needs access to your local network to load projects from your development server</string> 96 <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> 97 <string>Allow Expo projects to use your location</string> 98 <key>NSLocationAlwaysUsageDescription</key> 99 <string>Allow Expo projects to use your location</string> 100 <key>NSLocationWhenInUseUsageDescription</key> 101 <string>Allow Expo projects to use your location</string> 102 <key>NSMicrophoneUsageDescription</key> 103 <string>Allow Expo projects to access your microphone</string> 104 <key>NSMotionUsageDescription</key> 105 <string>Allow Expo projects to access your device accelerometer</string> 106 <key>NSPhotoLibraryAddUsageDescription</key> 107 <string>Give Expo projects permission to save photos</string> 108 <key>NSPhotoLibraryUsageDescription</key> 109 <string>Give Expo projects permission to access your photos</string> 110 <key>NSRemindersUsageDescription</key> 111 <string>Allow Expo projects to access your reminders</string> 112 <key>NSUserTrackingUsageDescription</key> 113 <string>This identifier will be used to deliver personalized ads to you</string> 114 <key>SKAdNetworkItems</key> 115 <array> 116 <dict> 117 <key>SKAdNetworkIdentifier</key> 118 <string>v9wttpbfk9.skadnetwork</string> 119 </dict> 120 <dict> 121 <key>SKAdNetworkIdentifier</key> 122 <string>n38lu8286q.skadnetwork</string> 123 </dict> 124 <dict> 125 <key>SKAdNetworkIdentifier</key> 126 <string>cstr6suwn9.skadnetwork</string> 127 </dict> 128 </array> 129 <key>UIBackgroundModes</key> 130 <array> 131 <string>audio</string> 132 <string>fetch</string> 133 <string>location</string> 134 <string>remote-notification</string> 135 </array> 136 <key>UILaunchStoryboardName</key> 137 <string>LaunchScreen</string> 138 <key>UIRequiredDeviceCapabilities</key> 139 <array/> 140 <key>UIStatusBarStyle</key> 141 <string>UIStatusBarStyleLightContent</string> 142 <key>UISupportedInterfaceOrientations</key> 143 <array> 144 <string>UIInterfaceOrientationPortrait</string> 145 <string>UIInterfaceOrientationLandscapeLeft</string> 146 <string>UIInterfaceOrientationLandscapeRight</string> 147 <string>UIInterfaceOrientationPortraitUpsideDown</string> 148 </array> 149 <key>UIUserInterfaceStyle</key> 150 <string>Automatic</string> 151 <key>UIViewControllerBasedStatusBarAppearance</key> 152 <false/> 153</dict> 154</plist> 155