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

Add one-liner for update packages it used Package.swift into Makefile. #163

Open
YutoMizutani opened this issue Nov 20, 2018 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@YutoMizutani
Copy link
Owner

This one:

$ p=`pwd`; for f in $(find Examples -maxdepth 3 -name Package.swift); for d in $(dirname ${f}); do cd ./${d}; swift package update; swift package generate-xcodeproj; cd ${p}; done

and usages,

$ make deps-examples-with-xcodeproj
$ make deps-examples-without-xcodeproj
@YutoMizutani YutoMizutani added the enhancement New feature or request label Nov 20, 2018
@YutoMizutani YutoMizutani added the help wanted Extra attention is needed label Nov 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant