From 9986937f662db33b6792ba68177a226f04437d4e Mon Sep 17 00:00:00 2001 From: Schwifty Date: Sun, 22 Mar 2026 19:10:53 +0000 Subject: [PATCH] fix: add missing Info.plist for PayfritBeacon target Project references PayfritBeacon/Info.plist but the file was never committed. Includes Bluetooth and Location usage descriptions required for beacon functionality. Co-Authored-By: Claude Opus 4.6 (1M context) --- PayfritBeacon/Info.plist | 54 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 PayfritBeacon/Info.plist 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 + + +