7 lines
194 B
Bash
7 lines
194 B
Bash
#!/bin/bash
|
|
|
|
SYMLINK_PATH=IOS/Tentacle.xcframework
|
|
|
|
rm -f $SYMLINK_PATH
|
|
ln -s ../../../../Restricted/NotForLicensees/Source/ThirdParty/TentacleSDK/apple/build/Tentacle.xcframework $SYMLINK_PATH
|