|
|
@@ -25,6 +25,17 @@ If you would like to be part of our beta testing for the App Store and install t
|
|
|
|
|
|
Loop Follow can be built using a paid Apple Developer Account on any computer using the GitHub Browser Build method as explained (tersely) [here](fastlane/testflight.md) or with more detail in [LoopDocs: GitHub Browser Build: Other Apps](https://loopkit.github.io/loopdocs/gh-actions/gh-other-apps).
|
|
|
|
|
|
+If you choose GitHub Browser Build and want to run Loop Follow on your Mac, you need to install the TestFlight app on your Mac. The TestFlight app shows the same set of builds and uses the same installation procedure as shown in LoopDocs for installing apps on a phone from TestFlight; just do it on your Mac.
|
|
|
+
|
|
|
+Note:
|
|
|
+
|
|
|
+If you have a Loop Follow app in your Applications folder from a prior Mac/Xcode build and then install from TestFlight:
|
|
|
+
|
|
|
+* TestFlight does not ask if you want to replace your app - you get a second app, Loop Follow 2.app, in your Applications folder
|
|
|
+* You can then delete the original Loop Follow.app and rename the TestFlight version from Loop Follow 2.app to Loop Follow.app
|
|
|
+* Subsequent installations from TestFlight overwrite the app
|
|
|
+* Your settings are maintained regardless of the app name
|
|
|
+
|
|
|
### Build using Mac/Xcode
|
|
|
|
|
|
Loop Follow can be using a Mac computer with Xcode as described below (tersely) or with more detail using the Build-Select script, see [Loop and Learn: Build-Select Script](https://www.loopandlearn.org/build-select) or [LoopDocs: Build Select Script](https://loopkit.github.io/loopdocs/build/step14/#build-select-script) and choose to build Loop Follow.
|
|
|
@@ -37,18 +48,30 @@ Loop Follow can be using a Mac computer with Xcode as described below (tersely)
|
|
|
3. Follow instructions in terminal
|
|
|
4. Plugin your phone or ipad, select your signing team, select your phone or ipad or "my mac" (Big Sur or later operating systems), and click play.
|
|
|
|
|
|
-Note: Tested this with Ventura and Xcode 14.2
|
|
|
-Successfully built to My Mac (Mac Catalyst); My Mac (Mac Catalyst, Rosetta); and My Mac (Designed for iPad). I did not test the app on the iPad, but it built with no problem.
|
|
|
+Note: Tested this with Ventura and Xcode 14.2, and successfully built to
|
|
|
+
|
|
|
+* My Mac (Mac Catalyst)
|
|
|
+* My Mac (Mac Catalyst, Rosetta)
|
|
|
+* My Mac (Designed for iPad)
|
|
|
+ * I did not test the app on the iPad, but it built with no problem
|
|
|
|
|
|
-For running Loop Follow on your Mac, after building to your Mac, you need to copy the app to your applications folder:
|
|
|
+### Run Loop Follow on Mac
|
|
|
+
|
|
|
+To run Loop Follow on your Mac, you need to move the app to your Applications folder.
|
|
|
+
|
|
|
+After building to your Mac:
|
|
|
1. Click stop to close the running app
|
|
|
1. On the left side of Xcode, click on the Folder icon
|
|
|
* Click to open the LoopFollow folder list
|
|
|
* Click to open the LoopFollow/Products folder
|
|
|
* Right click (or Cntl-click) on "Loop Follow.app" and select Show in Finder
|
|
|
-4. Drag the Loop Follow.app icon to your Applications folder in finder.
|
|
|
+4. Drag the Loop Follow.app icon to your Applications folder in finder (see Note below)
|
|
|
5. From Mac system settings/notifications, scroll down to Loop Follow and enable notifications with the options you want. For instance, Badge app icon will allow the BG reading to display on the icon.
|
|
|
|
|
|
+Note:
|
|
|
+
|
|
|
+If you have a Loop Follow app in your Applications folder from a prior TestFlight installation, then when you drag the Loop (from Finder location) to Applications, you will be asked if you want to Replace or Keep Both. Choose Replace.
|
|
|
+
|
|
|
** Big Sur **
|
|
|
Some things do not work correctly yet in Big Sur
|
|
|
- Background Refresh. Mac apps stay open when minimized, so this is unneeded. Please disable the toggle switch.
|