Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

7 lines
194 B
Bash
Executable File

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