diff options
author | WlodekM <[email protected]> | 2024-06-16 10:35:45 +0300 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-06-16 10:35:45 +0300 |
commit | abef6da56913f1c55528103e60a50451a39628b1 (patch) | |
tree | b3c8092471ecbb73e568cd0d336efa0e7871ee8d /misc/macOS/info.plist |
initial commit
Diffstat (limited to 'misc/macOS/info.plist')
-rw-r--r-- | misc/macOS/info.plist | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/macOS/info.plist b/misc/macOS/info.plist new file mode 100644 index 0000000..404e331 --- /dev/null +++ b/misc/macOS/info.plist @@ -0,0 +1,20 @@ +<?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>CFBundleExecutable</key> + <string>ClassiCube</string> + <key>CFBundleIconFile</key> + <string>ClassiCube</string> + <key>CFBundleIdentifier</key> + <string>com.classicube.client.mac</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>ClassiCube</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleDisplayName</key> + <string>ClassiCube</string> +</dict> +</plist> \ No newline at end of file |