krzysztofzablocki / Inject

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

Inject for visionOS #96

Closed InteractionEngineer closed 1 month ago

InteractionEngineer commented 1 month ago

Hey there! I'd absolutely love to use your package in our development process for visionOS. We work with real hardware and I am happy to provide feedback if you are interested in implementing changes to make your package work with the Vision Pro. I even saw that InjectionIII already supports xrOS ( == visionOS ) even wirelessly. Please let me know if you have the time to implement those changes - we are working on a promising app right now and your package would improve our workflow immensely.

johnno1962 commented 1 month ago

What is it that is not working at the moment if you follow the instructions for a real device here? The #if os(xrOS) should be changed to #if os(visionOS) if you want to file a PR.

InteractionEngineer commented 1 month ago

I am not saying it (InjectionIII) isn't working. I am just asking @krzysztofzablocki whether he plans to incorporate the new platform in his Inject project (since it's too much overhead for me atm).

krzysztofzablocki commented 1 month ago

I updated the code to refer to new platform just now, I don't think anything more is needed on the side of Inject?

InteractionEngineer commented 1 month ago

Thank you! Honestly I thought there was way more to it, but I am going to try getting this to work within our project now. New to swift development so bare with me. :)