krzysztofzablocki / Inject

Hot Reloading for Swift applications!
MIT License
2.1k stars 114 forks source link

Trigger update when non source code file changes #59

Closed icedice closed 1 year ago

icedice commented 1 year ago

Might be a weird question, but would it trigger a refresh in the sim when a non source code file in the project is changed? My case is to quickly see changes to a json file reflected in the simulator.. This will of cause require the modified json to be injected when changed...

krzysztofzablocki commented 1 year ago

No, you can use my file watcher lib to enable stuff like that