Skip to content

Fix Xcode project file to only require Xcode 6.3 #1101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

ychin
Copy link
Member

@ychin ychin commented Oct 3, 2020

Previously the objectVersion in the pbxproj file was erroneously changed from 46 to 54 (in fcd5797) as the Xcode editor automatically changed that. Fix this by manually change it back to an older version, but change it to 47 instead as that covers all the way up to Xcode 6.3 which is definitely old enough to be backward compatible. In the future will need to look into ways to lock that in place to prevent accidental changes.

Fix #1100

Previously the objectVersion in the pbxproj file was erroneously changed
from 46 to 54 (in fcd5797) as the Xcode editor automatically changed
that. Fix this by manually change it back to an older version, but
change it to 47 instead as that covers all the way up to Xcode 6.3 which
is definitely old enough to be backward compatible. In the future will
need to look into ways to lock that in place to prevent accidental
changes.

Fix macvim-dev#1100
@ychin ychin merged commit 28802e9 into macvim-dev:master Oct 3, 2020
@ychin ychin deleted the xcode-fix-objectVersion-requirements branch October 3, 2020 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Xcode version change?
1 participant