-
Notifications
You must be signed in to change notification settings - Fork 91
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
Generate Xcode schemes #385
Conversation
f66c5a2
to
9f4dd6b
Compare
2412080
to
2e56c05
Compare
2e56c05
to
802e891
Compare
@brentleyjones The integration test is failing because
I created bazel-contrib/rules_bazel_integration_test#62 to track the issue. |
examples/ios_app/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/ExampleTests.xcscheme
Outdated
Show resolved
Hide resolved
9e96ff0
to
33587fe
Compare
33587fe
to
26a6e4a
Compare
..._line/bwb.xcodeproj/xcshareddata/xcschemes/LibSwiftTests.__internal__.__test_bundle.xcscheme
Show resolved
Hide resolved
<BuildActionEntries> | ||
</BuildActionEntries> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Xcode removes these.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is what we get from tuist/Xcode.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yuck. Seems that the array should be [Entry]?
instead then.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for this!
Closes #101.