We used to modify the SDKSetting.plist to allow the build of unsigned apps, by setting CODE_SIGNING_REQUIRED
to NO
.
But since xcode 4.5, this file seems encrypted (here is its path : /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/SDKSettings.plist
).
Does somebody know how to build unsigned apps for iOS6?