twitter-archive / CocoaSPDY

SPDY for iOS and OS X
Apache License 2.0
2.39k stars 233 forks source link

perform the upgrade changes recommended by Xcode 7 #130

Closed johnkdoe closed 8 years ago

johnkdoe commented 9 years ago

1) the .xcscheme files have been updated to LastUpgradeVersions = 0700, which should be fine for Xcode 6.4 (and earlier) 2) the .xcscheme files have been "alphabetized" as Xcode 7 prefers when writing out the file (should have no effect on use by earlier versions of Xcode) 3) the project.pbxproj has been updated to LastUpgradeCheck = 0700 and also changed according to the recommended upgrades by Xcode 7, as listed below:

johnkdoe commented 9 years ago

here's a screenshot of the original set of recommendations.

spdy-xcode7-upgrade-recommendations