diff options
author | Jason Wray <jason@mapbox.com> | 2017-05-06 16:49:41 -0400 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-05-08 15:44:52 -0400 |
commit | e34d8b5c802186008e49364668e4a7bd5668d0fd (patch) | |
tree | fd055989e999df0a68fef2196bbf7ae9815f1973 /platform/ios | |
parent | d99ebea93075b67ba435374d2de641a76c8c7da1 (diff) | |
download | qtlocation-mapboxgl-e34d8b5c802186008e49364668e4a7bd5668d0fd.tar.gz |
[ios] Re-enable all console messages in iosapp
The Xcode 8 spew that prompted the addition of this setting has been
fixed and leaving it enabled was hiding important error messages.
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/ios.xcodeproj/xcshareddata/xcschemes/iosapp.xcscheme | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/ios/ios.xcodeproj/xcshareddata/xcschemes/iosapp.xcscheme b/platform/ios/ios.xcodeproj/xcshareddata/xcschemes/iosapp.xcscheme index f1227ac139..035c7818ae 100644 --- a/platform/ios/ios.xcodeproj/xcshareddata/xcschemes/iosapp.xcscheme +++ b/platform/ios/ios.xcodeproj/xcshareddata/xcschemes/iosapp.xcscheme @@ -61,13 +61,6 @@ ReferencedContainer = "container:ios.xcodeproj"> </BuildableReference> </BuildableProductRunnable> - <EnvironmentVariables> - <EnvironmentVariable - key = "OS_ACTIVITY_MODE" - value = "disable" - isEnabled = "YES"> - </EnvironmentVariable> - </EnvironmentVariables> <AdditionalOptions> </AdditionalOptions> </LaunchAction> |