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
+38-12Lines changed: 38 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,34 @@ low alert for the BG you want to wake up to and close Loop.
41
41
42
42
Please see [Loop and Learn: Loop Follow](https://www.loopandlearn.org/loop-follow/) for all the building options.
43
43
44
+
With the release of version 2.1.0, there is now an easy option for building up to three instances of the Loop Follow app for multiple Loopers in your family. Each instance can be configured to have the display name you choose with these names being the default:
45
+
46
+
* LoopFollow
47
+
* LoopFollow_Second
48
+
* LoopFollow_Third
49
+
50
+
#### Display Name Updates
51
+
52
+
The _display_name_ is found in a single file.
53
+
54
+
* Suggestion if you customize the name: use LF {unique name} so you can find the apps easily in iOS Settings screen
55
+
56
+
Summary instructions by build method:
57
+
58
+
* Browser Build:
59
+
* Commit the desired _display_name_ in the LoopFollowDisplayNameConfig.xcconfig file of your forked repository for LoopFollow, LoopFollow_Second or LoopFollow_Third
60
+
* Mac-Xcode Build
61
+
* First build with script, you will be prompted to enter the desired _display_name_
62
+
* This _display_name_ is used each time you select a fresh download for LoopFollow 1, 2 or 3
63
+
* To modify the _display_name_ for subsequent script builds, edit the appropriate file in the ~/Downloads/BuildLoopFollow folder
64
+
* LoopFollowDisplayNameConfig.xcconfig
65
+
* LoopFollowDisplayNameConfig_Second.xcconfig
66
+
* LoopFollowDisplayNameConfig_Third.xcconfig
67
+
68
+
#### Updates
69
+
70
+
When modifications and versions are updated, there might be a slight delay for getting the second and third forks updated as well, so if you are using this feature, wait until all three repositories are updated.
71
+
44
72
### General feature list
45
73
46
74
Please review the list on [Loop and Learn: Loop Follow](https://www.loopandlearn.org/loop-follow/) which may be updated more frequently than this README.md file.
@@ -67,7 +95,7 @@ Please review the list on [Loop and Learn: Loop Follow](https://www.loopandlearn
67
95
68
96
### Versions
69
97
70
-
We added version numbers that are incremented with each pull request that is merged.
98
+
We added version numbers that are incremented with each pull request (or group of pull requests) merged.
71
99
72
100
New PR are directed to the dev branch. If you direct one to main, we will move it to point to dev. So always start with your code aligned with dev.
73
101
@@ -76,28 +104,26 @@ The versioning is:
76
104
* major.minor.micro
77
105
* For example our first version is 2.0.0
78
106
79
-
After that we made a decision to make the micro numbering be 2 digits.
80
-
81
-
After a PR is merged to dev, the repository maintainers will bump up the micro verion number - please do not modify the version in your branch.
107
+
After a PR is merged to dev, the repository maintainers will bump up the verion number before merging to main - please do not modify the version in your branch.
82
108
83
109
For the most part, the deveopers keep main and dev branches at the same level. But sometimes we want modification to remain in dev for additional testing.
0 commit comments