This repository was archived by the owner on Mar 11, 2024. It is now read-only.
File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,10 @@ $ defaults write com.johnholdsworth.InjectionIII deviceUnlock any
130
130
Then, instead of loading the injection bundles run this script in a "Build Phase":
131
131
132
132
```
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
134
137
```
135
138
and, in your application execute the following code on startup:
136
139
@@ -144,9 +147,11 @@ and, in your application execute the following code on startup:
144
147
}
145
148
#endif
146
149
```
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
150
155
directory for the file watcher manually from the pop-down menu.
151
156
152
157
### Injection on macOS
@@ -277,4 +282,4 @@ for the code to be evaluated using injection under an MIT license.
277
282
278
283
The fabulous app icon is thanks to Katya of [ pixel-mixer.com] ( http://pixel-mixer.com/ ) .
279
284
280
- $Date: 2023/12/07 $
285
+ $Date: 2023/12/14 $
You can’t perform that action at this time.
0 commit comments