Skip to content

Commit 4002948

Browse files
authored
Merge pull request #535 from LoopKit/dev
v1.4.0
2 parents 517bcca + 60d1cc7 commit 4002948

File tree

238 files changed

+3030
-693
lines changed

Some content is hidden

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

238 files changed

+3030
-693
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ RemoteSettings.plist
7070
# OS
7171
.DS_Store
7272

73+
# Framework development
74+
Loop.xcworkspace

Cartfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github "LoopKit/LoopKit" == 1.3.0
1+
github "LoopKit/LoopKit" == 1.4.2
22
github "LoopKit/xDripG5" ~> 0.8.0
33
github "i-schuetz/SwiftCharts" ~> 0.6.0
4-
github "mddub/dexcom-share-client-swift" == 0.2.1
4+
github "mddub/dexcom-share-client-swift" == 0.4.0
55
github "mddub/G4ShareSpy" == 0.3.2
6-
github "ps2/rileylink_ios" == 1.1.0
6+
github "ps2/rileylink_ios" == 1.2.0
77
github "amplitude/Amplitude-iOS" ~> 3.8.5

Cartfile.resolved

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github "LoopKit/LoopKit" "v1.3.0"
1+
github "LoopKit/LoopKit" "v1.4.2"
22
github "LoopKit/xDripG5" "v0.8.0"
33
github "amplitude/Amplitude-iOS" "v3.14.1"
44
github "i-schuetz/SwiftCharts" "0.6"
55
github "mddub/G4ShareSpy" "v0.3.2"
6-
github "mddub/dexcom-share-client-swift" "v0.2.1"
7-
github "ps2/rileylink_ios" "v1.1.0"
6+
github "mddub/dexcom-share-client-swift" "v0.4.0"
7+
github "ps2/rileylink_ios" "v1.2.0"

Carthage/Build/.Amplitude-iOS.version

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.G4ShareSpy.version

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.LoopKit.version

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.SwiftCharts.version

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.dexcom-share-client-swift.version

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.rileylink_ios.version

Lines changed: 5 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.xDripG5.version

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)