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

Stop specifiying a manual group for xcodeproj sources #125

Merged
merged 3 commits into from
Sep 30, 2020

Conversation

segiddins
Copy link
Member

Xcodegen can now intuit groups properly for paths that start with .., and are above the current directly on disk

(thanks to yonaskolb/XcodeGen#892).

Pointing to my fork for now, since there hasn't been a recent release

Xcodegen can now intuit groups properly for paths that start with .., and are above the current directly on disk
@@ -326,15 +326,13 @@ def _gather_asset_sources(target_info, path_prefix):

for s in target_info.asset_srcs.to_list():
short_path = s.short_path
group = paths.dirname(short_path)
Copy link
Contributor

Choose a reason for hiding this comment

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

that's awesome! might help fix .lprog issue as well

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

4 participants