this repo has no description
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>CADisableMinimumFrameDurationOnPhone</key> 6 <true/> 7 <key>CFBundleDevelopmentRegion</key> 8 <string>$(DEVELOPMENT_LANGUAGE)</string> 9 <key>CFBundleDisplayName</key> 10 <string>expo-atproto-auth-example</string> 11 <key>CFBundleExecutable</key> 12 <string>$(EXECUTABLE_NAME)</string> 13 <key>CFBundleIdentifier</key> 14 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 15 <key>CFBundleInfoDictionaryVersion</key> 16 <string>6.0</string> 17 <key>CFBundleName</key> 18 <string>$(PRODUCT_NAME)</string> 19 <key>CFBundlePackageType</key> 20 <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> 21 <key>CFBundleShortVersionString</key> 22 <string>1.0.0</string> 23 <key>CFBundleSignature</key> 24 <string>????</string> 25 <key>CFBundleURLTypes</key> 26 <array> 27 <dict> 28 <key>CFBundleURLSchemes</key> 29 <array> 30 <string>at.hailey</string> 31 <string>expo.modules.atprotoauth.example</string> 32 </array> 33 </dict> 34 </array> 35 <key>CFBundleVersion</key> 36 <string>1</string> 37 <key>LSMinimumSystemVersion</key> 38 <string>12.0</string> 39 <key>LSRequiresIPhoneOS</key> 40 <true/> 41 <key>NSAppTransportSecurity</key> 42 <dict> 43 <key>NSAllowsArbitraryLoads</key> 44 <false/> 45 <key>NSAllowsLocalNetworking</key> 46 <true/> 47 </dict> 48 <key>UILaunchStoryboardName</key> 49 <string>SplashScreen</string> 50 <key>UIRequiredDeviceCapabilities</key> 51 <array> 52 <string>arm64</string> 53 </array> 54 <key>UIRequiresFullScreen</key> 55 <false/> 56 <key>UIStatusBarStyle</key> 57 <string>UIStatusBarStyleDefault</string> 58 <key>UISupportedInterfaceOrientations</key> 59 <array> 60 <string>UIInterfaceOrientationPortrait</string> 61 <string>UIInterfaceOrientationPortraitUpsideDown</string> 62 </array> 63 <key>UISupportedInterfaceOrientations~ipad</key> 64 <array> 65 <string>UIInterfaceOrientationPortrait</string> 66 <string>UIInterfaceOrientationPortraitUpsideDown</string> 67 <string>UIInterfaceOrientationLandscapeLeft</string> 68 <string>UIInterfaceOrientationLandscapeRight</string> 69 </array> 70 <key>UIUserInterfaceStyle</key> 71 <string>Light</string> 72 <key>UIViewControllerBasedStatusBarAppearance</key> 73 <false/> 74 </dict> 75</plist>