diff --git a/modules/05-install-remap-keys.sh b/modules/05-install-remap-keys.sh index 8ccc2f3..09880db 100755 --- a/modules/05-install-remap-keys.sh +++ b/modules/05-install-remap-keys.sh @@ -57,7 +57,6 @@ function createXPCConsumer() { } function getProductPlistDict() { - local dataProvider="$1" cat <<- PLISTDICT idProduct @@ -91,7 +90,6 @@ function createRemapKeysBinary() { } function createLaunchDaemon() { - local dataProvider="$1" cat > ${launchDaemonPath} <<- LDAEMON @@ -110,7 +108,7 @@ function createLaunchDaemon() { com.apple.device-attach - $(getProductPlistDict $dataProvider) + $(getProductPlistDict)