From 9e9d23fdeb9d66d5eb0fcd9a939eb5ad83b90cba Mon Sep 17 00:00:00 2001 From: John Lyon-Smith Date: Tue, 1 May 2018 10:04:33 -0700 Subject: [PATCH] Reset to production settings --- .../xcschemes/DeightonAR Release.xcscheme | 105 ++++++++++++++++++ .../xcschemes/xcschememanagement.plist | 5 + mobile/src/config.js | 26 ++--- 3 files changed, 123 insertions(+), 13 deletions(-) create mode 100644 mobile/ios/DeightonAR.xcodeproj/xcshareddata/xcschemes/DeightonAR Release.xcscheme diff --git a/mobile/ios/DeightonAR.xcodeproj/xcshareddata/xcschemes/DeightonAR Release.xcscheme b/mobile/ios/DeightonAR.xcodeproj/xcshareddata/xcschemes/DeightonAR Release.xcscheme new file mode 100644 index 0000000..2c1f1e8 --- /dev/null +++ b/mobile/ios/DeightonAR.xcodeproj/xcshareddata/xcschemes/DeightonAR Release.xcscheme @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mobile/ios/DeightonAR.xcodeproj/xcuserdata/john.xcuserdatad/xcschemes/xcschememanagement.plist b/mobile/ios/DeightonAR.xcodeproj/xcuserdata/john.xcuserdatad/xcschemes/xcschememanagement.plist index 78498aa..c0fcb48 100644 --- a/mobile/ios/DeightonAR.xcodeproj/xcuserdata/john.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/mobile/ios/DeightonAR.xcodeproj/xcuserdata/john.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,6 +4,11 @@ SchemeUserState + DeightonAR Release.xcscheme_^#shared#^_ + + orderHint + 1 + DeightonAR.xcscheme_^#shared#^_ orderHint diff --git a/mobile/src/config.js b/mobile/src/config.js index 4c049fb..94b00cb 100644 --- a/mobile/src/config.js +++ b/mobile/src/config.js @@ -8,25 +8,25 @@ export const config = { googleGeocodeAPIKey: "AIzaSyCs4JVT6gysnY5dAJ7KjVJYeykLv_xz1GI", googleGeocodeURL: "https://maps.googleapis.com/maps/api/geocode/json", refererURL: "https://dar.kss.us.com", - defaultUser: "john@lyon-smith.org", - // defaultUser: "", - minGPSAccuracy: 100, + //defaultUser: "john@lyon-smith.org", + defaultUser: "", + minGPSAccuracy: 50, //minGPSAccuracy: 20, minDistanceToItem: 10, geocodeDelayMilliseconds: 500, // This region is downtown Toronto - // initialRegion: { - // latitude: 43.653908, - // longitude: -79.384293, - // latitudeDelta: 0.0922, - // longitudeDelta: 0.0421, - // }, - // This region is Bainbridge Island initialRegion: { - latitude: 47.629536, - longitude: -122.524162, + latitude: 43.653908, + longitude: -79.384293, latitudeDelta: 0.0922, longitudeDelta: 0.0421, }, - alwaysShowWorkItemInAR: true, + // This region is Bainbridge Island + // initialRegion: { + // latitude: 47.629536, + // longitude: -122.524162, + // latitudeDelta: 0.0922, + // longitudeDelta: 0.0421, + // }, + //alwaysShowWorkItemInAR: true, }