diff --git a/build_project.zsh b/build_project.zsh index 7a4f928..565571b 100644 --- a/build_project.zsh +++ b/build_project.zsh @@ -10,8 +10,7 @@ cd apple #download custom zim files as per info_local.json files brew install jq -# for info in `mdfind -onlyin . -name info.json` -for info in `mdfind -onlyin . -name info_local.json` +for info in `mdfind -onlyin . -name info.json` do parent_dir=${info%/*} brand_name=${parent_dir##*/} @@ -43,4 +42,4 @@ ls -la # install xcodegen and run it brew install xcodegen -xcodegen \ No newline at end of file +xcodegen