From 97a663665e76ef12915548c7f6a7cf583435b0d8 Mon Sep 17 00:00:00 2001 From: BPH Date: Thu, 14 Dec 2023 22:53:48 +0100 Subject: [PATCH] Update build_project.zsh Revert --- build_project.zsh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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