added macOSMenuBar

This commit is contained in:
SerenityUX 2023-05-13 15:33:31 -04:00 committed by Conrad Kramer
parent efee4afc8d
commit 534e615919
9 changed files with 160 additions and 35 deletions

View file

@ -2,8 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleName</key>
<string>$(INFOPLIST_KEY_CFBundleDisplayName)</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>

View file

@ -8,7 +8,7 @@
</array>
<key>com.apple.security.application-groups</key>
<array>
<string>$(APP_GROUP_IDENTIFIER)</string>
<string>group.com.hackclub.burrow</string>
</array>
</dict>
</plist>