From 702dd0c49c10acf0e3ba66666766df2689c2b8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20JEAN?= Date: Sun, 7 Nov 2021 17:57:56 +0100 Subject: [PATCH] Fix compile for iOS demo --- demo/app/App_Resources/iOS/Info.plist | 2 ++ demo/app/App_Resources/iOS/build.xcconfig | 1 + 2 files changed, 3 insertions(+) diff --git a/demo/app/App_Resources/iOS/Info.plist b/demo/app/App_Resources/iOS/Info.plist index 819597c..e029e58 100644 --- a/demo/app/App_Resources/iOS/Info.plist +++ b/demo/app/App_Resources/iOS/Info.plist @@ -30,6 +30,8 @@ NSLocalNetworkUsageDescription ${PRODUCT_NAME} uses the local network to discover Cast-enabled devices on your WiFi network. + NSBluetoothAlwaysUsageDescription + ${PRODUCT_NAME} uses Bluetooth to discover Cast-enabled devices around you LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/demo/app/App_Resources/iOS/build.xcconfig b/demo/app/App_Resources/iOS/build.xcconfig index c728a1f..fcba884 100644 --- a/demo/app/App_Resources/iOS/build.xcconfig +++ b/demo/app/App_Resources/iOS/build.xcconfig @@ -4,3 +4,4 @@ // DEVELOPMENT_TEAM = YOUR_TEAM_ID; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; +VALIDATE_WORKSPACE=YES;