Skip to content
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

Fix Xcode 10 errors relating to third-party #21458

Closed
wants to merge 5 commits into from

Commits on Oct 9, 2018

  1. Fix Xcode 10 errors relating to third-party

    mmccartney authored and Mike McCartney committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    cef5e5a View commit details
    Browse the repository at this point in the history
  2. use postinstall to run ios-install-third-party.sh

    mmccartney authored and Mike McCartney committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    1642559 View commit details
    Browse the repository at this point in the history
  3. make Xcode wait for ios-install-third-party.sh to finish before compi…

    …ling third-party
    Mike McCartney committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    904628d View commit details
    Browse the repository at this point in the history
  4. make ios-install-third-party.sh ignore incomplete installs

    Mike McCartney committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    cacccc4 View commit details
    Browse the repository at this point in the history
  5. move outputFiles into Xcode project to be Xcode 9.x compatible; chang…

    …e existing file references from <group> to <project> relative so build system makes connection with outputFiles
    Mike McCartney committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    0bbb388 View commit details
    Browse the repository at this point in the history