Last Updated by Christoffer Winterkvist on 2025-04-06
1. If your project is organised across multiple directories, after you have selected the main project, you can add directories to be watched for file changes using the "Add Directory" menu item.
2. InjectionIII requires a version of Xcode more recent than 10.2, installed at the standard location /Applications/Xcode.app. For a project to be injectable, you must also add "-Xlinker -interposable" to the Debug target of its "Other Linker Flags" build setting.
3. Youâll be promoted to select the directory containing the project file and sources to give InjectionIII access to which files have changed.
4. InjectionIII is able to inject SwiftUI but requires minor code changes to "body" properties to ensure views are redrawn on injection.
5. This allows you to change the implementations of methods, functions and SwiftUI body properties without having to restart your app for rapid iteration over minor code changes and design.
6. The easiest way to do this is using the "Prepare Project" menu item after you have selected a project and it will make the necessary changes.
7. In the GettingStarted iOS app, if you edit the file DetailViewController.swift to change the string appended after the detail.description in function configureView() then save the file, you can see it take effect straight away.
8. Once injection has connected, when you save a file, it will be recompiled and injected into the running app, the new implementations taking place of the old.
9. Quite simply, InjectionIII adds "Hot Reloading" capability to your iOS, tvOS and macOS projects written in Swift or Objective-C.
10. Then, download the example project build and run it in Xcode.
11. Consult the project README on the support page for more information.
12. Liked InjectionIII? here are 5 Developer Tools apps like GitHub; DManager!; Device Monitor²; O-KAM Pro; Python Editor App;
Or follow the guide below to use on PC:
Select Windows version:
Install InjectionIII app on your Windows in 4 steps below:
Download a Compatible APK for PC
Download | Developer | Rating | Current version |
---|---|---|---|
Get APK for PC → | Christoffer Winterkvist | 1 | 4.7.5 |
Get InjectionIII on Apple macOS
Download | Developer | Reviews | Rating |
---|---|---|---|
Get Free on Mac | Christoffer Winterkvist | 0 | 1 |
Download on Android: Download Android
thanks for your work
thanks for making this!
Thank you
Really cool step forward for building and testing apps