123456789101112131415161718192021222324252627282930313233 |
- <?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>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleDisplayName</key>
- <string>MTSEdit</string>
- <key>CFBundleExecutable</key>
- <string>mtsedit</string>
- <key>CFBundleGetInfoString</key>
- <string>1.0.0, Copyright 2019 bzt</string>
- <key>CFBundleIconFile</key>
- <string>mtsedit.icns</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>MTSEdit</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>1.0.0</string>
- <key>CFBundleVersion</key>
- <string>1.0.0</string>
- <key>NSHumanReadableCopyright</key>
- <string>Copyright 2019 bzt</string>
- <key>NSPrincipalClass</key>
- <string>NSApplication</string>
- <key>CGDisableCoalescedUpdates</key>
- <true/>
- </dict>
- </plist>
|