Skip to content

Conversation

@JonasVautherin
Copy link
Contributor

As described at the end of #282, the current master gets IPHONEOS_DEPLOYMENT_TARGET set to 11.4 by default. I believe 9.0 is more reasonable (mainly because my project targets 9.0, so that's negociable).

Unfortunatly, I messed up in #282 and got the change merged without having the versioned xcodeproj updated. This PR fixes this.

Also, it shows what kind of maintenance comes from supporting Carthage: running make project-carthage generates the xcodeproj again. And unfortunately, it is not deterministic. So this PR only adds a bunch of IPHONEOS_DEPLOYMENT_TARGET = 9.0; to the xcodeproj, but still the order of the objects in the project file changes -_-.

I have been testing this PR by building with Carthage and integrating the resulting frameworks in a project that was otherwise failing because of the deployment target. I still get error #272, but that's not in the scope of this PR.

@JonasVautherin JonasVautherin changed the title Update carthage xcodeproj Carthage: support from iOS 9.0 Aug 12, 2018
Copy link
Collaborator

@MrMage MrMage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest, the spurious changes are "less bad" than feared :-)

@MrMage MrMage merged commit cc2305f into grpc:master Aug 13, 2018
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.

2 participants