Update export_src.sh

<a href="https://github.com/TouchInstinct/BuildScripts/issues/276">issue-276</a> Перед экспортом репозитория проверить файлы на невалидные символы в именах
This commit is contained in:
rpelmegov 2022-12-14 14:09:56 +03:00 committed by GitHub
parent 99281d2105
commit 55ab60b6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -46,4 +46,8 @@ done
find . -name ".git*" -print0 | xargs -0 rm -rf
zip -r -q ${SRC_FOLDER_NAME}.zip .
find . -name "*[<>:\\|?*]*"
./ProjectName/Extensions/Foundation/Int64?
./ProjectName/Extensions/Foundation/Int64?/Int64?+Extensions.swift
open .