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

Updates for rules_apple resource rules #68

Merged
merged 1 commit into from
Mar 19, 2019

Conversation

rahul-malik
Copy link
Collaborator

Main Changes

  • objc_bundle is now apple_bundle_import
  • Bundles and resources are passed through the data value of
    objc_library
  • Added function to optionally add load statements based on the types of
    skylark nodes in the build files (swift, apple resource bundles, etc)

Remaining work

  • Verify app bundles still copy resources to the same locations
  • Make sure bundles are passed to SwiftLibrary correctly as well

@rahul-malik rahul-malik requested a review from jerrymarino March 1, 2019 06:52
MakeGoldMaster.sh Outdated Show resolved Hide resolved
@rahul-malik rahul-malik force-pushed the rmalik-new-resource-rules branch from 8a39d73 to 5b76c91 Compare March 1, 2019 17:46
@rahul-malik rahul-malik requested a review from mikezucc March 1, 2019 17:47
@rahul-malik
Copy link
Collaborator Author

@jerrymarino @mikezucc Mind taking a look at this PR so I know if it’s good to merge?

@jerrymarino
Copy link
Collaborator

On first look this seems good. I’d suggest removing the operator instead of the deprecation warning ( also suggest enjoying the moment doing fun things 😊 )

- objc_bundle is now apple_bundle_import
- Bundles and resources are passed through the `data` value of
objc_library
- Added function to optionally add load statements based on the types of
skylark nodes in the build files (swift, apple resource bundles, etc)
@rahul-malik rahul-malik force-pushed the rmalik-new-resource-rules branch from b521008 to fd49d7d Compare March 14, 2019 18:04
@rahul-malik
Copy link
Collaborator Author

rahul-malik commented Mar 14, 2019

@jerrymarino @mikezucc Updated, mind approving?

@rahul-malik
Copy link
Collaborator Author

@jerrymarino @mikezucc ping? I want to merge so #72 can be updated

@rahul-malik rahul-malik merged commit ee8466e into master Mar 19, 2019
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