diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-27 03:11:53 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-31 06:59:43 -0400 |
commit | 35f01391e0dd380c58f085badbf7be22a627c9f9 (patch) | |
tree | e555c129eb829a05ff2ee435b36e7d50950836d1 /test/generate_xcframework.sh | |
parent | 259c757ccea4c8e223713019ca5ab95788fcf92e (diff) | |
download | redot-cpp-35f01391e0dd380c58f085badbf7be22a627c9f9.tar.gz |
Rebrand godot-cpp to redot-cpp
Diffstat (limited to 'test/generate_xcframework.sh')
-rwxr-xr-x | test/generate_xcframework.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/generate_xcframework.sh b/test/generate_xcframework.sh index 7adddff..653cb56 100755 --- a/test/generate_xcframework.sh +++ b/test/generate_xcframework.sh @@ -4,4 +4,4 @@ scons arch=universal ios_simulator=yes platform=ios target=$1 $2 scons arch=arm64 ios_simulator=no platform=ios target=$1 $2 xcodebuild -create-xcframework -library ./project/bin/libgdexample.ios.$1.a -library ./project/bin/libgdexample.ios.$1.simulator.a -output ./project/bin/libgdexample.ios.$1.xcframework -xcodebuild -create-xcframework -library ../bin/libgodot-cpp.ios.$1.arm64.a -library ../bin/libgodot-cpp.ios.$1.universal.simulator.a -output ./project/bin/libgodot-cpp.ios.$1.xcframework +xcodebuild -create-xcframework -library ../bin/libredot-cpp.ios.$1.arm64.a -library ../bin/libredot-cpp.ios.$1.universal.simulator.a -output ./project/bin/libredot-cpp.ios.$1.xcframework |