Skip to content

Commit 7b819ea

Browse files
authored
updates for Xcode 10.2 (#910)
* updates for Xcode 10.2 * Use swift charts 0.6.3 with xcode 10.2 patch * bump version for hotfix
1 parent 0ba7b42 commit 7b819ea

File tree

10 files changed

+23
-19
lines changed

10 files changed

+23
-19
lines changed

Cartfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
github "LoopKit/LoopKit" == 2.2.1
2+
github "LoopKit/LoopKit" ~> 2.2
33
github "LoopKit/CGMBLEKit" == 3.0
4-
github "i-schuetz/SwiftCharts" == 0.6.2
4+
github "ps2/SwiftCharts" "hotfix-xcode10.2"
55
github "LoopKit/dexcom-share-client-swift" == 1.0
66
github "LoopKit/G4ShareSpy" == 1.0
7-
github "ps2/rileylink_ios" == 2.1.0
7+
github "ps2/rileylink_ios" ~> 2.1
88
github "LoopKit/Amplitude-iOS" "decreepify"

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github "LoopKit/Amplitude-iOS" "2137d5fd44bf630ed33e1e72d7af6d8f8612f270"
22
github "LoopKit/CGMBLEKit" "v3.0"
33
github "LoopKit/G4ShareSpy" "v1.0"
4-
github "LoopKit/LoopKit" "v2.2.1"
4+
github "LoopKit/LoopKit" "v2.2.2"
55
github "LoopKit/dexcom-share-client-swift" "v1.0"
6-
github "i-schuetz/SwiftCharts" "0.6.2"
7-
github "ps2/rileylink_ios" "v2.1.0"
6+
github "ps2/SwiftCharts" "cc8c401171d5ccb638ec6c87f6c410ee31fa774d"
7+
github "ps2/rileylink_ios" "v2.1.1"

DoseMathTests/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>1.9.4</string>
18+
<string>1.9.5</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Loop Status Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.9.3</string>
22+
<string>1.9.5</string>
2323
<key>CFBundleVersion</key>
2424
<string>$(CURRENT_PROJECT_VERSION)</string>
2525
<key>AppGroupIdentifier</key>

Loop.xcodeproj/project.pbxproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@
308308
C17824A61E1AF91F00D9D25C /* BolusRecommendation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17824A41E1AD4D100D9D25C /* BolusRecommendation.swift */; };
309309
C18852E22082AB1B00BECC8C /* RileyLinkKitUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C18852E12082AB1A00BECC8C /* RileyLinkKitUI.framework */; };
310310
C18C8C511D5A351900E043FB /* NightscoutDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C18C8C501D5A351900E043FB /* NightscoutDataManager.swift */; };
311+
C1C0BE2A224C0FA000C03B4D /* SwiftCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4346D1EF1C781BEA00ABAFE3 /* SwiftCharts.framework */; };
311312
C1C6591C1E1B1FDA0025CC58 /* recommend_temp_basal_dropping_then_rising.json in Resources */ = {isa = PBXBuildFile; fileRef = C1C6591B1E1B1FDA0025CC58 /* recommend_temp_basal_dropping_then_rising.json */; };
312313
C1C73F0D1DE3D0270022FC89 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C1C73F0F1DE3D0270022FC89 /* InfoPlist.strings */; };
313314
/* End PBXBuildFile section */
@@ -911,6 +912,7 @@
911912
isa = PBXFrameworksBuildPhase;
912913
buildActionMask = 2147483647;
913914
files = (
915+
C1C0BE2A224C0FA000C03B4D /* SwiftCharts.framework in Frameworks */,
914916
4F7528951DFE1E9B00C322D6 /* LoopUI.framework in Frameworks */,
915917
437AFEE520352591008C4892 /* NotificationCenter.framework in Frameworks */,
916918
);
@@ -1673,6 +1675,7 @@
16731675
developmentRegion = English;
16741676
hasScannedForEncodings = 0;
16751677
knownRegions = (
1678+
English,
16761679
en,
16771680
Base,
16781681
fr,
@@ -1683,6 +1686,7 @@
16831686
nb,
16841687
es,
16851688
pl,
1689+
ru,
16861690
);
16871691
mainGroup = 43776F831B8022E90074EA36;
16881692
productRefGroup = 43776F8D1B8022E90074EA36 /* Products */;
@@ -2534,7 +2538,7 @@
25342538
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
25352539
CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)";
25362540
COPY_PHASE_STRIP = NO;
2537-
CURRENT_PROJECT_VERSION = 55;
2541+
CURRENT_PROJECT_VERSION = 56;
25382542
DEBUG_INFORMATION_FORMAT = dwarf;
25392543
ENABLE_STRICT_OBJC_MSGSEND = YES;
25402544
ENABLE_TESTABILITY = YES;
@@ -2606,7 +2610,7 @@
26062610
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
26072611
CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)";
26082612
COPY_PHASE_STRIP = NO;
2609-
CURRENT_PROJECT_VERSION = 55;
2613+
CURRENT_PROJECT_VERSION = 56;
26102614
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
26112615
ENABLE_NS_ASSERTIONS = NO;
26122616
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2864,11 +2868,11 @@
28642868
CLANG_WARN_SUSPICIOUS_MOVES = YES;
28652869
CODE_SIGN_IDENTITY = "";
28662870
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
2867-
CURRENT_PROJECT_VERSION = 55;
2871+
CURRENT_PROJECT_VERSION = 56;
28682872
DEFINES_MODULE = YES;
28692873
DEVELOPMENT_TEAM = "";
28702874
DYLIB_COMPATIBILITY_VERSION = 1;
2871-
DYLIB_CURRENT_VERSION = 55;
2875+
DYLIB_CURRENT_VERSION = 56;
28722876
DYLIB_INSTALL_NAME_BASE = "@rpath";
28732877
INFOPLIST_FILE = LoopUI/Info.plist;
28742878
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -2891,11 +2895,11 @@
28912895
CLANG_WARN_SUSPICIOUS_MOVES = YES;
28922896
CODE_SIGN_IDENTITY = "";
28932897
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
2894-
CURRENT_PROJECT_VERSION = 55;
2898+
CURRENT_PROJECT_VERSION = 56;
28952899
DEFINES_MODULE = YES;
28962900
DEVELOPMENT_TEAM = "";
28972901
DYLIB_COMPATIBILITY_VERSION = 1;
2898-
DYLIB_CURRENT_VERSION = 55;
2902+
DYLIB_CURRENT_VERSION = 56;
28992903
DYLIB_INSTALL_NAME_BASE = "@rpath";
29002904
INFOPLIST_FILE = LoopUI/Info.plist;
29012905
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Loop/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.9.4</string>
22+
<string>1.9.5</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

LoopTests/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>1.9.4</string>
18+
<string>1.9.5</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LoopUI/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.9.4</string>
20+
<string>1.9.5</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSPrincipalClass</key>

WatchApp Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.9.4</string>
20+
<string>1.9.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

WatchApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.9.4</string>
20+
<string>1.9.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)