Re: Xcode 8 packaging changes

2016-09-16 Thread Shazron
Like I mentioned in Kerri's discussion re: launch storyboard, the Xcode 6 requirement was an error in the docs unfortunately. We only support what Xcode was needed to submit to the App Store. We were waiting until Apple dropped Xcode 6, and we forgot to update the docs. So how do we determine if

Re: Xcode 8 packaging changes

2016-09-15 Thread Jesse
+1 to dropping 6 and moving towards 8 What is apple's required version of xcode for submitting apps to the app store? Does it make sense to always build with the developer cert unless the dev specified otherwise? I think there might be cases where I would want to run the release build on my own

Xcode 8 packaging changes

2016-09-15 Thread Darryl Pogue
So Xcode 8 is out, and it simplifies some aspects of code signing, but complicates the process of packaging an app. Currently, cordova-ios will use the "iPhone Developer" certificate when building a debug build, and the "iPhone Distribution" certificate when making a release build. It uses xcrun