Skip to content

Commit e23b21b

Browse files
authored
Update README to highlight RileyLink, link to Wiki
1 parent 220f65e commit e23b21b

File tree

1 file changed

+6
-30
lines changed

1 file changed

+6
-30
lines changed

README.md

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Please understand that this project:
2424
<a href="/Documentation/Screenshots/Watch%20Notification%20Reservoir.png"><img src="/Documentation/Screenshots/Watch%20Notification%20Reservoir.png?raw=true" alt="Screenshot of bolus failure notification on Apple Watch" width="141"></a>
2525
<a href="/Documentation/Screenshots/Watch%20Notification%20Bolus%20Failure.png"><img src="/Documentation/Screenshots/Watch%20Notification%20Bolus%20Failure.png?raw=true" alt="Screenshot of bolus failure notification on Apple Watch" width="141"></a>
2626

27-
### Hardware
27+
## Requirements
2828

2929
<table>
3030
<thead>
@@ -55,6 +55,10 @@ Please understand that this project:
5555
<br/><a name="hw1">1</a>. Internet connection required to retrieve glucose
5656
<br/><a name="hw2">2</a>. Pump must have a remote ID added in the [Remote Options](https://www.medtronicdiabetes.com/sites/default/files/library/download-library/workbooks/x22_menu_map.pdf) menu
5757

58+
### RileyLink
59+
60+
Bluetooth LE communication with Minimed pumps is enabled by the [RileyLink](https://github.com/ps2/rileylink), a compact BLE-to-916MHz bridge device designed by the incredible [@ps2](https://github.com/ps2). Please visit the [repository](https://github.com/ps2/rileylink) and the [gitter room](https://gitter.im/ps2/rileylink) for more information.
61+
5862
### LoopKit
5963

6064
Loop is built on top of [LoopKit](https://github.com/loudnate/LoopKit). LoopKit is a set of frameworks that provide data storage, retrieval, and calcluation, as well as boilerplate view controllers used in Loop.
@@ -92,35 +96,7 @@ $ cp Loop/RemoteSettings-template.plist Loop/RemoteSettings.plist
9296

9397
# Making it Your Own
9498

95-
You might open this app a lot. Make it the most personal app on your iPhone by changing the name and icon.
96-
97-
### Renaming the Target
98-
99-
[![Changing the target name](/Documentation/Changing%20the%20target%20name.png?raw=true)](/Documentation/Changing%20the%20target%20name.png)
100-
101-
In the Targets list, rename "Loop" to anything you like. This has the side-effect of changing the display name of the app as well, though you can choose to decouple those if you like later by reading more about Xcode target configuration.
102-
103-
### Changing the Icon
104-
105-
[![Changing the app icon](/Documentation/Changing%20the%20app%20icon.png?raw=true)](/Documentation/Changing%20the%20app%20icon.png)
106-
107-
1. Select the application asset library from the Project Navigator
108-
2. Select the image set named AppIcon
109-
3. Replace each image size with your own icon
110-
111-
Below are some example icons from other Loop users:
112-
113-
![Icon A](/Documentation/User Icons/LoopingPump.png?raw=true)
114-
115-
# Changing the Code
116-
117-
TODO: Write more documentation!
118-
119-
## Updating Dependencies Using Carthage
120-
121-
[Carthage](https://github.com/carthage/carthage) is used to manage framework dependencies. If you haven't installed Carthage on your Mac before, [follow the installation instructions](https://github.com/carthage/carthage#installing-carthage).
122-
123-
The framework versions specified in `Cartfile.resolved` are checked in to the repository for ease of building. If you update the `Cartfile`, make sure to run `carthage update` fetch and build the updated dependencies.
99+
[Please visit the Wiki for more info on customizing the app](https://github.com/loudnate/Loop/wiki/)
124100

125101
# License and Code of Conduct
126102

0 commit comments

Comments
 (0)