-
Notifications
You must be signed in to change notification settings - Fork 756
XCAssets: add support for AR Resource Groups #614
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey 👋 I'm Eve, the friendly bot watching over SwiftGen 🤖 Thanks a lot for your contribution! Seems like everything is in order 👍 You did a good job here! 🤝 Generated by 🚫 Danger |
AliSoftware
requested changes
Feb 24, 2019
27a2767 to
73ded8b
Compare
c30085f to
36f4129
Compare
645282a to
8914383
Compare
AliSoftware
reviewed
Mar 1, 2019
SwiftGen.playground/Pages/XCAssets-Demo.xcplaygroundpage/Sources/Implementation Details.swift
Show resolved
Hide resolved
50b64b3 to
3cf638a
Compare
3cf638a to
5545c90
Compare
…ers as deprecated
5545c90 to
fbdc752
Compare
AliSoftware
reviewed
Mar 10, 2019
SwiftGen.playground/Pages/XCAssets-Demo.xcplaygroundpage/Contents.swift
Outdated
Show resolved
Hide resolved
AliSoftware
approved these changes
Mar 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds support for AR Resource Groups, which contain reference images and objects (hence the 2 accessors).
I'm going to work my way down the list of asset types we can support. This just happens to be the first one alphabetically (app icons don't count, we can't do anything with them).
Note:
based on #613, so merge that first.Note: I made sure the test resources are from the public domain, or made them myself (reference object).