DyCI / dyci-main

Dynamic Code Injection Tool for Objective-C
MIT License
1.12k stars 121 forks source link

Signing of compiled binary in dyci-recompile.py #112

Closed aspcartman closed 7 years ago

aspcartman commented 7 years ago

Had to move the original compiled binary to the tmp subdirectory since the compilation triggers the file change event and iOS application tries to load a not yet signed binary. This fixes #111 for AppCode.

PaulTaykalo commented 7 years ago

@aspcartman should we move out signing from xcode plugin then?

PaulTaykalo commented 7 years ago

will merge PR as soon as I check whether it should be removed from plugin

aspcartman commented 7 years ago

I can't say for sure, I'm not using the xcode at all. But if the plugin does not fire this python script, then it must have it's own code for signing.