Skip to content

Commit dd19e64

Browse files
committed
Merge branch 'master' into watch-app
2 parents 2a4acea + 6d0d56c commit dd19e64

File tree

7 files changed

+14
-17
lines changed

7 files changed

+14
-17
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ github "loudnate/LoopKit" ~> 0.3
22
github "loudnate/xDripG5" ~> 0.4
33
github "loudnate/SwiftCharts" "loudnate/naterade"
44
github "mddub/dexcom-share-client-swift" ~> 0.1
5-
github "ps2/rileylink_ios" "0.3.1"
5+
github "ps2/rileylink_ios" ~> 0.3.2
66
github "mpurland/Amplitude-iOS" "framework"

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ github "mpurland/Amplitude-iOS" "934536d24cb9ce5c567c74ff12e2955faed74bc3"
22
github "loudnate/Crypto" "e0ef5b498f2c373d676135dabf5d1803b8558509"
33
github "loudnate/LoopKit" "v0.3.2"
44
github "loudnate/SwiftCharts" "dc8f5fbb29e391a65995d138158139559e365a1e"
5-
github "mddub/dexcom-share-client-swift" "v0.1.0"
6-
github "ps2/rileylink_ios" "912f7892b42f812f8492aa9c3732d7994e13933e"
5+
github "mddub/dexcom-share-client-swift" "v0.1.2"
6+
github "ps2/rileylink_ios" "v0.3.2"
77
github "loudnate/xDripG5" "0.4.1"

Loop/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.0</string>
18+
<string>0.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LoopTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.0</string>
18+
<string>0.2.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,17 @@ It exists as an example, so you can build one too.
1212

1313
### LoopKit
1414

15-
Naterade is built on top of [LoopKit](https://github.com/loudnate/LoopKit). LoopKit is a set of tools to speed up development of your own app. It provides data storage, retrieval, and calcluation, as well as boilerplate view controllers. Most of all, it is agnostic to treatment decisions and input sources.
15+
Naterade is built on top of [LoopKit](https://github.com/loudnate/LoopKit). LoopKit is a set of tools to speed up development of your own closed-loop insulin delivery app. It provides data storage, retrieval, and calcluation, as well as boilerplate view controllers. Most of all, it is agnostic to treatment decisions and input sources.
1616

1717
## Can I run Naterade?
1818

19-
I would prefer that you didn't, because:
19+
Unless your name is Nate, that might be weird for you. Instead, I'd encourage you to look at [Loop](https://github.com/loudnate/Loop), which is nearly identical to Naterade but it has some additional benefits, like:
2020

21-
### Your Diabetes My Vary
21+
* Setup and customization instructions
22+
* Stable, [gitflow](http://nvie.com/posts/a-successful-git-branching-model/)-based release process
2223

23-
Your physiology, habits, and risk-tolerance are not the same as mine.
24+
Just remember **Your Diabetes May Vary**. Your physiology, habits, and risk-tolerance are not the same as mine. Use these tools at your own risk!
2425

25-
### You should not trust what you did not build
26+
## License and Code of Conduct
2627

27-
[@danamlewis](https://github.com/danamlewis) and [@scottleibrand](https://github.com/scottleibrand) [said this much better already](https://diyps.org/2015/03/31/why-the-diy-part-of-openaps-is-important/).
28-
29-
## Finally
30-
31-
Please read the [LICENSE](https://github.com/loudnate/naterade-ios/blob/master/LICENSE) and [CODE_OF_CONDUCT](https://github.com/loudnate/naterade-ios/blob/master/CODE_OF_CONDUCT.md)
28+
Please read the [LICENSE](https://github.com/loudnate/naterade-ios/blob/master/LICENSE) and [CODE_OF_CONDUCT](https://github.com/loudnate/naterade-ios/blob/master/CODE_OF_CONDUCT.md)

WatchApp Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.2.0</string>
20+
<string>0.2.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

WatchApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.2.0</string>
20+
<string>0.2.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)