blob: 1d32b793c4d16cc66c43fe516f3d8edf5447cc6f [file] [log] [blame]
Alexandre Lisionb47b4c82015-01-20 11:29:03 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
Alexandre Lision3d4143a2015-06-10 14:27:49 -04005 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string>
9 <key>CFBundleGetInfoString</key>
10 <string>${MACOSX_BUNDLE_INFO_STRING}</string>
11 <key>CFBundleIconFile</key>
12 <string>${MACOSX_BUNDLE_ICON_FILE}</string>
13 <key>CFBundleIdentifier</key>
14 <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string>
15 <key>SUPublicDSAKeyFile</key>
16 <string>dsa_pub.pem</string>
17 <key>SUFeedURL</key>
Alexandre Lision87c06c92016-04-12 15:55:24 -040018 <string>https://gpl.savoirfairelinux.net/ring-download/mac_osx/sparkle-ring.xml</string>
Alexandre Lision3d4143a2015-06-10 14:27:49 -040019 <key>CFBundleInfoDictionaryVersion</key>
20 <string>6.0</string>
21 <key>CFBundleLongVersionString</key>
22 <string>${MACOSX_BUNDLE_LONG_VERSION_STRING}</string>
23 <key>CFBundleName</key>
24 <string>${MACOSX_BUNDLE_BUNDLE_NAME}</string>
25 <key>CFBundlePackageType</key>
26 <string>APPL</string>
27 <key>CFBundleShortVersionString</key>
28 <string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
29 <key>CFBundleSignature</key>
30 <string>????</string>
31 <key>CFBundleVersion</key>
32 <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
33 <key>CSResourcesFileMapped</key>
34 <true/>
35 <key>LSRequiresCarbon</key>
36 <true/>
37 <key>NSHumanReadableCopyright</key>
38 <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
Alexandre Lisionb47b4c82015-01-20 11:29:03 -050039 <key>NSHighResolutionCapable</key>
40 <string>True</string>
Alexandre Lision5855b6a2015-02-03 11:31:05 -050041 <key>NSMainNibFile</key>
Alexandre Lisionf241c6a2015-03-24 14:53:47 -040042 <string>${MACOSX_BUNDLE_NSMAIN_NIB_FILE}</string>
Alexandre Lision5855b6a2015-02-03 11:31:05 -050043 <key>NSPrincipalClass</key>
Alexandre Lisionf241c6a2015-03-24 14:53:47 -040044 <string>${MACOSX_BUNDLE_NSPRINCIPAL_CLASS}</string>
Alexandre Lision18e1fcd2015-08-04 14:38:42 -040045 <key>CFBundleURLTypes</key>
46 <array>
47 <dict>
48 <key>CFBundleURLName</key>
49 <string>Ring ID</string>
50 <key>CFBundleURLSchemes</key>
51 <array>
52 <string>ring</string>
53 </array>
54 </dict>
55 </array>
Alexandre Lisionb47b4c82015-01-20 11:29:03 -050056</dict>
57</plist>