2017-05-22 22:00:45 +02:00
|
|
|
<?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>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIconFile</key>
|
2017-11-16 23:46:04 +01:00
|
|
|
<string>AppIcon</string>
|
2017-05-22 22:00:45 +02:00
|
|
|
<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>
|
2018-02-27 07:32:01 +01:00
|
|
|
<string>1.0d42</string>
|
2018-04-26 06:40:50 +02:00
|
|
|
<key>CFBundleURLTypes</key>
|
|
|
|
<array>
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
|
<string>Viewer</string>
|
|
|
|
<key>CFBundleURLName</key>
|
|
|
|
<string>RSS Feed</string>
|
|
|
|
<key>CFBundleURLSchemes</key>
|
|
|
|
<array>
|
|
|
|
<string>feed</string>
|
|
|
|
</array>
|
|
|
|
</dict>
|
|
|
|
</array>
|
2017-05-22 22:00:45 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2018-01-05 06:20:09 +01:00
|
|
|
<string>522</string>
|
2017-05-22 22:00:45 +02:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
2018-02-14 22:18:47 +01:00
|
|
|
<string>Copyright © 2017-2018 Ranchero Software, LLC. All rights reserved.</string>
|
2017-05-22 22:00:45 +02:00
|
|
|
<key>NSMainStoryboardFile</key>
|
|
|
|
<string>Main</string>
|
|
|
|
<key>NSPrincipalClass</key>
|
|
|
|
<string>NSApplication</string>
|
2017-05-29 21:08:22 +02:00
|
|
|
<key>SUFeedURL</key>
|
2017-05-30 00:44:33 +02:00
|
|
|
<string>https://ranchero.com/downloads/evergreen-beta.xml</string>
|
2017-05-29 21:08:22 +02:00
|
|
|
<key>UserAgent</key>
|
2017-12-31 19:09:40 +01:00
|
|
|
<string>Evergreen (macOS; RSS Reader; https://ranchero.com/evergreen/)</string>
|
2017-11-16 23:46:04 +01:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2018-01-08 22:14:30 +01:00
|
|
|
<key>NSAppleScriptEnabled</key>
|
|
|
|
<true/>
|
|
|
|
<key>OSAScriptingDefinition</key>
|
|
|
|
<string>Evergreen.sdef</string>
|
2017-05-22 22:00:45 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|