Skip to content

Commit c21b788

Browse files
authored
Merge pull request #77 from loudnate/dev
Version 0.7.0
2 parents 3bc866b + 04884e9 commit c21b788

File tree

118 files changed

+729
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+729
-295
lines changed

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
github "loudnate/LoopKit" ~> 0.3.4
1+
github "loudnate/LoopKit" ~> 0.3.5
22
github "loudnate/xDripG5" ~> 0.5.0
33
github "loudnate/SwiftCharts" "loudnate/naterade"
44
github "mddub/dexcom-share-client-swift" ~> 0.1
5-
github "ps2/rileylink_ios" ~> 0.6.0
5+
github "ps2/rileylink_ios" ~> 0.7.0
66
github "amplitude/Amplitude-iOS" "mpurland-framework"

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github "amplitude/Amplitude-iOS" "a3d6720626e72a678489bce83ed9dacadb505dd7"
22
github "loudnate/Crypto" "13fee45175b88629aeabe60b4b4fc3daf86fa0a3"
3-
github "loudnate/LoopKit" "v0.3.4"
3+
github "loudnate/LoopKit" "v0.3.5"
44
github "loudnate/SwiftCharts" "8671287afb29640f9cffced6521b1098b7aac085"
55
github "mddub/dexcom-share-client-swift" "v0.1.3"
66
github "loudnate/xDripG5" "0.5.0"
7-
github "ps2/rileylink_ios" "v0.6.0"
7+
github "ps2/rileylink_ios" "v0.7.0"
33 KB
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Carthage/Build/iOS/LoopKit.framework/Headers/LoopKit-Swift.h

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 Bytes
Binary file not shown.
564 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Carthage/Build/iOS/RileyLinkKit.framework/Headers/RileyLinkKit-Swift.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

DoseMathTests/DoseMathTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class RecommendTempBasalTests: XCTestCase {
8181
}
8282

8383
var glucoseTargetRange: GlucoseRangeSchedule {
84-
return GlucoseRangeSchedule(unit: HKUnit.milligramsPerDeciliterUnit(), dailyItems: [RepeatingScheduleValue(startTime: NSTimeInterval(0), value: DoubleRange(minValue: 90, maxValue: 120))])!
84+
return GlucoseRangeSchedule(unit: HKUnit.milligramsPerDeciliterUnit(), dailyItems: [RepeatingScheduleValue(startTime: NSTimeInterval(0), value: DoubleRange(minValue: 90, maxValue: 120))], workoutRange: nil)!
8585
}
8686

8787
var insulinSensitivitySchedule: InsulinSensitivitySchedule {
@@ -490,7 +490,7 @@ class RecommendBolusTests: XCTestCase {
490490
}
491491

492492
var glucoseTargetRange: GlucoseRangeSchedule {
493-
return GlucoseRangeSchedule(unit: HKUnit.milligramsPerDeciliterUnit(), dailyItems: [RepeatingScheduleValue(startTime: NSTimeInterval(0), value: DoubleRange(minValue: 90, maxValue: 120))])!
493+
return GlucoseRangeSchedule(unit: HKUnit.milligramsPerDeciliterUnit(), dailyItems: [RepeatingScheduleValue(startTime: NSTimeInterval(0), value: DoubleRange(minValue: 90, maxValue: 120))], workoutRange: nil)!
494494
}
495495

496496
var insulinSensitivitySchedule: InsulinSensitivitySchedule {

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>0.6.0</string>
18+
<string>0.7.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LICENSE.md

Lines changed: 12 additions & 1 deletion

0 commit comments

Comments
 (0)