We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3168f2 commit 97c20abCopy full SHA for 97c20ab
README.md
@@ -117,7 +117,9 @@ echo "Codesigning PlayTools"
117
codesign -fs- "$BUILD_PATH/PlayTools.framework/PlayTools"
118
119
echo "Copying to PlayCover"
120
-cp "$BUILD_PATH/PlayTools.framework" "/Applications/PlayCover.app/Contents/Frameworks/"
+rm -r "/Applications/PlayCover.app/Contents/Frameworks/PlayTools.framework"
121
+cp -r "$BUILD_PATH/PlayTools.framework" "/Applications/PlayCover.app/Contents/Frameworks/"
122
+
123
```
124
This script transforms the target platform to Mac Catalyst, codesigns PlayTools and copies the binaries into the PlayCover App.
125
0 commit comments