NetNewsWire/Evergreen/Info.plist

42 lines
1.3 KiB
Plaintext
Raw Normal View History

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>
<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>1.0d11</string>
2017-05-22 22:00:45 +02:00
<key>CFBundleVersion</key>
2017-05-30 01:26:03 +02:00
<string>500</string>
2017-05-22 22:00:45 +02:00
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2017-05-29 20:48:09 +02:00
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
2017-05-22 22:00:45 +02:00
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 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>
<key>SUFeedURL</key>
<string>https://ranchero.com/downloads/evergreen-beta.xml</string>
<key>UserAgent</key>
<string>Evergreen</string>
2017-05-22 22:00:45 +02:00
</dict>
</plist>