mirror of
https://github.com/kiwix/kiwix-apple-custom.git
synced 2025-09-22 11:51:04 -04:00
Update build_project.zsh
Revert
This commit is contained in:
parent
e76fe06daf
commit
97a663665e
@ -10,8 +10,7 @@ cd apple
|
|||||||
#download custom zim files as per info_local.json files
|
#download custom zim files as per info_local.json files
|
||||||
brew install jq
|
brew install jq
|
||||||
|
|
||||||
# for info in `mdfind -onlyin . -name info.json`
|
for info in `mdfind -onlyin . -name info.json`
|
||||||
for info in `mdfind -onlyin . -name info_local.json`
|
|
||||||
do
|
do
|
||||||
parent_dir=${info%/*}
|
parent_dir=${info%/*}
|
||||||
brand_name=${parent_dir##*/}
|
brand_name=${parent_dir##*/}
|
||||||
@ -43,4 +42,4 @@ ls -la
|
|||||||
|
|
||||||
# install xcodegen and run it
|
# install xcodegen and run it
|
||||||
brew install xcodegen
|
brew install xcodegen
|
||||||
xcodegen
|
xcodegen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user