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

Fix adding PBXGroup without folder reference #235

Merged
merged 2 commits into from
Feb 13, 2018

Conversation

fuzza
Copy link

@fuzza fuzza commented Feb 13, 2018

Short description πŸ“

Resolves #231

Solution πŸ“¦

Make GroupAddingOptions.withoutFolder public.

Implementation πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

  • Make GroupAddingOptions.withoutFolder public
  • Run XcodeProjIntegrationSpec over public API of PBXProj (remove
    @testable import)
  • Move internal API usage from integration spec to PBXProj+XCTest helper
  • Restructure and add test cases for PBXGroup
  • Update changelog

GIF

gif


This change is Reviewable

Alexey Fayzullov added 2 commits February 13, 2018 12:53
- Make `GroupAddingOptions.withoutFolder` public
- Run XcodeProjIntegrationSpec over public API of PBXProj (remove
  @testable import)
- Move internal API usage from integration spec to PBXProj+XCTest helper
- Restructure and add test cases for PBXGroup
@pepicrft pepicrft merged commit b137be5 into tuist:master Feb 13, 2018
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.

3 participants