diff --git a/PayfritBeacon/Info.plist b/PayfritBeacon/Info.plist new file mode 100644 index 0000000..7ea74e1 --- /dev/null +++ b/PayfritBeacon/Info.plist @@ -0,0 +1,54 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + Payfrit Beacon + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_TYPE) + CFBundleShortVersionString + $(MARKETING_VERSION) + CFBundleVersion + $(CURRENT_PROJECT_VERSION) + LSRequiresIPhoneOS + + NSBluetoothAlwaysUsageDescription + Payfrit Beacon needs Bluetooth to detect and configure nearby beacons. + NSBluetoothPeripheralUsageDescription + Payfrit Beacon needs Bluetooth to detect and configure nearby beacons. + NSLocationAlwaysAndWhenInUseUsageDescription + Payfrit Beacon needs your location to detect nearby beacons and provide proximity-based services. + NSLocationAlwaysUsageDescription + Payfrit Beacon needs your location to detect nearby beacons in the background. + NSLocationWhenInUseUsageDescription + Payfrit Beacon needs your location to detect nearby beacons. + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + + UILaunchScreen + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + +