Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7941ca6

Browse files
authored
Merge pull request #230 from LoopKit/dev
Release 2.1.2
2 parents f8d424f + c14217f commit 7941ca6

22 files changed

+428
-20
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ xcode_scheme:
66
- LoopKit
77
- LoopKitUI
88
script:
9-
- xcodebuild -project LoopKit.xcodeproj -scheme LoopKit build -destination 'name=iPhone SE' test
10-
- xcodebuild -project LoopKit.xcodeproj -scheme LoopKitUI build -destination 'name=iPhone SE'
9+
- xcodebuild -project LoopKit.xcodeproj -scheme LoopKit build -destination 'name=iPhone X' test
10+
- xcodebuild -project LoopKit.xcodeproj -scheme "LoopKit Example" build -destination 'name=iPhone X'

LoopKit Example/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.1</string>
18+
<string>2.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* Bundle name */
2+
"CFBundleName" = "$(PRODUCT_NAME)";
3+
4+
/* Privacy - Health Share Usage Description */
5+
"NSHealthShareUsageDescription" = "Datos de alimentos de la base de datos de Salud se utiliza para determinar los efectos en el nivel de glucosa. Datos de glucosa de la bsase de datos de Salud se utilizan para graficar y determinar cálculos de momentum.";
6+
7+
/* Privacy - Health Update Usage Description */
8+
"NSHealthUpdateUsageDescription" = "Datos de alimentos ingresados en la aplicación y en el relój son almacenados en la base de datos de Salud. Los datos de glucosa extraídos del monitor contínuo de glucosa se almacenan de manera segura en Kit de Salud.";
9+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/* The title text for the basal rate schedule */
2+
"Basal Rates" = "Basal Rates";
3+
4+
/* The title for the cell navigating to the carbs screen */
5+
"Carbs" = "Carbs";
6+
7+
/* The title for the cell displaying diagnostic data */
8+
"Diagnostic" = "Diagnostic";
9+
10+
/* The placeholder text instructing users how to enter a pump ID */
11+
"Enter the 6-digit pump ID" = "Enter the 6-digit pump ID";
12+
13+
/* The title for the cell displaying data generation */
14+
"Generate Data" = "Generate Data";
15+
16+
/* The title text for the glucose target range schedule */
17+
"Glucose Target Range" = "Glucose Target Range";
18+
19+
/* The title text for the pump ID */
20+
"Pump ID" = "Pump ID";
21+
22+
/* The title for the cell navigating to the reservoir screen */
23+
"Reservoir" = "Reservoir";
24+
25+
/* Title for the cell resetting the data manager */
26+
"Reset" = "Reset";
27+
28+
/* Title of button to sync basal profile from pump */
29+
"Sync With Pump" = "Sync With Pump";
30+
31+
/* Instructions on where to find the pump ID on a Minimed pump */
32+
"The pump ID can be found printed on the back, or near the bottom of the STATUS/Esc screen. It is the strictly numerical portion of the serial number (shown as SN or S/N)." = "The pump ID can be found printed on the back, or near the bottom of the STATUS/Esc screen. It is the strictly numerical portion of the serial number (shown as SN or S/N).";
33+
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
/* Class = "UITableViewController"; title = "UI Tests"; ObjectID = "7bK-jq-Zjz"; */
3+
"7bK-jq-Zjz.title" = "UI Tests";
4+
5+
/* Class = "UILabel"; text = "Title"; ObjectID = "Arm-wq-HPj"; */
6+
"Arm-wq-HPj.text" = "Title";
7+
8+
/* Class = "UINavigationController"; title = "UI Tests"; ObjectID = "RMx-3f-FxP"; */
9+
"RMx-3f-FxP.title" = "UI Tests";

LoopKit ExampleUITests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.1</string>
18+
<string>2.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* Bundle name */
2+
"CFBundleName" = "$(PRODUCT_NAME)";
3+

LoopKit.xcodeproj/project.pbxproj

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@
286286
7D68A9AE1FE0A3D000522C49 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D68A9B01FE0A3D000522C49 /* Localizable.strings */; };
287287
7D68A9B81FE0A3D100522C49 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D68A9BA1FE0A3D100522C49 /* InfoPlist.strings */; };
288288
7D68A9C21FE0A3D200522C49 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D68A9C41FE0A3D200522C49 /* InfoPlist.strings */; };
289-
7D68A9E11FE0A3D300522C49 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D68A9E31FE0A3D300522C49 /* Localizable.strings */; };
290289
/* End PBXBuildFile section */
291290

292291
/* Begin PBXContainerItemProxy section */
@@ -336,6 +335,18 @@
336335
/* End PBXCopyFilesBuildPhase section */
337336

