Skip to content

Commit 2039207

Browse files
authored
Merge pull request #64 from loudnate/dev
Version 0.6.0
2 parents ac08255 + 25330a0 commit 2039207

File tree

90 files changed

+2111
-523
lines changed

Some content is hidden

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

90 files changed

+2111
-523
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ script:
1010
# Build the app target
1111
- xctool -project Loop.xcodeproj -scheme Loop build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
1212
# Run the test target
13-
- xctool -project Loop.xcodeproj -scheme LoopTests -sdk iphonesimulator9.3 test
13+
- xcodebuild -project Loop.xcodeproj -scheme LoopTests -destination 'name=iPhone 6' test | xcpretty
14+
- xctool -project Loop.xcodeproj -scheme DoseMathTests -sdk iphonesimulator9.3 test

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "loudnate/LoopKit" ~> 0.3.3
1+
github "loudnate/LoopKit" ~> 0.3.4
22
github "loudnate/xDripG5" ~> 0.5.0
33
github "loudnate/SwiftCharts" "loudnate/naterade"
44
github "mddub/dexcom-share-client-swift" ~> 0.1

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github "amplitude/Amplitude-iOS" "a3d6720626e72a678489bce83ed9dacadb505dd7"
22
github "loudnate/Crypto" "13fee45175b88629aeabe60b4b4fc3daf86fa0a3"
3-
github "loudnate/LoopKit" "v0.3.3"
3+
github "loudnate/LoopKit" "v0.3.4"
44
github "loudnate/SwiftCharts" "8671287afb29640f9cffced6521b1098b7aac085"
55
github "mddub/dexcom-share-client-swift" "v0.1.3"
66
github "loudnate/xDripG5" "0.5.0"
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)