Skip to content

Commit 5d75aa8

Browse files
authored
Merge pull request #18 from LoopKit/dev
update
2 parents 7c99374 + a90e4ef commit 5d75aa8

File tree

267 files changed

+1575
-1109
lines changed

Some content is hidden

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

267 files changed

+1575
-1109
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ xcuserdata
2222
*.moved-aside
2323
*.xcuserstate
2424
*.xcscmblueprint
25+
project.xcworkspace
2526

2627
## Obj-C/Swift specific
2728
*.hmap
@@ -53,6 +54,7 @@ Carthage/Checkouts/
5354
Carthage/Build/tvOS/
5455
Carthage/Build/iOS/*.bcsymbolmap
5556
Carthage/Build/iOS/*.dSYM
57+
Carthage/Build/watchOS/
5658

5759
# fastlane
5860
#

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode9.2
2+
osx_image: xcode9.3
33
# xcode_sdk: iphonesimulator11
44
# xcode_project: Loop.xcodeproj
55
# xcode_scheme: Loop

Cartfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github "LoopKit/LoopKit" == 1.5.4
2-
github "LoopKit/xDripG5" ~> 0.8.1
2+
github "LoopKit/CGMBLEKit" ~> 2.0
33
github "i-schuetz/SwiftCharts" == 0.6.1
44
github "mddub/dexcom-share-client-swift" == 0.4.1
55
github "mddub/G4ShareSpy" == 0.3.3
6-
github "ps2/rileylink_ios" == 1.2.2
6+
github "ps2/rileylink_ios" == 2.0.0
77
github "amplitude/Amplitude-iOS" ~> 3.8.5

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
github "LoopKit/CGMBLEKit" "v2.0"
12
github "LoopKit/LoopKit" "v1.5.4"
2-
github "LoopKit/xDripG5" "v0.8.1"
33
github "amplitude/Amplitude-iOS" "v3.14.1"
44
github "i-schuetz/SwiftCharts" "6b55a26a7b0b95e49202ddc1db5404702fce114f"
55
github "mddub/G4ShareSpy" "v0.3.3"
66
github "mddub/dexcom-share-client-swift" "v0.4.1"
7-
github "ps2/rileylink_ios" "v1.2.2"
7+
github "ps2/rileylink_ios" "v2.0.0"

Carthage/Build/.Amplitude-iOS.version

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.CGMBLEKit.version

Lines changed: 21 additions & 0 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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Carthage/Build/.LoopKit.version

Lines changed: 4 additions & 4 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: 2 additions & 2 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: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)