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
Remove explicity copy commands that used a shortcut which github will stop supporting on April 29, 2022.
Refer instead to the main LoopDocs and Loop and Learn documentation.
Copy file name to clipboardExpand all lines: README.md
+1-45Lines changed: 1 addition & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,55 +10,11 @@ Ivan - the originator of the FreeAPS project (ivalkou github site) has frozen hi
10
10
11
11
To simplify building FreeAPS, the loopnlearn team developed a script. It works for Loop and for FreeAPS and is documented in two places. (LoopDocs has more details and graphics - both sites have the same information.)
12
12
13
-
You can use the copy buttons below on this page to access the same script if you choose.
14
-
15
13
**If you have not already ensured your macOS and Xcode versions are consistent with your iPhone iOS, please use these links and follow the instructions.**
16
14
17
15
* Loop and Learn website: [Build Select Script](https://www.loopandlearn.org/build-select/)
There is a copy button located by hovering on the right-hand side of the text blocks below. Click on it, all the words in the block are copied into your paste buffer, and then you can paste the words into the terminal.
21
-
22
-
## Run Script - Answer the Questions
23
-
24
-
First time users should run the script and answer the questions. Copy and paste in a terminal.
25
-
26
-
```title="Execute Utilities to Clean Profiles and Derived Data"
27
-
/bin/bash -c "$(curl -fsSL https://git.io/JImiE)"
28
-
```
29
-
30
-
## One-Step Actions
31
-
32
-
For experienced users who have already verified their macOS and Xcode versions, two one-step copy blocks are provided to perform the two actions required for a rebuild. Paste each set of commands into a terminal. Review output for errors - if there are errors, please use the LoopDocs link.
33
-
34
-
35
-
### Clean Profiles and Derived Data
36
-
37
-
This starts the script and answers the questions to run the utility to give you a full-year of the app if you have a paid Apple Developer ID and clean out Derived Data from previous Xcode activity on your computer.
38
-
39
-
```title="Execute Utilities to Clean Profiles and Derived Data"
40
-
/bin/bash -c "$(curl -fsSL https://git.io/JImiE)"
41
-
1
42
-
3
43
-
3
44
-
```
45
-
46
-
### Download FreeAPS and Open Xcode
47
-
48
-
This starts the script and answers the questions to download the FreeAPS code (LoopWorkspace branch=freeaps).
49
-
50
-
Once downloaded (in the ~/Downloads/BuildLoop folder), the script:
51
-
* Opens Xcode in the correct directory
52
-
* Opens browser showing a helpful graphic of build steps
53
-
54
-
```title="Download FreeAPS and Open Xcode"
55
-
/bin/bash -c "$(curl -fsSL https://git.io/JImiE)"
56
-
1
57
-
1
58
-
2
59
-
1
60
-
```
61
-
62
18
# LoopWorkspace - Manual Build
63
19
64
20
This section has the manual steps if you do not choose to use the script.
@@ -67,7 +23,7 @@ This section has the manual steps if you do not choose to use the script.
67
23
68
24
This repository uses git submodules to pull in the various workspace dependencies.
69
25
70
-
To clone this repo:
26
+
To manually clone this repo (without using the script mentioned above):
0 commit comments