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

Add Vendored XCFramework example to CI example projects #9576

Merged
merged 2 commits into from Mar 1, 2020

Conversation

amorde
Copy link
Member

@amorde amorde commented Mar 1, 2020

The project won't build successfully until #9575 and #9574 are merged.

Also updates the examples to use Xcode 11.3.1

@amorde amorde requested a review from dnkoutso March 1, 2020 02:51
@@ -295,6 +295,8 @@ begin

project = Xcodeproj::Project.open(project_path)
target = project.targets.first
scheme_target = project.targets.find { |t| t.name == scheme_name }
target = scheme_target unless scheme_target.nil?
Copy link
Member Author

Choose a reason for hiding this comment

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

we were always using the first target to determine the platform, which doesn't work for projects that have multiple targets with different platforms

@dnkoutso dnkoutso added this to the 1.9.1 milestone Mar 1, 2020
@amorde amorde force-pushed the amorde/xcframework-example branch from 083b051 to bfcf273 Compare March 1, 2020 21:12
@amorde
Copy link
Member Author

amorde commented Mar 1, 2020

Gonna clean up a few files before merging

@amorde amorde force-pushed the amorde/xcframework-example branch from bfcf273 to d8b384c Compare March 1, 2020 21:45
@amorde amorde force-pushed the amorde/xcframework-example branch from d8b384c to 8e32d5d Compare March 1, 2020 22:00
@amorde amorde merged commit f30d0aa into 1-9-stable Mar 1, 2020
@amorde amorde deleted the amorde/xcframework-example branch March 1, 2020 22:18
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.

None yet

2 participants