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
+3-26Lines changed: 3 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Please understand that this project:
74
74
75
75
### Mac and Xcode
76
76
77
-
To build Loop you will need a Mac, and have Xcode 8 installed on it. You will need to use git, either from the command line, or with a GUI like the Github Desktop Client. You can build Loop without an Apple Developer Account, but any apps built this way will expire after a week, so signing up for the $99 developer account is recommended.
77
+
To build Loop you will need a Mac, and have Xcode 8 installed on it. You can build Loop without an Apple Developer Account, but any apps built this way will expire after a week, so signing up for the $99 developer account is recommended.
78
78
79
79
### iOS Phone
80
80
@@ -90,34 +90,11 @@ Bluetooth LE communication with Minimed pumps is enabled by the [RileyLink](http
90
90
91
91
# Getting Started
92
92
93
-
[Fork](https://help.github.com/articles/fork-a-repo/) and [clone](https://help.github.com/articles/cloning-a-repository/) this repository so you can commit the changes you'll make below.
94
-
95
93
[Sign up for the Loop Users announcement list](https://groups.google.com/forum/#!forum/loop-ios-users) to stay informed of critical issues that may arise.
96
94
97
-
## Assigning a Bundle Identifier
98
-
99
-
[](/Documentation/Assigning%20a%20bundle%20identifier.png)
100
-
101
-
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.
102
-
103
-
## In-App Setup
104
-
105
-
Follow the instructions at [In-app-setup](https://github.com/LoopKit/Loop/wiki/In-app-setup).
106
-
107
-
## Configuring Services
108
-
109
-
Loop optionally supports select third-party remote services, which are configured in the Settings screen.
110
-
111
-
| Service | Description
112
-
| ---------------------- | -------------
113
-
| Dexcom Share | Downloads glucose data if a local G5 Transmitter or G4 Receiver with Share is not available.
114
-
| Nightscout | Uploads treatments and other pump data. Note that you will need to set "Nightscout history uploading" to "On" in Settings for treatments to be fetched from your pump and uploaded to Nightscout.
115
-
| mLab | Uploads diagnostic data about each loop run, as well as app errors. At this time, it is strongly recommended that you configure this service in case retrospective analysis is needed.
116
-
| Amplitude | Tracks private, single-user behavioral and system analytics (no health data is sent)
117
-
118
-
# Making it Your Own
95
+
[Please visit the Wiki for a "Guide to Loop" setup, installation, FAQs, and use.](https://github.com/LoopKit/Loop/wiki)
119
96
120
-
[Please visit the Wiki for more info on customizing the app](https://github.com/LoopKit/Loop/wiki/Personalizing-Your-App-Name-&-Icon)
97
+
(Note: there is also a tab for the Wiki at the top of this page)
0 commit comments