You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
43 lines
1.1 KiB
<?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>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
<string>@ICON@</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleGetInfoString</key>
|
|
<string></string>
|
|
|
|
<key>CFBundleExecutable</key>
|
|
<string>@EXECUTABLE@</string>
|
|
|
|
<key>CFBundleName</key>
|
|
<string>CopyQ</string>
|
|
|
|
<!-- hide dock icon -->
|
|
<key>LSUIElement</key>
|
|
<string>1</string>
|
|
|
|
<key>CFBundleSignature</key>
|
|
<string>hluk</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.hluk.CopyQ</string>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.6.6</string>
|
|
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.utilities</string>
|
|
</dict>
|
|
</plist>
|