You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
This one:
and usages,
The text was updated successfully, but these errors were encountered: