Skip to content

Commit 886b326

Browse files
authored
Merge pull request #6 from LoopKit/dev
Update my dev branch
2 parents 325b21c + 350e401 commit 886b326

303 files changed

Lines changed: 2311 additions & 1286 deletions

File tree

Some content is hidden

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

.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github "LoopKit/LoopKit" == 1.5.3
2-
github "LoopKit/xDripG5" ~> 0.8.1
1+
github "LoopKit/LoopKit" == 1.5.6
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
7-
github "amplitude/Amplitude-iOS" ~> 3.8.5
6+
github "ps2/rileylink_ios" == 2.0.0
7+
github "LoopKit/Amplitude-iOS" "decreepify"

Cartfile.resolved

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github "LoopKit/LoopKit" "v1.5.3"
2-
github "LoopKit/xDripG5" "v0.8.1"
3-
github "amplitude/Amplitude-iOS" "v3.14.1"
1+
github "LoopKit/Amplitude-iOS" "2137d5fd44bf630ed33e1e72d7af6d8f8612f270"
2+
github "LoopKit/CGMBLEKit" "v2.0"
3+
github "LoopKit/LoopKit" "v1.5.6"
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: 2 additions & 2 deletions
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: 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: 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)