Skip to content

Commit

Permalink
Merge pull request #178 from aiden-leong/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Depal1 authored Jan 19, 2025
2 parents e3168f2 + 97c20ab commit dd8b2cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ echo "Codesigning PlayTools"
codesign -fs- "$BUILD_PATH/PlayTools.framework/PlayTools"

echo "Copying to PlayCover"
cp "$BUILD_PATH/PlayTools.framework" "/Applications/PlayCover.app/Contents/Frameworks/"
rm -r "/Applications/PlayCover.app/Contents/Frameworks/PlayTools.framework"
cp -r "$BUILD_PATH/PlayTools.framework" "/Applications/PlayCover.app/Contents/Frameworks/"

```
This script transforms the target platform to Mac Catalyst, codesigns PlayTools and copies the binaries into the PlayCover App.

Expand Down

0 comments on commit dd8b2cf

Please sign in to comment.