blob: 0d96b91312f17db5ff694000ea132fcb98ad356b [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>
Guillaume Roguezace0c972017-08-07 20:51:03 -040018 <string>https://dl.ring.cx/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>
Kateryna Kostiuk5d10ee22018-05-16 10:09:05 -040031 <key>LSMinimumSystemVersion</key>
Kateryna Kostiuk44dea102018-06-14 12:12:00 -040032 <string>10.11</string>
Alexandre Lision3d4143a2015-06-10 14:27:49 -040033 <key>CFBundleVersion</key>
34 <string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
35 <key>CSResourcesFileMapped</key>
36 <true/>
Kateryna Kostiuk5d10ee22018-05-16 10:09:05 -040037 <key>LSApplicationCategoryType</key>
38 <string>public.app-category.social-networking</string>
Alexandre Lision3d4143a2015-06-10 14:27:49 -040039 <key>LSRequiresCarbon</key>
40 <true/>
41 <key>NSHumanReadableCopyright</key>
42 <string>${MACOSX_BUNDLE_COPYRIGHT}</string>
Alexandre Lisionb47b4c82015-01-20 11:29:03 -050043 <key>NSHighResolutionCapable</key>
44 <string>True</string>
Alexandre Lision5855b6a2015-02-03 11:31:05 -050045 <key>NSMainNibFile</key>
Alexandre Lisionf241c6a2015-03-24 14:53:47 -040046 <string>${MACOSX_BUNDLE_NSMAIN_NIB_FILE}</string>
Alexandre Lision5855b6a2015-02-03 11:31:05 -050047 <key>NSPrincipalClass</key>
Alexandre Lisionf241c6a2015-03-24 14:53:47 -040048 <string>${MACOSX_BUNDLE_NSPRINCIPAL_CLASS}</string>
Alexandre Lision18e1fcd2015-08-04 14:38:42 -040049 <key>CFBundleURLTypes</key>
50 <array>
51 <dict>
52 <key>CFBundleURLName</key>
53 <string>Ring ID</string>
54 <key>CFBundleURLSchemes</key>
55 <array>
56 <string>ring</string>
57 </array>
58 </dict>
59 </array>
Alexandre Lisionb47b4c82015-01-20 11:29:03 -050060</dict>
61</plist>