forked from loafle/openapi-generator-original
[swift] small improvements (#19675)
* [swift] small improments * [swift] small improments * [swift] small improments * [swift] make CI pass * [swift] make CI pass * [swift] make CI pass * [swift] make CI pass * [swift] make CI pass * [swift] make CI pass * [swift] make CI pass
This commit is contained in:
@@ -14,20 +14,13 @@ DIRECTORY=`dirname $0`
|
||||
|
||||
# spm build
|
||||
(cd $DIRECTORY/alamofireLibrary/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/anycodableLibrary/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/asyncAwaitLibrary/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/combineLibrary/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/default/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/deprecated/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/frozenEnums/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/nonPublicApi/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/objcCompatible/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/oneOf/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/promisekitLibrary/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/readonlyProperties/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/resultLibrary/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/rxswiftLibrary/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/urlsessionLibrary/ && ./run_spmbuild.sh)
|
||||
#(cd $DIRECTORY/vaporLibrary/ && ./run_spmbuild.sh)
|
||||
(cd $DIRECTORY/x-swift-hashable/ && ./run_spmbuild.sh)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user