mirror of
https://github.com/dtzp555-max/ocm.git
synced 2026-07-19 09:43:37 +00:00
25 lines
756 B
Plaintext
25 lines
756 B
Plaintext
<?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>launcher</string>
|
|
<key>CFBundleName</key>
|
|
<string>OpenClaw Manager</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.openclaw.manager</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.7.1</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.7.1</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>icon</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.15</string>
|
|
<key>NSHighResolutionCapable</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|