IceCubesApp/ci_scripts/ci_pre_xcodebuild.sh

8 lines
190 B
Bash
Raw Permalink Normal View History

2023-01-13 17:43:02 +00:00
#!/bin/sh
cd ../IceCubesApp/
plutil -replace OPENAI_SECRET -string $OPENAI_SECRET Secret.plist
2023-01-21 08:58:38 +00:00
plutil -replace DEEPL_SECRET -string $DEEPL_SECRET Secret.plist
2023-01-13 17:43:02 +00:00
plutil -p Secret.plist
exit 0