338337
/* Begin PBXFileReference section */
338+
1F50C31F212B20D300C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
339+
1F50C320212B20D300C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Main.strings; sourceTree = "<group>"; };
340+
1F50C321212B20D300C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/CarbKit.strings; sourceTree = "<group>"; };
341+
1F50C322212B20D300C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InsulinKit.strings; sourceTree = "<group>"; };
342+
1F50C323212B20D300C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
343+
1F50C324212B20D300C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
344+
1F50C325212B20D400C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
345+
1F50C326212B20D400C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
346+
1F50C327212B20D400C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
347+
1F50C328212B20D400C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
348+
1F50C329212B20D400C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
349+
1F50C32A212B20D400C18FAB /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
339350
1F5DAB1C2118C95700048054 /* LocalizedString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalizedString.swift; sourceTree = "<group>"; };
340351
1F5DAB232118CE9300048054 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
341352
1F5DAB262118CE9300048054 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
@@ -1383,6 +1394,7 @@
13831394
it,
13841395
nl,
13851396
nb,
1397+
pl,
13861398
);
13871399
mainGroup = 43D8FDC11C728FDF0073BE78;
13881400
productRefGroup = 43D8FDCC1C728FDF0073BE78 /* Products */;
@@ -1443,7 +1455,6 @@
14431455
files = (
14441456
7D68A9C21FE0A3D200522C49 /* InfoPlist.strings in Resources */,
14451457
1F5DAB2D2118CE9300048054 /* Localizable.strings in Resources */,
1446-
7D68A9E11FE0A3D300522C49 /* Localizable.strings in Resources */,
14471458
);
14481459
runOnlyForDeploymentPostprocessing = 0;
14491460
};
@@ -1777,6 +1788,7 @@
17771788
1F5DAB652118F33000048054 /* it */,
17781789
1F5DAB712118F3C300048054 /* nl */,
17791790
1F5DAB7D2118F3FC00048054 /* nb */,
1791+
1F50C327212B20D400C18FAB /* pl */,
17801792
);
17811793
name = InfoPlist.strings;
17821794
sourceTree = "<group>";
@@ -1792,6 +1804,7 @@
17921804
1F5DAB662118F33100048054 /* it */,
17931805
1F5DAB722118F3C300048054 /* nl */,
17941806
1F5DAB7E2118F3FC00048054 /* nb */,
1807+
1F50C328212B20D400C18FAB /* pl */,
17951808
);
17961809
name = InfoPlist.strings;
17971810
sourceTree = "<group>";
@@ -1807,6 +1820,7 @@
18071820
1F5DAB682118F33100048054 /* it */,
18081821
1F5DAB742118F3C300048054 /* nl */,
18091822
1F5DAB802118F3FC00048054 /* nb */,
1823+
1F50C32A212B20D400C18FAB /* pl */,
18101824
);
18111825
name = InfoPlist.strings;
18121826
sourceTree = "<group>";
@@ -1824,6 +1838,7 @@
18241838
1F5DAB6E2118F3C200048054 /* nl */,
18251839
1F5DAB7A2118F3FB00048054 /* nb */,
18261840
1FE58794211D0967004F24ED /* Base */,
1841+
1F50C324212B20D300C18FAB /* pl */,
18271842
);
18281843
name = Localizable.strings;
18291844
sourceTree = "<group>";
@@ -1840,6 +1855,7 @@
18401855
1F5DAB5E2118F33000048054 /* it */,
18411856
1F5DAB6A2118F3C200048054 /* nl */,
18421857
1F5DAB762118F3FB00048054 /* nb */,
1858+
1F50C320212B20D300C18FAB /* pl */,
18431859
);
18441860
name = Main.storyboard;
18451861
sourceTree = "<group>";
@@ -1856,6 +1872,7 @@
18561872
1F5DAB5D2118F33000048054 /* it */,
18571873
1F5DAB692118F3C200048054 /* nl */,
18581874
1F5DAB752118F3FB00048054 /* nb */,
1875+
1F50C31F212B20D300C18FAB /* pl */,
18591876
);
18601877
name = LaunchScreen.storyboard;
18611878
sourceTree = "<group>";
@@ -1872,6 +1889,7 @@
18721889
1F5DAB5F2118F33000048054 /* it */,
18731890
1F5DAB6B2118F3C200048054 /* nl */,
18741891
1F5DAB772118F3FB00048054 /* nb */,
1892+
1F50C321212B20D300C18FAB /* pl */,
18751893
);
18761894
name = CarbKit.storyboard;
18771895
sourceTree = "<group>";
@@ -1888,6 +1906,7 @@
18881906
1F5DAB602118F33000048054 /* it */,
18891907
1F5DAB6C2118F3C200048054 /* nl */,
18901908
1F5DAB782118F3FB00048054 /* nb */,
1909+
1F50C322212B20D300C18FAB /* pl */,
18911910
);
18921911
name = InsulinKit.storyboard;
18931912
sourceTree = "<group>";
@@ -1904,6 +1923,7 @@
19041923
1F5DAB642118F33000048054 /* it */,
19051924
1F5DAB702118F3C200048054 /* nl */,
19061925
1F5DAB7C2118F3FC00048054 /* nb */,
1926+
1F50C326212B20D400C18FAB /* pl */,
19071927
);
19081928
name = Localizable.strings;
19091929
sourceTree = "<group>";
@@ -1919,6 +1939,7 @@
19191939
1F5DAB632118F33000048054 /* it */,
19201940
1F5DAB6F2118F3C200048054 /* nl */,
19211941
1F5DAB7B2118F3FB00048054 /* nb */,
1942+
1F50C325212B20D400C18FAB /* pl */,
19221943
);
19231944
name = InfoPlist.strings;
19241945
sourceTree = "<group>";
@@ -1934,6 +1955,7 @@
19341955
1F5DAB612118F33000048054 /* it */,
19351956
1F5DAB6D2118F3C200048054 /* nl */,
19361957
1F5DAB792118F3FB00048054 /* nb */,
1958+
1F50C323212B20D300C18FAB /* pl */,
19371959
);
19381960
name = InfoPlist.strings;
19391961
sourceTree = "<group>";
@@ -1950,6 +1972,7 @@
19501972
1F5DAB732118F3C300048054 /* nl */,
19511973
1F5DAB7F2118F3FC00048054 /* nb */,
19521974
1FE58790211CFBB7004F24ED /* Base */,
1975+
1F50C329212B20D400C18FAB /* pl */,
19531976
);
19541977
name = Localizable.strings;
19551978
sourceTree = "<group>";
@@ -2026,11 +2049,11 @@
20262049
CODE_SIGN_IDENTITY = "";
20272050
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
20282051
CODE_SIGN_STYLE = Automatic;
2029-
CURRENT_PROJECT_VERSION = 35;
2052+
CURRENT_PROJECT_VERSION = 36;
20302053
DEFINES_MODULE = YES;
20312054
DEVELOPMENT_TEAM = "";
20322055
DYLIB_COMPATIBILITY_VERSION = 1;
2033-
DYLIB_CURRENT_VERSION = 35;
2056+
DYLIB_CURRENT_VERSION = 36;
20342057
DYLIB_INSTALL_NAME_BASE = "@rpath";
20352058
GCC_C_LANGUAGE_STANDARD = gnu11;
20362059
INFOPLIST_FILE = LoopKitUI/Info.plist;
@@ -2055,11 +2078,11 @@
20552078
CODE_SIGN_IDENTITY = "";
20562079
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
20572080
CODE_SIGN_STYLE = Automatic;
2058-
CURRENT_PROJECT_VERSION = 35;
2081+
CURRENT_PROJECT_VERSION = 36;
20592082
DEFINES_MODULE = YES;
20602083
DEVELOPMENT_TEAM = "";
20612084
DYLIB_COMPATIBILITY_VERSION = 1;
2062-
DYLIB_CURRENT_VERSION = 35;
2085+
DYLIB_CURRENT_VERSION = 36;
20632086
DYLIB_INSTALL_NAME_BASE = "@rpath";
20642087
GCC_C_LANGUAGE_STANDARD = gnu11;
20652088
INFOPLIST_FILE = LoopKitUI/Info.plist;
@@ -2102,7 +2125,7 @@
21022125
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
21032126
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21042127
COPY_PHASE_STRIP = NO;
2105-
CURRENT_PROJECT_VERSION = 35;
2128+
CURRENT_PROJECT_VERSION = 36;
21062129
DEBUG_INFORMATION_FORMAT = dwarf;
21072130
ENABLE_STRICT_OBJC_MSGSEND = YES;
21082131
ENABLE_TESTABILITY = YES;
@@ -2167,7 +2190,7 @@
21672190
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
21682191
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
21692192
COPY_PHASE_STRIP = NO;
2170-
CURRENT_PROJECT_VERSION = 35;
2193+
CURRENT_PROJECT_VERSION = 36;
21712194
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
21722195
ENABLE_NS_ASSERTIONS = NO;
21732196
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2204,7 +2227,7 @@
22042227
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
22052228
DEFINES_MODULE = YES;
22062229
DYLIB_COMPATIBILITY_VERSION = 1;
2207-
DYLIB_CURRENT_VERSION = 35;
2230+
DYLIB_CURRENT_VERSION = 36;
22082231
DYLIB_INSTALL_NAME_BASE = "@rpath";
22092232
INFOPLIST_FILE = LoopKit/Info.plist;
22102233
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -2225,7 +2248,7 @@
22252248
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
22262249
DEFINES_MODULE = YES;
22272250
DYLIB_COMPATIBILITY_VERSION = 1;
2228-
DYLIB_CURRENT_VERSION = 35;
2251+
DYLIB_CURRENT_VERSION = 36;
22292252
DYLIB_INSTALL_NAME_BASE = "@rpath";
22302253
INFOPLIST_FILE = LoopKit/Info.plist;
22312254
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

LoopKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.1</string>
18+
<string>2.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)