Skip to content

Commit

Permalink
Karabiner-DriverKit-SMAppServiceExample.app -> Karabiner-VirtualHIDDe…
Browse files Browse the repository at this point in the history
…vice-SMAppServiceExample.app
  • Loading branch information
tekezo committed May 15, 2024
1 parent 05e03b7 commit 2f08ccc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/SMAppServiceExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions examples/SMAppServiceExample/project.yml
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion scripts/clean-launch-services-database.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down

0 comments on commit 2f08ccc

Please sign in to comment.