build: Add MacOS build target

This commit is contained in:
2026-06-21 03:54:24 +04:00
parent 07b9e44350
commit 319440f171
33 changed files with 1602 additions and 50 deletions
+18
View File
@@ -0,0 +1,18 @@
<?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.app-sandbox</key>
<true />
<key>com.apple.security.cs.allow-jit</key>
<true />
<key>com.apple.security.network.server</key>
<true />
<key>com.apple.security.network.client</key>
<true />
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)com.example.moonwellLauncher</string>
</array>
</dict>
</plist>