-
Notifications
You must be signed in to change notification settings - Fork 105
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
Allow specifying if a file is linked against the target or not #181
Comments
I've thought about this, but couldn't figure out a way to do this without seriously complicating the config/iimplementation. Questions for you:
|
app_target_templates:
|
I'm also in favour of this feature request for the same reasons. I often have some files that I would like to be listed in the project navigator (e.g. Podfile), but that don't need to be linked against any target. I guess some kind of filename convention should be used, like prefixing it with a certain (unlikely) character? I would suggest:
|
I'd also like to see this implemented to setup fastlane on all projects. If we agree on how this should be set on UPDATE: Apparently, I can already do that by using the existing template structure (because I don't need the files to be added to Xcode). |
@marcelofabri Can you elaborate for others how you were able to do this? |
I actually haven't tested this, but I figured out it should be the same case as However, this works for me because I don't need these files to be added to the project structure in Xcode. This is still not supported as far as I know. |
I have some template files that I'd like to have added to the target folder structure but that shouldn't be linked against the target. It would be nice if we could override liftoff linkage configuration
The text was updated successfully, but these errors were encountered: