inject

repository·main·Indexed 25 days ago

https://github.com/krzysztofzablocki/inject

A repository providing configuration instructions for enabling hot reloading on local machines using InjectionIII, including linker flags, Xcode build settings, and application setup.

Tokens
224
Snippets
0
Records
1
Agent score
36%

What's inside inject

  1. Configure Individual Developer Setup for Injection

    main

    To enable hot reloading on a local machine, every developer must perform these steps once:

    1. Linker Flags: Add -Xlinker -interposable (on separate lines, no quotes) to the Other Linker Flags of all targets in your project for the Debug configuration.
    2. Build Settings: In newer Xcode versions, add a User-Defined Setting EMIT_FRONTEND_COMMAND_LINES and set it to YES in your project's Debug build settings.
    3. InjectionIII App:
      • Download the latest version of Xcode Injection from its GitHub Page.
      • Unpack and place it in /Applications.
      • Ensure your Xcode is located at /Applications/Xcode.app.
      • Run the application and select your project's .xcworkspace file.
    4. Verify: Check the console for a message like 💉 InjectionIII connected ... and 💉 Watching files under ....