react-native-macos/ios-cc.sh

4 строки
121 B
Bash
Executable File

#!/bin/sh -x
exec "$(xcrun -find -sdk iphoneos cc)" -arch armv7 -isysroot "$(xcrun -sdk iphoneos --show-sdk-path)" "$@"