feat(ios,p0): iOS P0 platform, audio fixes, channel UX

This commit is contained in:
Edison Jwa
2026-05-17 22:00:00 +09:00
parent a1fefc8ab6
commit 7a59f5b9a1
38 changed files with 1705 additions and 674 deletions
+2
View File
@@ -117,6 +117,8 @@ build_one() {
local OPUS_DIR=$2
echo " -> $TARGET"
export LIBOPUS_LIB_DIR="$OPUS_DIR"
export CMAKE_POLICY_VERSION_MINIMUM=3.5
export IPHONEOS_DEPLOYMENT_TARGET=13.0
rm -rf "target/$TARGET/release/build/audiopus_sys-"*
cargo build --release --target "$TARGET" -p chanora_bridge
}