Posts

Post not yet marked as solved
7 Replies
I've created test sample and it works if you start it this way: APP_PATH=./CmdLauncherOSX.app/Contents/MacOS/CmdLauncherOSX #compile: clang -Wall -o alterkeys alterkeys.c -framework ApplicationServices #copy: cp alterkeys	$APP_PATH #run: open -a Terminal $APP_PATH CmdLauncherOSX.app - test bundle created in XCode. Working project on github: osx-cmd-launcher - https://github.com/0x8BADFOOD/osx-cmd-launcher Verified on macOS Mojave 10.14.6