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

Commit fe3509b

Browse files
authored
Update README.md
1 parent 88e2a5f commit fe3509b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ has been built into a standalone app: `InjectionIII.app` which runs in the statu
1313

1414
### Getting Started
1515

16-
To use injection, download the app from the App Store and run it. Then, you must add `"-Xlinker -interposable"` to your project's `"Other Linker Flags"` for the Debug target (qualified by the simulator SDK to avoid complications with bitcode). Finally, add one of the following to your application delegate's `applicationDidFinishLaunching:`
16+
To use injection, download the app from the App Store and run it. Then, you must add `"-Xlinker -interposable"` (without the double quotes) to your project's `"Other Linker Flags"` for the Debug target (qualified by the simulator SDK to avoid complications with bitcode). Finally, add one of the following to your application delegate's `applicationDidFinishLaunching:`
1717

1818
Xcode 10.2 and later (Swift 5+):
1919

0 commit comments

Comments
 (0)