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>
|
2017-11-27 06:42:33 +01:00
|
|
|
<string>1.0d20</string>
|
2017-05-22 22:00:45 +02:00
|
|
|
<key>CFBundleVersion</key>
|
2017-11-27 06:42:33 +01:00
|
|
|
<string>512</string>
|
2017-05-22 22:00:45 +02:00
|
|
|
<key>LSMinimumSystemVersion</key>
|
|
|
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
|
|
|
<key>NSHumanReadableCopyright</key>
|
2017-05-29 22:17:58 +02:00
|
|
|
<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>
|
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>
|
|
|
|
<string>Evergreen</string>
|
2017-11-16 23:46:04 +01:00
|
|
|
<key>NSAppTransportSecurity</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSAllowsArbitraryLoads</key>
|
|
|
|
<true/>
|
|
|
|
</dict>
|
2017-05-22 22:00:45 +02:00
|
|
|
</dict>
|
|
|
|
</plist>
|