Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
787fd41
refactor of CGM device management
ps2 Mar 18, 2017
fefe085
Merge pull request #408 from LoopKit/cgm-refactor
ps2 Mar 20, 2017
21f3ae2
Adding missing files from last cgm refactor pr
ps2 Mar 20, 2017
bf48c28
Fail if any command in pipeline fails
ps2 Mar 20, 2017
a27f6d2
Merge pull request #411 from LoopKit/build-should-fail
ps2 Mar 20, 2017
3cdad2e
handling a memory warning and tweaks to the diagnostic report
ps2 Mar 20, 2017
98c3aeb
Merge pull request #410 from LoopKit/cgm-missing-files
ps2 Mar 20, 2017
37598ee
Merge branch 'dev' into memory-warning
ps2 Mar 20, 2017
44df62f
Fix tests that had been breaking for a while but were hidden by xcpre…
ps2 Mar 20, 2017
bcb8b9c
Merge pull request #413 from LoopKit/fix-tests
ps2 Mar 20, 2017
5b7597b
Merge branch 'dev' into memory-warning
ps2 Mar 20, 2017
e674d39
Merge pull request #412 from LoopKit/memory-warning
ps2 Mar 20, 2017
1885f09
Show the glucose chart in the widget (#377)
Mar 29, 2017
c60616e
Swift 3.1 - rebuild all frameworks, clean up all swift warnings (#421)
Mar 31, 2017
9e57e95
Swift 3.1 - update LoopKit to 1.2.1 (#423)
Apr 1, 2017
80cdb25
Swift 3.1 - post widget merge cleanups (#424)
Apr 2, 2017
2f9a042
Swift 3.1 - update dexcom-share-client-swift and G4ShareSpy framework…
Apr 3, 2017
cd0d2cf
Project and margin cleanups (#427)
Apr 3, 2017
22c42ce
support share-only cgm source (#426)
ps2 Apr 3, 2017
afec3c1
Widget should always display data using the preferred dispay unit, (#…
Apr 5, 2017
9b15943
Break the tie between two visual constraints. (#439)
Apr 5, 2017
78d225a
bump version (#441)
ps2 Apr 7, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: objective-c
osx_image: xcode8.1
osx_image: xcode8.3
# xcode_sdk: iphonesimulator10.0
# xcode_project: Loop.xcodeproj
# xcode_scheme: Loop
before_script:
# - carthage bootstrap
script:
# Build the app target
- xcodebuild -project Loop.xcodeproj -scheme Loop build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
- set -o pipefail && xcodebuild -project Loop.xcodeproj -scheme Loop build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
# Run the test target
- xcodebuild -project Loop.xcodeproj -scheme LoopTests -destination 'name=iPhone SE' test | xcpretty
- xcodebuild -project Loop.xcodeproj -scheme DoseMathTests -destination 'name=iPhone SE' test | xcpretty
- set -o pipefail && xcodebuild -project Loop.xcodeproj -scheme LoopTests -destination 'name=iPhone SE' test | xcpretty
- set -o pipefail && xcodebuild -project Loop.xcodeproj -scheme DoseMathTests -destination 'name=iPhone SE' test | xcpretty
8 changes: 4 additions & 4 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "LoopKit/LoopKit" ~> 1.2.0
github "LoopKit/LoopKit" == 1.2.1
github "LoopKit/xDripG5" ~> 0.8.0
github "i-schuetz/SwiftCharts" ~> 0.5.0
github "mddub/dexcom-share-client-swift" ~> 0.2.0
github "mddub/G4ShareSpy" ~> 0.3.1
github "bharat/SwiftCharts" "0.5.1-extension-api-safe"
github "mddub/dexcom-share-client-swift" == 0.2.1
github "mddub/G4ShareSpy" == 0.3.2
github "ps2/rileylink_ios" ~> 1.0
github "amplitude/Amplitude-iOS" ~> 3.8.5
12 changes: 6 additions & 6 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github "amplitude/Amplitude-iOS" "v3.14.0"
github "mddub/G4ShareSpy" "v0.3.1"
github "LoopKit/LoopKit" "v1.2.0"
github "i-schuetz/SwiftCharts" "0.5.1"
github "mddub/dexcom-share-client-swift" "v0.2.0"
github "ps2/rileylink_ios" "v1.0"
github "LoopKit/LoopKit" "v1.2.1"
github "LoopKit/xDripG5" "v0.8.0"
github "amplitude/Amplitude-iOS" "v3.14.1"
github "bharat/SwiftCharts" "9faad7c38762a177ae01382def605a77c0e61aba"
github "mddub/G4ShareSpy" "v0.3.2"
github "mddub/dexcom-share-client-swift" "v0.2.1"
github "ps2/rileylink_ios" "v1.0"
13 changes: 13 additions & 0 deletions Carthage/Build/.Amplitude-iOS.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Carthage/Build/.G4ShareSpy.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions Carthage/Build/.LoopKit.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions Carthage/Build/.SwiftCharts.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions Carthage/Build/.dexcom-share-client-swift.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions Carthage/Build/.rileylink_ios.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions Carthage/Build/.xDripG5.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Carthage/Build/iOS/Amplitude.framework/Amplitude
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Carthage/Build/iOS/Amplitude.framework/Info.plist
Binary file not shown.
Binary file modified Carthage/Build/iOS/CarbKit.framework/CarbKit
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
37 changes: 27 additions & 10 deletions Carthage/Build/iOS/CarbKit.framework/Headers/CarbKit-Swift.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Carthage/Build/iOS/CarbKit.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Carthage/Build/iOS/Crypto.framework/Crypto
Binary file not shown.
Binary file modified Carthage/Build/iOS/Crypto.framework/Info.plist
Binary file not shown.
Binary file modified Carthage/Build/iOS/G4ShareSpy.framework/G4ShareSpy
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Carthage/Build/iOS/G4ShareSpy.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Carthage/Build/iOS/GlucoseKit.framework/GlucoseKit
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Carthage/Build/iOS/GlucoseKit.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading