diff --git a/TraccarClient.xcodeproj/project.xcworkspace/xcuserdata/g.makhoul.xcuserdatad/UserInterfaceState.xcuserstate b/TraccarClient.xcodeproj/project.xcworkspace/xcuserdata/g.makhoul.xcuserdatad/UserInterfaceState.xcuserstate index a4e7006af8b5ad8b450324f2da661967ad272ba0..c7d0ddfdb329b1dcd14adf5d29c7f4fc41fe0645 100644 Binary files a/TraccarClient.xcodeproj/project.xcworkspace/xcuserdata/g.makhoul.xcuserdatad/UserInterfaceState.xcuserstate and b/TraccarClient.xcodeproj/project.xcworkspace/xcuserdata/g.makhoul.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/TraccarClient/AppDelegate.swift b/TraccarClient/AppDelegate.swift index 173dcfee0cd51c8f3ab1fa5b70d015e1816d9dcc..e5271e65f1cb45778c71a929097ecc1a72f41bef 100644 --- a/TraccarClient/AppDelegate.swift +++ b/TraccarClient/AppDelegate.swift @@ -74,7 +74,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, PositionProviderDelegate IQKeyboardManager.shared.previousNextDisplayMode = .alwaysShow IQKeyboardManager.shared.toolbarTintColor = .purple - setRootNavigation() +// setRootNavigation() return true } diff --git a/TraccarClient/InAppSettings.bundle/Root.plist b/TraccarClient/InAppSettings.bundle/Root.plist index 97c1a60469121ccff268cec5bda4f91d5fae6ec2..4bd83cce3a3d01f8ecea064012ffc26b5dcf95fe 100644 --- a/TraccarClient/InAppSettings.bundle/Root.plist +++ b/TraccarClient/InAppSettings.bundle/Root.plist @@ -32,7 +32,7 @@ </dict> <dict> <key>DefaultValue</key> - <string>http://demo.traccar.org:5055</string> + <string>https://dev-fleet-api.nmo.ai/</string> <key>Type</key> <string>PSTextFieldSpecifier</string> <key>Title</key> @@ -98,16 +98,16 @@ <key>Key</key> <string>angle_preference</string> </dict> - <dict> - <key>Type</key> - <string>PSToggleSwitchSpecifier</string> - <key>Title</key> - <string>Offline buffering</string> - <key>Key</key> - <string>buffer_preference</string> - <key>DefaultValue</key> - <true/> - </dict> + <dict> + <key>Type</key> + <string>PSToggleSwitchSpecifier</string> + <key>Title</key> + <string>Offline buffering</string> + <key>Key</key> + <string>buffer_preference</string> + <key>DefaultValue</key> + <true/> + </dict> </array> </dict> </plist>