Skip to content

Commit 4d6ff4d

Browse files
authored
Update README.md
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.
1 parent 5d7b6a9 commit 4d6ff4d

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

README.md

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -10,55 +10,11 @@ Ivan - the originator of the FreeAPS project (ivalkou github site) has frozen hi
1010

1111
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.)
1212

13-
You can use the copy buttons below on this page to access the same script if you choose.
14-
1513
**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.**
1614

1715
* Loop and Learn website: [Build Select Script](https://www.loopandlearn.org/build-select/)
1816
* LoopDocs website: [LoopDocs Updating](https://loopkit.github.io/loopdocs/build/updating)
1917

20-
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-
6218
# LoopWorkspace - Manual Build
6319

6420
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.
6723

6824
This repository uses git submodules to pull in the various workspace dependencies.
6925

70-
To clone this repo:
26+
To manually clone this repo (without using the script mentioned above):
7127

7228
```
7329
git clone --branch=freeaps --recurse-submodules https://github.com/loopnlearn/LoopWorkspace

0 commit comments

Comments
 (0)