TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git] / packaging / macosx / StratosharkInfo.plist.in
blob0c89b55be2ec86bacadc910ae631cfecd03fe9d6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleExecutable</key>
8 <string>Stratoshark</string>
9 <key>CFBundleIconFile</key>
10 <string>Stratoshark.icns</string>
11 <key>CFBundleIdentifier</key>
12 <string>org.wireshark.Stratoshark</string>
13 <key>CFBundleDocumentTypes</key>
14 <array>
15 <dict>
16 <key>CFBundleTypeExtensions</key>
17 <array>
18 <string>scap</string>
19 <string>scap.gz</string>
20 </array>
21 <key>CFBundleTypeIconFile</key>
22 <string>Wiresharkdoc.icns</string>
23 <key>CFBundleTypeName</key>
24 <string>Sysdig capture</string>
25 <key>CFBundleTypeRole</key>
26 <string>Viewer</string>
27 </dict>
28 <!-- XXX - This dictionary needs a lot more entries -->
29 </array>
30 <key>CFBundleInfoDictionaryVersion</key>
31 <string>6.0</string>
32 <key>CFBundlePackageType</key>
33 <string>APPL</string>
34 <key>CFBundleShortVersionString</key>
35 <string>@LOG_PROJECT_VERSION@</string>
36 <key>CFBundleSignature</key>
37 <string>Lgry</string>
38 <key>CFBundleVersion</key>
39 <string>@LOG_PROJECT_VERSION@</string>
40 <key>NSHumanReadableCopyright</key>
41 <string>Copyright 1998-2024 the Wireshark developer community</string>
42 <key>NSPrincipalClass</key>
43 <string>NSApplication</string>
44 <key>NSHighResolutionCapable</key>
45 <true/>
46 <!-- Force dark mode support. -->
47 <key>NSRequiresAquaSystemAppearance</key>
48 <false/>
49 <key>LSMinimumSystemVersion</key>
50 <string>@MIN_MACOS_VERSION@</string>
52 <!-- Sparkle settings https://sparkle-project.org/documentation/customization/ -->
53 <key>SUFeedURL</key>
54 <string>https://www.wireshark.org/update/0/Stratoshark/@LOG_PROJECT_MAJOR_VERSION@.@LOG_PROJECT_MINOR_VERSION@.@PROJECT_PATCH_VERSION@/macOS/x86-64/en-US/stable.xml</string>
55 <key>SUEnableAutomaticChecks</key>
56 <false/>
57 <key>SUPublicEDKey</key>
58 <string>BeSuPpEZOmOzkON9QMnfIdwyi06P/LcVoik8M5O2bsQ=</string>
59 <key>SUEnableSystemProfiling</key>
60 <false/>
61 <!--
62 Disable automatic updates here, then enable them at program
63 startup depending on prefs.gui_update_enabled.
64 -->
65 <key>SUAutomaticallyUpdate</key>
66 <false/>
68 </dict>
69 </plist>