]> sigrok.org Git - sigrok-util.git/blob - cross-compile/macosx/contrib/Info.plist
sigrok-native-appimage: Don't add the glibc version to the filename.
[sigrok-util.git] / cross-compile / macosx / contrib / Info.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
3 <plist version="0.9">
4 <dict>
5         <key>NSPrincipalClass</key>
6         <string>NSApplication</string>
7         <key>CFBundleIconFile</key>
8         <string>pulseview.icns</string>
9         <key>CFBundlePackageType</key>
10         <string>APPL</string>
11         <key>CFBundleGetInfoString</key>
12         <string>PulseView is a Qt based logic analyzer, oscilloscope and MSO GUI for sigrok.</string>
13         <key>CFBundleSignature</key>
14         <string>????</string>
15         <key>CFBundleExecutable</key>
16         <string>pulseview</string>
17         <key>CFBundleIdentifier</key>
18         <string>org.sigrok.PulseView</string>
19 </dict>
20 </plist>