You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Please understand that this project:
26
26
<ahref="/Documentation/Screenshots/Watch%20Notification%20Reservoir.png"><imgsrc="/Documentation/Screenshots/Watch%20Notification%20Reservoir.png?raw=true"alt="Screenshot of bolus failure notification on Apple Watch"width="141"></a>
27
27
<ahref="/Documentation/Screenshots/Watch%20Notification%20Bolus%20Failure.png"><imgsrc="/Documentation/Screenshots/Watch%20Notification%20Bolus%20Failure.png?raw=true"alt="Screenshot of bolus failure notification on Apple Watch"width="141"></a>
28
28
29
-
##Requirements
29
+
# Requirements
30
30
31
31
<table>
32
32
<thead>
@@ -76,6 +76,10 @@ To build Loop you will need a mac computer, and have Xcode 8 installed on it. Y
76
76
77
77
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.
78
78
79
+
## Carthage
80
+
81
+
[Carthage](https://github.com/carthage/carthage) is used to manage framework dependencies. It will need to be [installed on your Mac](https://github.com/carthage/carthage#installing-carthage) to build and run the app, but most users won't have a need to explicitly rebuild any dependencies.
82
+
79
83
# Getting Started
80
84
81
85
Fork and clone this repository so you can commit the changes you'll make below.
@@ -88,10 +92,6 @@ Fork and clone this repository so you can commit the changes you'll make below.
88
92
89
93
Open `Loop.xcodeproj` in Xcode. In the Project Navigator on the left-hand side, open `Loop.xcconfig`. Change the value of `MAIN_APP_BUNDLE_IDENTIFIER` to a unique reverse-domain name of your choosing.
90
94
91
-
## Installing Carthage
92
-
93
-
[Carthage](https://github.com/carthage/carthage) is used to manage framework dependencies. It will need to be [installed on your Mac](https://github.com/carthage/carthage#installing-carthage) to build and run the app, but most users won't have a need to explicitly rebuild any dependencies.
94
-
95
95
## Configuring Services
96
96
97
97
Loop optionally supports select third-party remote services, which are configured in the Settings screen.
0 commit comments