mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-01 16:13:57 -04:00
e31cecf4b5
Disable drag and drop target selection in KVASD-installer The Mac KVASD-installer running on OS X 10.7 crashes when trying to process a target selected by drag and drop. Due to issues debuging issues on 10.7 with Xcode 4, I have disabled the feature since there is an alternative mechanisim available. Merged r4754 & r4756 from wsjtx-1.4 branch. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4757 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
68 lines
2.0 KiB
Plaintext
68 lines
2.0 KiB
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>BuildMachineOSBuild</key>
|
|
<string>12F45</string>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>en</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>com.apple.application-bundle</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>KVASD-installer</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>AppIcon</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>org.k1jt.KVASD-installer</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>KVASD-installer</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1</string>
|
|
<key>DTCompiler</key>
|
|
<string>com.apple.compilers.llvm.clang.1_0</string>
|
|
<key>DTPlatformBuild</key>
|
|
<string>5A2053</string>
|
|
<key>DTPlatformVersion</key>
|
|
<string>GM</string>
|
|
<key>DTSDKBuild</key>
|
|
<string>13A595</string>
|
|
<key>DTSDKName</key>
|
|
<string>macosx10.9</string>
|
|
<key>DTXcode</key>
|
|
<string>0501</string>
|
|
<key>DTXcodeBuild</key>
|
|
<string>5A2053</string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.utilities</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.7</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Created by Bill Somerville (G4WJS) on 12/11/2014.
|
|
|
|
The author of this work hereby waives all claim of copyright (economic and moral)
|
|
in this work and immediately places it in the public domain; it may be used, distorted
|
|
or destroyed in any manner whatsoever without further attribution or notice to the creator.</string>
|
|
<key>NSMainNibFile</key>
|
|
<string>MainMenu</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
</dict>
|
|
</plist>
|