Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 6e5b128

Browse files
committedDec 14, 2023
Tweak README
1 parent 57cd79c commit 6e5b128

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed
 

‎README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ $ defaults write com.johnholdsworth.InjectionIII deviceUnlock any
130130
Then, instead of loading the injection bundles run this script in a "Build Phase":
131131

132132
```
133-
/Applications/InjectionIII.app/Contents/Resources/copy_bundle.sh
133+
RESOURCES=/Applications/InjectionIII.app/Contents/Resources
134+
if [ -f "$RESOURCES/copy_bundle.sh" ]; then
135+
"$RESOURCES/copy_bundle.sh"
136+
fi
134137
```
135138
and, in your application execute the following code on startup:
136139

@@ -144,9 +147,11 @@ and, in your application execute the following code on startup:
144147
}
145148
#endif
146149
```
147-
See the [HotReloading project README](https://github.com/johnno1962/HotReloading) for details on how to debug
148-
having your program connect to the InjectionIII.app (which
149-
runs on the menu bar). You will also need to select the project
150+
Once you have switched to this configuaration it will also
151+
work when using the simulator. Consult the README of the
152+
[HotReloading project](https://github.com/johnno1962/HotReloading)
153+
for details on how to debug having your program connect to the
154+
InjectionIII.app over Wi-Fi. You will also need to select the project
150155
directory for the file watcher manually from the pop-down menu.
151156

152157
### Injection on macOS
@@ -277,4 +282,4 @@ for the code to be evaluated using injection under an MIT license.
277282

278283
The fabulous app icon is thanks to Katya of [pixel-mixer.com](http://pixel-mixer.com/).
279284

280-
$Date: 2023/12/07 $
285+
$Date: 2023/12/14 $

0 commit comments

Comments
 (0)
This repository has been archived.