refactor(mk): move build rules into separate scripts (#855)
See https://github.com/ooni/probe/issues/2218
This commit is contained in:
parent
4e99e5030a
commit
5c0368c862
19 changed files with 539 additions and 273 deletions
7
MOBILE/ios/zipframework
Executable file
7
MOBILE/ios/zipframework
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
(
|
||||
cd ./MOBILE/ios
|
||||
rm -rf oonimkall.xcframework.zip
|
||||
zip -yr oonimkall.xcframework.zip oonimkall.xcframework
|
||||
)
|
||||
Loading…
Reference in a new issue