Skip to content

Commit 74f9aef

Browse files
authored
Merge pull request #168 from loudnate/dev
Version 0.12.0
2 parents e20a0ac + 27a37e5 commit 74f9aef

File tree

258 files changed

+2176
-2122
lines changed

Some content is hidden

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

258 files changed

+2176
-2122
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
language: objective-c
2-
osx_image: xcode7.3
3-
# xcode_sdk: iphonesimulator9.3
2+
osx_image: xcode8
3+
# xcode_sdk: iphonesimulator10.0
44
# xcode_project: Loop.xcodeproj
55
# xcode_scheme: Loop
66
before_script:
77
# - carthage bootstrap
8-
- cp Loop/RemoteSettings-template.plist Loop/RemoteSettings.plist
98
script:
109
# Build the app target
11-
- xctool -project Loop.xcodeproj -scheme Loop build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
10+
- xcodebuild -project Loop.xcodeproj -scheme Loop build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
1211
# Run the test target
13-
- xcodebuild -project Loop.xcodeproj -scheme LoopTests -destination 'name=iPhone 6' test | xcpretty
14-
- xctool -project Loop.xcodeproj -scheme DoseMathTests -sdk iphonesimulator9.3 test
12+
- xcodebuild -project Loop.xcodeproj -scheme LoopTests -destination 'name=iPhone SE' test | xcpretty
13+
- xcodebuild -project Loop.xcodeproj -scheme DoseMathTests -destination 'name=iPhone SE' test | xcpretty

Cartfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
github "loudnate/LoopKit" ~> 0.7.0
2-
github "loudnate/xDripG5" ~> 0.6.0
3-
github "loudnate/SwiftCharts" "loudnate/naterade"
4-
github "mddub/dexcom-share-client-swift" ~> 0.1
5-
github "mddub/G4ShareSpy" ~> 0.2.2
6-
github "ps2/rileylink_ios" ~> 0.11.2
1+
github "loudnate/LoopKit" ~> 0.8.0
2+
github "loudnate/xDripG5" ~> 0.7.0
3+
github "i-schuetz/SwiftCharts" ~> 0.5.0
4+
github "mddub/dexcom-share-client-swift" ~> 0.2.0
5+
github "mddub/G4ShareSpy" ~> 0.3.0
6+
github "ps2/rileylink_ios" ~> 0.12.0
77
github "amplitude/Amplitude-iOS" ~> 3.8.5

Cartfile.resolved

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
github "amplitude/Amplitude-iOS" "v3.8.5"
2-
github "loudnate/Crypto" "13fee45175b88629aeabe60b4b4fc3daf86fa0a3"
3-
github "mddub/G4ShareSpy" "v0.2.2"
4-
github "loudnate/LoopKit" "v0.7.0"
5-
github "loudnate/SwiftCharts" "0c58586ab36a9f358b5fff281f52b7528fe2dc5e"
6-
github "mddub/dexcom-share-client-swift" "v0.1.3"
7-
github "loudnate/xDripG5" "v0.6.0"
8-
github "ps2/rileylink_ios" "v0.11.2"
2+
github "mddub/G4ShareSpy" "v0.3.0"
3+
github "loudnate/LoopKit" "v0.8.0"
4+
github "i-schuetz/SwiftCharts" "0.5"
5+
github "mddub/dexcom-share-client-swift" "v0.2.0"
6+
github "ps2/rileylink_ios" "v0.12.0"
7+
github "loudnate/xDripG5" "v0.7.0"
80 KB
Binary file not shown.
4 Bytes
Binary file not shown.
707 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)