diff --git a/xdrip.xcodeproj/project.pbxproj b/xdrip.xcodeproj/project.pbxproj index bd76ef3b..0d78f10a 100644 --- a/xdrip.xcodeproj/project.pbxproj +++ b/xdrip.xcodeproj/project.pbxproj @@ -483,8 +483,6 @@ F8C5EBE422F297EF00563B5F /* SensorSerialNumber.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SensorSerialNumber.swift; sourceTree = ""; }; F8C5EBE622F38F0E00563B5F /* Trace.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Trace.swift; sourceTree = ""; }; F8C5EBE922F49AC700563B5F /* CGMDroplet1Transmitter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CGMDroplet1Transmitter.swift; sourceTree = ""; }; - F8C5EBEB22F59AD600563B5F /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Common.strings"; sourceTree = ""; }; - F8C5EBEC22F59ADA00563B5F /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Common.strings; sourceTree = ""; }; F8E3C3AA21FE17B700907A04 /* StringProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringProtocol.swift; sourceTree = ""; }; F8E3C3AC21FE551C00907A04 /* DexcomCalibrator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DexcomCalibrator.swift; sourceTree = ""; }; F8EA6C8121B723BC0082976B /* Date.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Date.swift; sourceTree = ""; }; @@ -1667,8 +1665,6 @@ F8B48AF622B37C5C009BCC01 /* it */, F8B48B0222B37C67009BCC01 /* fr */, F8B48B0E22B37C84009BCC01 /* zh */, - F8C5EBEB22F59AD600563B5F /* pt-BR */, - F8C5EBEC22F59ADA00563B5F /* pt */, ); name = Common.strings; sourceTree = ""; diff --git a/xdrip/Storyboards/en.lproj/Common.strings b/xdrip/Storyboards/en.lproj/Common.strings index a287273b..9c4e0b31 100644 --- a/xdrip/Storyboards/en.lproj/Common.strings +++ b/xdrip/Storyboards/en.lproj/Common.strings @@ -17,5 +17,6 @@ "warning" ="Warning !"; "update" = "Update"; "add" = "Add"; +"settingsviews_speakIntervalMessage" = "Minimum interval between two readings, in minutes"; "yes" = "yes"; "no" = "no"; diff --git a/xdrip/Storyboards/en.lproj/HomeView.strings b/xdrip/Storyboards/en.lproj/HomeView.strings index 84157dcd..c580f9ff 100644 --- a/xdrip/Storyboards/en.lproj/HomeView.strings +++ b/xdrip/Storyboards/en.lproj/HomeView.strings @@ -1,5 +1,5 @@ "presnooze" = "Snooze"; -"transmitter" = "Transmitter";// home screen blablabla +"transmitter" = "Transmitter"; "calibrate" = "Calibrate"; "statusactiontitle" = "Status"; "scanbluetoothdeviceactiontitle" = "Scan for Transmitter"; diff --git a/xdrip/Storyboards/en.lproj/SettingsViews.strings b/xdrip/Storyboards/en.lproj/SettingsViews.strings index 2f6f5f9f..b8de8984 100644 --- a/xdrip/Storyboards/en.lproj/SettingsViews.strings +++ b/xdrip/Storyboards/en.lproj/SettingsViews.strings @@ -35,7 +35,6 @@ "settingsviews_follower" = "Follower"; "settingsviews_speakreadingslanguageselection" = "Select Language"; "settingsviews_speakBgReadingslanguage" = "Language"; -"settingsviews_speakIntervalMessage" = "Minimum interval between two readings, in minutes"; "settingsviews_resettransmitter" = "Reset Transmitter"; "settingsviews_Version" = "Version"; "settingsviews_license" = "License"; diff --git a/xdrip/Storyboards/pt-BR.lproj/Common.strings b/xdrip/Storyboards/pt-BR.lproj/Common.strings deleted file mode 100644 index a287273b..00000000 --- a/xdrip/Storyboards/pt-BR.lproj/Common.strings +++ /dev/null @@ -1,21 +0,0 @@ -"common_Ok" = "Ok"; -"common_cancel" = "Cancel"; -"common_mgdl" = "mg/dL"; -"common_mmol" = "mmol/l"; -"common_bloodglucoseunit" = "Bloodglucose Unit"; -"common_bloodglucoseunit_short" = "Bg Unit"; -"common_password" = "Password"; -"common_default" = "Default"; -"common_high" = "HIGH"; -"common_low" = "LOW"; -"common_hour" = "hour"; -"common_hours" = "hours"; -"common_minutes" = "minutes"; -"common_minute" = "minute"; -"common_day" = "day"; -"common_week" = "week"; -"warning" ="Warning !"; -"update" = "Update"; -"add" = "Add"; -"yes" = "yes"; -"no" = "no"; diff --git a/xdrip/Storyboards/pt.lproj/Common.strings b/xdrip/Storyboards/pt.lproj/Common.strings deleted file mode 100644 index a287273b..00000000 --- a/xdrip/Storyboards/pt.lproj/Common.strings +++ /dev/null @@ -1,21 +0,0 @@ -"common_Ok" = "Ok"; -"common_cancel" = "Cancel"; -"common_mgdl" = "mg/dL"; -"common_mmol" = "mmol/l"; -"common_bloodglucoseunit" = "Bloodglucose Unit"; -"common_bloodglucoseunit_short" = "Bg Unit"; -"common_password" = "Password"; -"common_default" = "Default"; -"common_high" = "HIGH"; -"common_low" = "LOW"; -"common_hour" = "hour"; -"common_hours" = "hours"; -"common_minutes" = "minutes"; -"common_minute" = "minute"; -"common_day" = "day"; -"common_week" = "week"; -"warning" ="Warning !"; -"update" = "Update"; -"add" = "Add"; -"yes" = "yes"; -"no" = "no"; diff --git a/xdrip/Supporting Files/Info.plist b/xdrip/Supporting Files/Info.plist index fb29655b..13c58d5f 100644 --- a/xdrip/Supporting Files/Info.plist +++ b/xdrip/Supporting Files/Info.plist @@ -17,16 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.6.0 + 2.5.0 CFBundleVersion - 2.6.0 + 2.5.0 LSRequiresIPhoneOS - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - NSBluetoothPeripheralUsageDescription Connect to CGM Transmitter NSHealthShareUsageDescription @@ -69,5 +64,10 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + NSAppTransportSecurity + + NSAllowsArbitraryLoads + +