|
276 | 276 | GENERATE_INFOPLIST_FILE = YES; |
277 | 277 | INFOPLIST_KEY_LSApplicationCategoryType = ""; |
278 | 278 | INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = NO; |
| 279 | + INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "This app requires Bluetooth access to discover and connect to nearby sensors and devices as determined by server policy."; |
279 | 280 | INFOPLIST_KEY_NSBonjourServices = _allspark._tcp; |
280 | 281 | INFOPLIST_KEY_NSCameraUsageDescription = "The app collects video for VLM anomaly detection."; |
281 | 282 | INFOPLIST_KEY_NSLocalNetworkUsageDescription = "This app uses the local network to connect to the AllSpark server for video streaming and control."; |
|
287 | 288 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
288 | 289 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
289 | 290 | IPHONEOS_DEPLOYMENT_TARGET = 18.6; |
290 | | - ITSAppUsesNonExemptEncryption = NO; |
| 291 | + INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; |
291 | 292 | LD_RUNPATH_SEARCH_PATHS = ( |
292 | 293 | "$(inherited)", |
293 | 294 | "@executable_path/Frameworks", |
|
318 | 319 | GENERATE_INFOPLIST_FILE = YES; |
319 | 320 | INFOPLIST_KEY_LSApplicationCategoryType = ""; |
320 | 321 | INFOPLIST_KEY_LSSupportsOpeningDocumentsInPlace = NO; |
| 322 | + INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "This app requires Bluetooth access to discover and connect to nearby sensors and devices as determined by server policy."; |
321 | 323 | INFOPLIST_KEY_NSBonjourServices = _allspark._tcp; |
322 | 324 | INFOPLIST_KEY_NSCameraUsageDescription = "The app collects video for VLM anomaly detection."; |
323 | 325 | INFOPLIST_KEY_NSLocalNetworkUsageDescription = "This app uses the local network to connect to the AllSpark server for video streaming and control."; |
|
329 | 331 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
330 | 332 | INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
331 | 333 | IPHONEOS_DEPLOYMENT_TARGET = 18.6; |
332 | | - ITSAppUsesNonExemptEncryption = NO; |
| 334 | + INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; |
333 | 335 | LD_RUNPATH_SEARCH_PATHS = ( |
334 | 336 | "$(inherited)", |
335 | 337 | "@executable_path/Frameworks", |
|
0 commit comments