Ivan Valkou 5 rokov pred
rodič
commit
2a7fb2c541

+ 3 - 1
FreeAPS/Resources/Info.plist

@@ -2,6 +2,8 @@
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
+	<key>NSFaceIDUsageDescription</key>
+	<string>For authorized acces to bolus</string>
 	<key>CFBundleDevelopmentRegion</key>
 	<string>$(DEVELOPMENT_LANGUAGE)</string>
 	<key>CFBundleExecutable</key>
@@ -17,7 +19,7 @@
 	<key>CFBundleShortVersionString</key>
 	<string>$(MARKETING_VERSION)</string>
 	<key>CFBundleVersion</key>
-	<string>235</string>
+	<string>236</string>
 	<key>LSApplicationQueriesSchemes</key>
 	<array>
 		<string>dexcomg6</string>

+ 1 - 1
FreeAPS/Resources/json/defaults/freeaps/freeaps_settings.json

@@ -3,7 +3,7 @@
     "closedLoop": false,
     "allowAnnouncements": false,
     "useAutotune": false
-    "isUploadEnabled": true,
+    "isUploadEnabled": false,
     "useLocalGlucoseSource": false,
     "localGlucosePort": 8080,
     "debugOptions": false

+ 1 - 1
FreeAPS/Sources/Services/SettingsManager/SettingsManager.swift

@@ -34,7 +34,7 @@ final class BaseSettingsManager: SettingsManager, Injectable {
                 closedLoop: false,
                 allowAnnouncements: false,
                 useAutotune: false,
-                isUploadEnabled: true,
+                isUploadEnabled: false,
                 useLocalGlucoseSource: false,
                 localGlucosePort: nil,
                 debugOptions: false