diff --git a/phoneClients/ios/GpsTracker.xcodeproj/project.pbxproj b/phoneClients/ios/GpsTracker.xcodeproj/project.pbxproj index 5edd68e..7a79917 100644 --- a/phoneClients/ios/GpsTracker.xcodeproj/project.pbxproj +++ b/phoneClients/ios/GpsTracker.xcodeproj/project.pbxproj @@ -132,6 +132,15 @@ CLASSPREFIX = WSM; LastUpgradeCheck = 0500; ORGANIZATIONNAME = "Nick Fox"; + TargetAttributes = { + 88B1AAD018697121005276D4 = { + SystemCapabilities = { + com.apple.BackgroundModes = { + enabled = 1; + }; + }; + }; + }; }; buildConfigurationList = 88B1AACC18697121005276D4 /* Build configuration list for PBXProject "GpsTracker" */; compatibilityVersion = "Xcode 3.2"; diff --git a/phoneClients/ios/GpsTracker/GpsTracker-Info.plist b/phoneClients/ios/GpsTracker/GpsTracker-Info.plist index 2b90d81..8b9bf52 100644 --- a/phoneClients/ios/GpsTracker/GpsTracker-Info.plist +++ b/phoneClients/ios/GpsTracker/GpsTracker-Info.plist @@ -24,6 +24,10 @@ 1 LSRequiresIPhoneOS + UIBackgroundModes + + location + UIMainStoryboardFile Main UIRequiredDeviceCapabilities @@ -33,8 +37,6 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight