cakefoot/src/Cakefoot.entitlements
Cocktail Frank f41785958e Update Cakefoot::run, add checkmark emojis to build output
Pass draw function into Game::run to match upstream update.

Print checkmark emoji for each build that succeeds and report total at
the end.

Define C8ke achievement.
2024-09-17 02:31:41 -04:00

11 lines
338 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
</dict>
</plist>