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
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,23 +17,15 @@ Loop is built on top of [LoopKit](https://github.com/loudnate/LoopKit). LoopKit
17
17
18
18
# Getting Started
19
19
20
-
## Making It Your Own
21
-
22
20
Fork and clone this repository so you can commit the changes you'll make below.
23
21
24
-
###Assigning a Bundle Identifier
22
+
## Assigning a Bundle Identifier
25
23
26
24
[](https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Assigning%20a%20bundle%20identifier.png)
27
25
28
26
In the Loop project's Build Settings, change the value of `MAIN_APP_BUNDLE_IDENTIFIER` to something unique. Usually this means replacing `com.loudnate` with a reverse-domain name of your choosing.
29
27
30
-
### Renaming The Target
31
-
32
-
[](https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Changing%20the%20target%20name.png)
33
-
34
-
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.
35
-
36
-
### Configuring RemoteSettings.plist
28
+
## Configuring RemoteSettings.plist
37
29
38
30
Loop supports select third-party remote services. They are all technically optional. However, including [mLab](https://mlab.com) keys is strongly recommended at this time so loop diagnostic data can be stored in case retrospective analysis is needed.
39
31
@@ -55,7 +47,7 @@ Every one of these values is technically optional.
55
47
| `ShareAccountName` | Your username for Dexcom share (for backfilling glucose data)
56
48
| `ShareAccountPassword` | Your password for Dexcom share
57
49
58
-
###Setting up Carthage
50
+
## Setting up Carthage
59
51
60
52
[Carthage](https://github.com/carthage/carthage) is used to manage dependencies. If you haven't installed Carthage on your Mac before, [follow the installation instructions](https://github.com/carthage/carthage#installing-carthage).
61
53
@@ -67,7 +59,25 @@ Loop$ carthage bootstrap
67
59
68
60
After pulling new changes, you'll need to run the same command again.
69
61
70
-
## Changing the code
62
+
# Making it Your Own
63
+
64
+
You might open this app a lot. Make it the most personal app on your iPhone by changing the name and icon.
65
+
66
+
### Renaming the Target
67
+
68
+
[](https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Changing%20the%20target%20name.png)
69
+
70
+
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.
71
+
72
+
### Changing the Icon
73
+
74
+
[](https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Changing%20the%20app%20icon.png)
75
+
76
+
1. Select the application asset library from the Project Navigator
0 commit comments