reduce frequency of interface resets on ios

This commit is contained in:
Christien Rioux 2024-07-25 21:10:12 -04:00
parent e759e50983
commit 87a0e38e36
13 changed files with 51 additions and 20 deletions

View file

@ -1,4 +1,5 @@
#!/bin/bash
SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
pushd $SCRIPTDIR >/dev/null
@ -23,6 +24,9 @@ ARCHS=${ARCHS:=arm64}
LIPO_OUT_NAME="lipo-darwin"
set -euxo pipefail
LIPOS=""
for arch in $ARCHS
do
if [ "$arch" == "arm64" ]; then