diff --git a/mobile/ios/DeightonAR.xcodeproj/project.pbxproj b/mobile/ios/DeightonAR.xcodeproj/project.pbxproj index d064cb3..827c310 100644 --- a/mobile/ios/DeightonAR.xcodeproj/project.pbxproj +++ b/mobile/ios/DeightonAR.xcodeproj/project.pbxproj @@ -140,6 +140,11 @@ TargetAttributes = { 13B07F861A680F5B00A75B9A = { DevelopmentTeam = 523GZPCZ3X; + SystemCapabilities = { + com.apple.BackgroundModes = { + enabled = 1; + }; + }; }; }; }; diff --git a/mobile/ios/DeightonAR/Info.plist b/mobile/ios/DeightonAR/Info.plist index f16e29b..03606a1 100644 --- a/mobile/ios/DeightonAR/Info.plist +++ b/mobile/ios/DeightonAR/Info.plist @@ -2,8 +2,8 @@ - NSMicrophoneUsageDescription - $(PRODUCT_NAME) camera use + NSLocationAlwaysUsageDescription + $(PRODUCT_NAME) background location use CFBundleDevelopmentRegion en CFBundleDisplayName @@ -33,8 +33,16 @@ NSCameraUsageDescription $(PRODUCT_NAME) camera use + NSLocationWhenInUseUsageDescription + $(PRODUCT_NAME) location use + NSMicrophoneUsageDescription + $(PRODUCT_NAME) camera use NSPhotoLibraryUsageDescription $(PRODUCT_NAME) photo use + UIBackgroundModes + + location + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities @@ -46,8 +54,6 @@ UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown - NSLocationWhenInUseUsageDescription - $(PRODUCT_NAME) location use UIViewControllerBasedStatusBarAppearance