Revert "version increase 2.6.0 and language file corrections"

This reverts commit b8919f1c33.
This commit is contained in:
Johan Degraeve 2019-08-03 13:11:16 +02:00
parent c2a3df34fb
commit b4908549fc
7 changed files with 9 additions and 55 deletions

View File

@ -483,8 +483,6 @@
F8C5EBE422F297EF00563B5F /* SensorSerialNumber.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SensorSerialNumber.swift; sourceTree = "<group>"; };
F8C5EBE622F38F0E00563B5F /* Trace.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Trace.swift; sourceTree = "<group>"; };
F8C5EBE922F49AC700563B5F /* CGMDroplet1Transmitter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CGMDroplet1Transmitter.swift; sourceTree = "<group>"; };
F8C5EBEB22F59AD600563B5F /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Common.strings"; sourceTree = "<group>"; };
F8C5EBEC22F59ADA00563B5F /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Common.strings; sourceTree = "<group>"; };
F8E3C3AA21FE17B700907A04 /* StringProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringProtocol.swift; sourceTree = "<group>"; };
F8E3C3AC21FE551C00907A04 /* DexcomCalibrator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DexcomCalibrator.swift; sourceTree = "<group>"; };
F8EA6C8121B723BC0082976B /* Date.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Date.swift; sourceTree = "<group>"; };
@ -1667,8 +1665,6 @@
F8B48AF622B37C5C009BCC01 /* it */,
F8B48B0222B37C67009BCC01 /* fr */,
F8B48B0E22B37C84009BCC01 /* zh */,
F8C5EBEB22F59AD600563B5F /* pt-BR */,
F8C5EBEC22F59ADA00563B5F /* pt */,
);
name = Common.strings;
sourceTree = "<group>";

View File

@ -17,5 +17,6 @@
"warning" ="Warning !";
"update" = "Update";
"add" = "Add";
"settingsviews_speakIntervalMessage" = "Minimum interval between two readings, in minutes";
"yes" = "yes";
"no" = "no";

View File

@ -1,5 +1,5 @@
"presnooze" = "Snooze";
"transmitter" = "Transmitter";// home screen blablabla
"transmitter" = "Transmitter";
"calibrate" = "Calibrate";
"statusactiontitle" = "Status";
"scanbluetoothdeviceactiontitle" = "Scan for Transmitter";

View File

@ -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";

View File

@ -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";

View File

@ -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";

View File

@ -17,16 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.6.0</string>
<string>2.5.0</string>
<key>CFBundleVersion</key>
<string>2.6.0</string>
<string>2.5.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Connect to CGM Transmitter</string>
<key>NSHealthShareUsageDescription</key>
@ -69,5 +64,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>