2015-03-24 06:45:53 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
2018-07-12 12:15:53 +00:00
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>com.solvespace</string>
|
2015-03-24 06:45:53 +00:00
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>English</string>
|
|
|
|
<key>CFBundleExecutable</key>
|
2018-07-17 12:45:38 +00:00
|
|
|
<string>SolveSpace</string>
|
2015-03-24 06:45:53 +00:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>SolveSpace</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>APPL</string>
|
|
|
|
<key>CFBundleVersion</key>
|
2022-01-02 19:04:57 +00:00
|
|
|
<string>${PROJECT_VERSION}~${solvespace_GIT_HASH}</string>
|
2015-03-24 06:45:53 +00:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2022-01-02 19:04:57 +00:00
|
|
|
<string>${PROJECT_VERSION}</string>
|
2015-03-24 06:45:53 +00:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2016-06-02 02:18:29 +00:00
|
|
|
<string>© 2008-2016 Jonathan Westhues and other authors</string>
|
2015-03-24 06:45:53 +00:00
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
|
|
|
<key>NSMainNibFile</key>
|
|
|
|
<string>MainMenu</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
|
|
|
<string>AppIcon</string>
|
|
|
|
<key>CFBundleDocumentTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
|
<array>
|
|
|
|
<string>slvs</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
|
<string>AppIcon.icns</string>
|
|
|
|
<key>CFBundleTypeName</key>
|
|
|
|
<string>SolveSpace sketch</string>
|
|
|
|
<key>CFBundleTypeOSTypes</key>
|
|
|
|
<array>
|
|
|
|
<string>slvs</string>
|
|
|
|
</array>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Editor</string>
|
|
|
|
</dict>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</plist>
|