-
Notifications
You must be signed in to change notification settings - Fork 819
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
"Copy only when installing" for "Embed App Extensions" #948
Conversation
Thanks for this @RomanPodymov. Would there be cases where |
Hello @yonaskolb |
Hello @yonaskolb |
@RomanPodymov I think sticking with |
Hello @yonaskolb |
@yonaskolb |
Hello.
Thank you for XcodeGen.
In this pull request I fixed #947. Added
onlyCopyExtensionsOnInstall
and using it the same way asonlyCopyFilesOnInstall
from #912 but for app extensions.Also, I think
onlyCopyFilesOnInstall
should be renamed toonlyCopyFrameworksOnInstall
.