From: Eitot <no...@gi...> - 2022-10-25 08:37:54
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0e315cea6112110fa618d366d9268787c4f9ae34 https://github.com/OpenSC/OpenSC/commit/0e315cea6112110fa618d366d9268787c4f9ae34 Author: Eitot <Ei...@us...> Date: 2022-10-25 (Tue, 25 Oct 2022) Changed paths: M .github/workflows/macos.yml Log Message: ----------- macOS: Update workflow to include MacOSX/ directory Commit: 4e2713e6210a9da3fda0a150cbc12d635ef9d3fa https://github.com/OpenSC/OpenSC/commit/4e2713e6210a9da3fda0a150cbc12d635ef9d3fa Author: Eitot <Ei...@us...> Date: 2022-10-25 (Tue, 25 Oct 2022) Changed paths: M MacOSX/opensc-uninstall Log Message: ----------- macOS: Correct LaunchAgent paths in opensc-uninstall script This fixes an omission in e05574d94217e6fbd9186509a1b494fb30ee1431. The names of these files have changed, so they are not deregistered from LaunchServices and uninstalled when running the opensc-uninstall script. Commit: aafe3c1db4aceef4c0da4e359b456771ededfb0b https://github.com/OpenSC/OpenSC/commit/aafe3c1db4aceef4c0da4e359b456771ededfb0b Author: Eitot <Ei...@us...> Date: 2022-10-25 (Tue, 25 Oct 2022) Changed paths: M MacOSX/opensc-uninstall Log Message: ----------- macOS: Fix LaunchAgent removal in opensc-uninstall script `launchctl remove` is executed by the root user. This will not affect loaded LaunchAgents of the logged-in user. Compare: https://github.com/OpenSC/OpenSC/compare/c17bd11bd4bd...aafe3c1db4ac |