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

Added disableBundleAccessors config generation option #3088

Merged
merged 3 commits into from
Jun 22, 2021
Merged

Added disableBundleAccessors config generation option #3088

merged 3 commits into from
Jun 22, 2021

Conversation

wojciech-kulik
Copy link
Contributor

Resolves #3052 and #3077

Short description πŸ“

Added disableBundleAccessors config generation option.

Checklist βœ…

  • The code architecture and patterns are consistent with the rest of the codebase.
  • The changes have been tested following the documented guidelines.
  • The CHANGELOG.md has been updated to reflect the changes. In case of a breaking change, it's been flagged as such.
  • In case the PR introduces changes that affect users, the documentation has been updated.

Copy link
Member

@fortmarek fortmarek left a comment

Choose a reason for hiding this comment

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

This is great, thanks @wojciech-kulik!

Could you also add this case to the website documentation here?

@fortmarek
Copy link
Member

@all-contributors add @wojciech-kulik for code

@allcontributors
Copy link
Contributor

@fortmarek

I've put up a pull request to add @wojciech-kulik! πŸŽ‰

Copy link
Member

@fortmarek fortmarek left a comment

Choose a reason for hiding this comment

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

Well done @wojciech-kulik! πŸ‘

@wojciech-kulik
Copy link
Contributor Author

Well done @wojciech-kulik! πŸ‘

Thanks :)!

@pepicrft
Copy link
Contributor

I think we can merge once CI is green :)

@fortmarek fortmarek merged commit 0d41afa into tuist:main Jun 22, 2021
@messin9
Copy link

messin9 commented Jan 25, 2023

is this option still available in 3.0 version?

@ahmetws
Copy link

ahmetws commented Aug 1, 2023

is this option still available in 3.0 version?

You can use it as Project options.

`
let project = Project(
name: "TestProj",
options: Project.Options.options(disableBundleAccessors: true),

`

@Argon-cell
Copy link

How to disable autogeneration Sources? disableBundleAccessors only disable 2/6 autogenerated files.

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.

Add support for disabling bundle accessors
6 participants