Skip to content

Commit 111bf30

Browse files
committed
Merge pull request #8 from loudnate/loop-dev
More README updates
2 parents 760f7a1 + ca9d47c commit 111bf30

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed
460 KB
Loading

README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,15 @@ Loop is built on top of [LoopKit](https://github.com/loudnate/LoopKit). LoopKit
1717

1818
# Getting Started
1919

20-
## Making It Your Own
21-
2220
Fork and clone this repository so you can commit the changes you'll make below.
2321

24-
### Assigning a Bundle Identifier
22+
## Assigning a Bundle Identifier
2523

2624
[![Assigning a bundle identifier](https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Assigning%20a%20bundle%20identifier.png)](https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Assigning%20a%20bundle%20identifier.png)
2725

2826
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.
2927

30-
### Renaming The Target
31-
32-
[![Changing the target name](https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Changing%20the%20target%20name.png)](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
3729

3830
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.
3931

@@ -55,7 +47,7 @@ Every one of these values is technically optional.
5547
| `ShareAccountName` | Your username for Dexcom share (for backfilling glucose data)
5648
| `ShareAccountPassword` | Your password for Dexcom share
5749

58-
### Setting up Carthage
50+
## Setting up Carthage
5951

6052
[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).
6153

@@ -67,7 +59,25 @@ Loop$ carthage bootstrap
6759

6860
After pulling new changes, you'll need to run the same command again.
6961

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+
[![Changing the target name](https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Changing%20the%20target%20name.png)](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+
[![Changing the app icon](https://raw.githubusercontent.com/loudnate/Loop/master/Documentation/Changing%20the%20app%20icon.png)](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
77+
2. Select the image set named AppIcon
78+
3. Replace each image size with your own icon
79+
80+
# Changing the code
7181

7282
TODO: Write more documentation!
7383

0 commit comments

Comments
 (0)