Skip to content

Commit a1c4476

Browse files
authored
Merge pull request #8 from loudnate/dev
Dev
2 parents 28f1146 + 25330a0 commit a1c4476

File tree

123 files changed

+2292
-981
lines changed

Some content is hidden

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

123 files changed

+2292
-981
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
github "loudnate/LoopKit" ~> 0.3.3
2-
github "loudnate/xDripG5" ~> 0.5
1+
github "loudnate/LoopKit" ~> 0.3.4
2+
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.5.0
5+
github "ps2/rileylink_ios" ~> 0.6.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.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"
7-
github "ps2/rileylink_ios" "v0.5.0"
7+
github "ps2/rileylink_ios" "v0.6.0"
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.

0 commit comments

Comments
 (0)