From 2f08ccc37ac33de57b97a9ef10df6faeea2def32 Mon Sep 17 00:00:00 2001 From: Takayama Fumihiko Date: Wed, 15 May 2024 23:23:57 +0900 Subject: [PATCH] Karabiner-DriverKit-SMAppServiceExample.app -> Karabiner-VirtualHIDDevice-SMAppServiceExample.app --- examples/SMAppServiceExample/Makefile | 4 ++-- examples/SMAppServiceExample/project.yml | 6 +++--- scripts/clean-launch-services-database.swift | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/SMAppServiceExample/Makefile b/examples/SMAppServiceExample/Makefile index 83564a8e..01dfeb50 100644 --- a/examples/SMAppServiceExample/Makefile +++ b/examples/SMAppServiceExample/Makefile @@ -3,8 +3,8 @@ all: xcodegen generate xcodebuild -configuration Release -alltargets SYMROOT="$(CURDIR)/build" # Copy LaunchDaemons - mkdir -p build/Release/Karabiner-DriverKit-SMAppServiceExample.app/Contents/Library/LaunchDaemons - cp -r ../../files/LaunchDaemons/org.pqrs.Karabiner-VirtualHIDDevice-Daemon.plist build/Release/Karabiner-DriverKit-SMAppServiceExample.app/Contents/Library/LaunchDaemons + mkdir -p build/Release/Karabiner-VirtualHIDDevice-SMAppServiceExample.app/Contents/Library/LaunchDaemons + cp -r ../../files/LaunchDaemons/org.pqrs.Karabiner-VirtualHIDDevice-Daemon.plist build/Release/Karabiner-VirtualHIDDevice-SMAppServiceExample.app/Contents/Library/LaunchDaemons clean: rm -rf *.xcodeproj diff --git a/examples/SMAppServiceExample/project.yml b/examples/SMAppServiceExample/project.yml index a1f982fd..ba1308cd 100644 --- a/examples/SMAppServiceExample/project.yml +++ b/examples/SMAppServiceExample/project.yml @@ -1,9 +1,9 @@ -name: Karabiner-DriverKit-SMAppServiceExample +name: Karabiner-VirtualHIDDevice-SMAppServiceExample targets: - Karabiner-DriverKit-SMAppServiceExample: + Karabiner-VirtualHIDDevice-SMAppServiceExample: settings: - PRODUCT_BUNDLE_IDENTIFIER: org.pqrs.Karabiner-DriverKit-SMAppServiceExample + PRODUCT_BUNDLE_IDENTIFIER: org.pqrs.Karabiner-VirtualHIDDevice-SMAppServiceExample # SMAppService requires codesigning CODE_SIGN_ENTITLEMENTS: '' CODE_SIGN_IDENTITY: 'Apple Development' diff --git a/scripts/clean-launch-services-database.swift b/scripts/clean-launch-services-database.swift index 0db4ccbc..437335d9 100644 --- a/scripts/clean-launch-services-database.swift +++ b/scripts/clean-launch-services-database.swift @@ -13,9 +13,9 @@ import AppKit let bundleIdentifiers = [ "org.pqrs.HIDManagerTool", - "org.pqrs.Karabiner-DriverKit-SMAppServiceExample", "org.pqrs.Karabiner-VirtualHIDDevice-Daemon", "org.pqrs.Karabiner-VirtualHIDDevice-Manager", + "org.pqrs.Karabiner-VirtualHIDDevice-SMAppServiceExample", "org.pqrs.virtual-hid-device-service-client", ]