XVimProject / XVim

Xcode plugin for Vim keybindings
MIT License
5.16k stars 596 forks source link

Use re-signature of the Xcode, can be packaged App AppStore? #1011

Open ShengQiangLiu opened 8 years ago

ShengQiangLiu commented 8 years ago

Use re-signature of the Xcode, can be packaged App AppStore?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38689845-use-re-signature-of-the-xcode-can-be-packaged-app-appstore?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F252770&utm_medium=issues&utm_source=github).
haaakon commented 8 years ago

I keep both an officially signed version of XCode (without XVim) to submit to app store, and a re-signed version (with XVim) for development. Maybe this answers your question?

JugglerShu commented 8 years ago

I think there is no need to keep original Xcode to package an app to submit to AppStore. Whether or not Xcode has original signature , your app will be signed by your private key ( and it will be verified by corresponding public key which is signed by Apple) anyway.

tangmengze commented 7 years ago

After replace xcode chain with the new one, my xcode8 simulator can't work now.......

tidbeck commented 7 years ago

Should we close this one?

@tangmengze sounds like a different issue. Think you should file a separate issue.

wangzq commented 7 years ago

@haaakon I am curious to learn how do you keep the original xcode intact while using another copy to run with xvim on the same mac, can you share the details? I am new to xcode/mac. Thanks