Skip to content

Commit

Permalink
Tweak examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed May 18, 2024
1 parent bbb3f95 commit ff1d1d6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
5 changes: 0 additions & 5 deletions examples/SMAppServiceExample/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
/build
/*.xcodeproj

/vendor/cget/cget.cmake
/vendor/cget/pkg/pqrs-org__cget-recipes/
/vendor/etc/cget/recipes/
/vendor/**/pkgconfig/
2 changes: 1 addition & 1 deletion examples/SMAppServiceExample/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ all:
xcodebuild -configuration Release -alltargets SYMROOT="$(CURDIR)/build"
# Copy 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
cp ../../files/LaunchDaemons/org.pqrs.Karabiner-VirtualHIDDevice-Daemon.plist build/Release/Karabiner-VirtualHIDDevice-SMAppServiceExample.app/Contents/Library/LaunchDaemons

clean:
rm -rf *.xcodeproj
Expand Down
2 changes: 0 additions & 2 deletions examples/virtual-hid-device-service-client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/build
/*.xcodeproj

/tmp/

/vendor/cget/cget.cmake
/vendor/cget/pkg/pqrs-org__cget-recipes/
/vendor/etc/cget/recipes/
Expand Down

0 comments on commit ff1d1d6

Please sign in to comment.