Naituw / IPAPatch

Patch iOS Apps, The Easy Way, Without Jailbreak.
MIT License
4.74k stars 708 forks source link

Using Swift #54

Closed XMB5 closed 6 years ago

XMB5 commented 6 years ago

Hello, I want to use Swift instead of Objective-C. I have tried enabling the objective-c interface header, but when using #import "IPAPatch_DummyApp-Swift.h the header is not found. I enabled DEFINES MODULE, but the error still occurred. Do you know how to make this work? Thanks

StarBlayze commented 6 years ago

man I'm wondering this too, I only learned Swift, (it's a lot easier) I hope it's possible.

XMB5 commented 6 years ago

I got swift working! I played with lots of settings, so I am not sure which one caused it to work. Here is the project: redacted.

XMB5 commented 6 years ago

You can use my fork which supports swift