johnno1962 / SwiftAspects

Experiments in Aspects with Swift (Xtrace for Swift)
30 stars 3 forks source link

Swift hotpatch? #1

Open JasonWorking opened 7 years ago

JasonWorking commented 7 years ago

Can I use this approach to perform a hotpatch onto swift project?

johnno1962 commented 7 years ago

Not into an app distributed already on the app store as all code needs to be signed but for development it’s possible. Also check out the SwiftTrace project which is close to being able to swizzle Swift