58 lines
1.6 KiB
Plaintext
58 lines
1.6 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>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeExtensions</key>
|
|
<array>
|
|
<string>smzip</string>
|
|
</array>
|
|
<key>CFBundleTypeIconFile</key>
|
|
<string>smicon.icns</string>
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
<array>
|
|
<string>application/zip</string>
|
|
</array>
|
|
<key>CFBundleTypeName</key>
|
|
<string>SMZip</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>LSTypeIsPackage</key>
|
|
<false/>
|
|
<key>NSPersistentStoreTypeKey</key>
|
|
<string>Binary</string>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>EXECUTABLE_NAME</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>PRODUCT_FAMILY_BARE PRODUCT_VER_BARE</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>smicon.icns</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.PRODUCT_ID_BARE</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>PRODUCT_FAMILY_BARE</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>PRODUCT_VER_BARE</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>Step</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>PRODUCT_VER_BARE</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.4.10</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright 2001-2011</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>SMApplication</string>
|
|
</dict>
|
|
</plist>
|