-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updates for Xcode 10.2 * Use swift charts 0.6.3 with xcode 10.2 patch * bump version for hotfix
- Loading branch information
Showing
10 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
|
||
github "LoopKit/LoopKit" == 2.2.1 | ||
github "LoopKit/LoopKit" ~> 2.2 | ||
github "LoopKit/CGMBLEKit" == 3.0 | ||
github "i-schuetz/SwiftCharts" == 0.6.2 | ||
github "ps2/SwiftCharts" "hotfix-xcode10.2" | ||
github "LoopKit/dexcom-share-client-swift" == 1.0 | ||
github "LoopKit/G4ShareSpy" == 1.0 | ||
github "ps2/rileylink_ios" == 2.1.0 | ||
github "ps2/rileylink_ios" ~> 2.1 | ||
github "LoopKit/Amplitude-iOS" "decreepify" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
github "LoopKit/Amplitude-iOS" "2137d5fd44bf630ed33e1e72d7af6d8f8612f270" | ||
github "LoopKit/CGMBLEKit" "v3.0" | ||
github "LoopKit/G4ShareSpy" "v1.0" | ||
github "LoopKit/LoopKit" "v2.2.1" | ||
github "LoopKit/LoopKit" "v2.2.2" | ||
github "LoopKit/dexcom-share-client-swift" "v1.0" | ||
github "i-schuetz/SwiftCharts" "0.6.2" | ||
github "ps2/rileylink_ios" "v2.1.0" | ||
github "ps2/SwiftCharts" "cc8c401171d5ccb638ec6c87f6c410ee31fa774d" | ||
github "ps2/rileylink_ios" "v2.1.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -308,6 +308,7 @@ | |
C17824A61E1AF91F00D9D25C /* BolusRecommendation.swift in Sources */ = {isa = PBXBuildFile; fileRef = C17824A41E1AD4D100D9D25C /* BolusRecommendation.swift */; }; | ||
C18852E22082AB1B00BECC8C /* RileyLinkKitUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C18852E12082AB1A00BECC8C /* RileyLinkKitUI.framework */; }; | ||
C18C8C511D5A351900E043FB /* NightscoutDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C18C8C501D5A351900E043FB /* NightscoutDataManager.swift */; }; | ||
C1C0BE2A224C0FA000C03B4D /* SwiftCharts.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4346D1EF1C781BEA00ABAFE3 /* SwiftCharts.framework */; }; | ||
C1C6591C1E1B1FDA0025CC58 /* recommend_temp_basal_dropping_then_rising.json in Resources */ = {isa = PBXBuildFile; fileRef = C1C6591B1E1B1FDA0025CC58 /* recommend_temp_basal_dropping_then_rising.json */; }; | ||
C1C73F0D1DE3D0270022FC89 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C1C73F0F1DE3D0270022FC89 /* InfoPlist.strings */; }; | ||
/* End PBXBuildFile section */ | ||
|
@@ -911,6 +912,7 @@ | |
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
C1C0BE2A224C0FA000C03B4D /* SwiftCharts.framework in Frameworks */, | ||
4F7528951DFE1E9B00C322D6 /* LoopUI.framework in Frameworks */, | ||
437AFEE520352591008C4892 /* NotificationCenter.framework in Frameworks */, | ||
); | ||
|
@@ -1673,6 +1675,7 @@ | |
developmentRegion = English; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
English, | ||
en, | ||
Base, | ||
fr, | ||
|
@@ -1683,6 +1686,7 @@ | |
nb, | ||
es, | ||
pl, | ||
ru, | ||
); | ||
mainGroup = 43776F831B8022E90074EA36; | ||
productRefGroup = 43776F8D1B8022E90074EA36 /* Products */; | ||
|
@@ -2534,7 +2538,7 @@ | |
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)"; | ||
COPY_PHASE_STRIP = NO; | ||
CURRENT_PROJECT_VERSION = 55; | ||
CURRENT_PROJECT_VERSION = 56; | ||
DEBUG_INFORMATION_FORMAT = dwarf; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
ENABLE_TESTABILITY = YES; | ||
|
@@ -2606,7 +2610,7 @@ | |
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)"; | ||
COPY_PHASE_STRIP = NO; | ||
CURRENT_PROJECT_VERSION = 55; | ||
CURRENT_PROJECT_VERSION = 56; | ||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
ENABLE_NS_ASSERTIONS = NO; | ||
ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
|
@@ -2864,11 +2868,11 @@ | |
CLANG_WARN_SUSPICIOUS_MOVES = YES; | ||
CODE_SIGN_IDENTITY = ""; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
CURRENT_PROJECT_VERSION = 55; | ||
CURRENT_PROJECT_VERSION = 56; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = ""; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 55; | ||
DYLIB_CURRENT_VERSION = 56; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
INFOPLIST_FILE = LoopUI/Info.plist; | ||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
|
@@ -2891,11 +2895,11 @@ | |
CLANG_WARN_SUSPICIOUS_MOVES = YES; | ||
CODE_SIGN_IDENTITY = ""; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; | ||
CURRENT_PROJECT_VERSION = 55; | ||
CURRENT_PROJECT_VERSION = 56; | ||
DEFINES_MODULE = YES; | ||
DEVELOPMENT_TEAM = ""; | ||
DYLIB_COMPATIBILITY_VERSION = 1; | ||
DYLIB_CURRENT_VERSION = 55; | ||
DYLIB_CURRENT_VERSION = 56; | ||
DYLIB_INSTALL_NAME_BASE = "@rpath"; | ||
INFOPLIST_FILE = LoopUI/Info.plist; | ||
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters