mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 03:25:03 +03:00
94 lines
2.6 KiB
Plaintext
94 lines
2.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>en</string>
|
|
<key>CFBundleDocumentTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeName</key>
|
|
<string>Document</string>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>LSItemContentTypes</key>
|
|
<array>
|
|
<string>public.data</string>
|
|
</array>
|
|
<key>LSTypeIsPackage</key>
|
|
<integer>0</integer>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleExecutable</key>
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string></string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>$(PRODUCT_NAME)</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.15.2</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Editor</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>com.qvacua.vimr.url</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>vimr</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>201</string>
|
|
<key>LSApplicationCategoryType</key>
|
|
<string>public.app-category.productivity</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSExceptionDomains</key>
|
|
<dict>
|
|
<key>localhost</key>
|
|
<dict>
|
|
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
<true/>
|
|
<key>NSExceptionMinimumTLSVersion</key>
|
|
<string>TLSv1.2</string>
|
|
<key>NSExceptionRequiresForwardSecrecy</key>
|
|
<true/>
|
|
<key>NSIncludesSubdomains</key>
|
|
<true/>
|
|
<key>NSRequiresCertificateTransparency</key>
|
|
<false/>
|
|
<key>NSThirdPartyExceptionAllowsInsecureHTTPLoads</key>
|
|
<false/>
|
|
<key>NSThirdPartyExceptionMinimumTLSVersion</key>
|
|
<string>TLSv1.2</string>
|
|
<key>NSThirdPartyExceptionRequiresForwardSecrecy</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2016 Tae Won Ha. All rights reserved.</string>
|
|
<key>NSMainNibFile</key>
|
|
<string>MainMenu</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>VimR.Application</string>
|
|
<key>SUFeedURL</key>
|
|
<string>https://raw.githubusercontent.com/qvacua/vimr/master/appcast.xml</string>
|
|
<key>SUPublicDSAKeyFile</key>
|
|
<string>sparkle_pub.pem</string>
|
|
</dict>
|
|
</plist>
|