-
Notifications
You must be signed in to change notification settings - Fork 85
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
Update rules_apple
to 2.0.0
#633
Changes from 4 commits
4195941
d4717d8
03d7453
c997703
4fc8630
d740c4e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
load("//rules:framework.bzl", "apple_framework") | ||
|
||
apple_framework( | ||
name = "NestedHeaders", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The nice thing here - detecting Is there any way we can undo this now that you've got it fixed in rules_apple. Also I wonder why There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, since I've gotten it fixed in |
||
name = "Nested", | ||
objc_copts = ["-fmodules-disable-diagnostic-validation"], | ||
platforms = {"ios": "12.0"}, | ||
vendored_static_frameworks = ["ios/NestedHeaders.framework"], | ||
|
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.
Does this now automatically detect this? If so - nice 👍 !
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.
It seems like it was only ever supported as a single value and now it's just not an attribute at all: bazelbuild/rules_apple@a4de222