mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
10 lines
373 B
Makefile
10 lines
373 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = src example
|
|
|
|
iphone_ip=@IPHONE_IP@
|
|
install-iphone: src/BTdaemon
|
|
cp $< $<-signed
|
|
export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/codesign_allocate ; ldid -S $<-signed
|
|
scp $<-signed root@$(iphone_ip):/usr/bin/BTdaemon
|
|
scp resources/ch.ringwald.BTstack.plist root@$(iphone_ip):/Library/LaunchDaemons/
|