aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/ChmodBPF/uninstall-distribution.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-02-09macOS: Update our extra package versions.Gerald Combs1-1/+1
Track our extra package versions using CMake variables and bump each version.
2021-11-30Packaging: Specify host architectures in our macOS Extras packages.Gerald Combs1-1/+1
Add 'hostArchitectures="arm64,x86_64"' to the ChmodBPF and path_helper distribution XML files. "arm64" isn't specified in https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html but seems to be correct: https://developer.apple.com/forums/thread/667672 https://stackoverflow.com/questions/11487596/making-macos-installer-packages-which-are-developer-id-ready Blind attempt at fixing #17757.
2019-09-25macOS: Make Wireshark.app drag-installable.Gerald Combs1-0/+25
Create ChmodBPF installer and uninstaller packages using pkgbuild and productbuild. Place them in Wireshark.app/Resources/Extras. Add a path_helper installer and uninstaller which respectively add and remove /etc/*paths.d/Wireshark. Remove the PackageMaker and utility-launcher assets and build targets. Show a message in the main welcome screen if we don't have capture permissions. Add an link which launches the ChmodBPF installer. Add a "macOS Extras" item to About → Folders. Migrate "Read me first" from RTF to Asciidoctor, which lets us add links and looks like our other documentation. Rename dmg_set_style.scpt to arrange_dmg.applescript and make it plain text. Always run it in osx-dmg.sh. Bug: 6991 Bug: 12593 Bug: 11399 Ping-Bug: 16074 Change-Id: I7b6aa89aae2be522b4141b0d44e8142dec749e90 Reviewed-on: https://code.wireshark.org/review/31047 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Gerald Combs <gerald@wireshark.org>