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

Adding Folder Reference with only subfolders fails #290

Closed
Lutzifer opened this issue Apr 10, 2018 · 3 comments
Closed

Adding Folder Reference with only subfolders fails #290

Lutzifer opened this issue Apr 10, 2018 · 3 comments

Comments

@Lutzifer
Copy link
Contributor

Structure:

BuildScripts/
   .../Assets/
      ... Files
   .../Common/
      ... Files
   .../External/
      ... Files
   .../Local/
      ... Files

Cannot be added using

- path: BuildScripts
        buildPhase: none
        type: folder

but needs to be added using

     - path: BuildScripts/Assets
        buildPhase: none
        type: folder
      - path: BuildScripts/Common
        buildPhase: none
        type: folder
      - path: BuildScripts/External
        buildPhase: none
        type: folder
      - path: BuildScripts/Local
        buildPhase: none
        type: folder
      - path: BuildScripts/Phases
        buildPhase: none
        type: folder
@yonaskolb
Copy link
Owner

@Lutzifer What do you mean exactly by "can't be added"?
I've added the same setup to the test project fixture here and seems fine.
11bf00d

@Lutzifer
Copy link
Contributor Author

@yonaskolb See the attached setup for clarification
Archive.zip

@yonaskolb
Copy link
Owner

yonaskolb commented Apr 10, 2018

Fixed in #291

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

No branches or pull requests

2 participants