Commit 15c3e58b by CaryaLiu

feat: iOS打包修改

parent b045e0a0
ios @ c453457e
Subproject commit 563e407ce59c7cc3361b926dc4b7be0384e53d0c
Subproject commit c453457e47c0407d1ab8f1f976258d304d0850d3
#!/bin/bash
git checkout ${branch_name#*/} --recurse-submodules
git pull
git submodule foreach --recursive 'branch="$(git config -f $toplevel/.gitmodules submodule.$name.branch)"; [ "$branch" = "" ] && git checkout master || git checkout $branch’
git submodule update --remote --merge
npm run bundle-ios
git push --recurse-submodules=on-demand
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment