Obfuscate service names

This commit is contained in:
Jackson Coxson
2025-07-09 21:18:18 -06:00
parent d9bfe5c9c5
commit 6abad65f39
18 changed files with 52 additions and 29 deletions

View File

@@ -28,7 +28,7 @@ xcframework: apple-build
apple-build: # requires a Mac
# iOS device build
BINDGEN_EXTRA_CLANG_ARGS="--sysroot=$(xcrun --sdk iphoneos --show-sdk-path)" \
cargo build --release --target aarch64-apple-ios
cargo build --release --target aarch64-apple-ios --feature obfuscate
# iOS Simulator (arm64)
BINDGEN_EXTRA_CLANG_ARGS="--sysroot=$(xcrun --sdk iphonesimulator --show-sdk-path)" \