Skip to content

Commit 88e2a5f

Browse files
committed
No DYLD_INSERT_LIBRARIES
1 parent 736e872 commit 88e2a5f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ Xcode 10.2 and later (Swift 5+):
2727
#endif
2828
```
2929

30-
If you'd rather not modify your project source you can edit your Xcode run `scheme` and add an environment variable
31-
`DYLD_INSERT_LIBRARIES` under the `Arguments` tab with the following value instead of the bundle loads above:
32-
33-
`/Applications/InjectionIII.app/Contents/Resources/iOSInjection.bundle/iOSInjection`
34-
3530
Adding one of these lines loads a bundle included in the `InjectionIII.app`'s
3631
resources which connects over a localhost socket to the InjectionII app which runs on the task bar.
3732
Once injection is connected, you'll be prompted to select the directory containing the project file for the app you wish to inject. This starts a `file watcher` for that directory inside the Mac app so whenever
@@ -302,4 +297,4 @@ store edge paths so they can be colored (line 66 and 303) in "canviz-0.1/canviz.
302297
It also includes [CodeMirror](http://codemirror.net/) JavaScript editor
303298
for the code to be evaluated using injection under an MIT license.
304299

305-
$Date: 2020/08/25 $
300+
$Date: 2020/08/26 $

0 commit comments

Comments
 (0)