mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
package Retina icons
This commit is contained in:
parent
c1ff72dd58
commit
5e28feb66b
7
TODO.txt
7
TODO.txt
@ -16,15 +16,16 @@
|
||||
- automate scan enable management: hci_set_discoverable(bool) sets inquiry scan, page scan is always active
|
||||
- fixed bugs in cocoa run loop implementation
|
||||
- removed link key and name caching from BTstackManager, honor BTSTACK_EVENT_REMOTE_NAME_CACHED
|
||||
- Retina icons!
|
||||
|
||||
NEXT:
|
||||
- create Retina status bar icons
|
||||
|
||||
AFTER:
|
||||
- bugs?:
|
||||
- verify: if (hci?) disconnect fails, l2cap channels are never discarded
|
||||
- verify: TestBTstackManager can do an inquiry, with 0 or more devices in the list
|
||||
- fix broken host detection in configure.in (make it compile on linux)
|
||||
- bug: if hci disconnect fails, l2cap channels are never discarded (only fails on old Ericsson module)
|
||||
|
||||
- verify: TestBTstackManager can do an inquiry, with 0 or more devices in the list
|
||||
- update WiiMote example to use BTstackManager
|
||||
- get rid of BTInquireViewController
|
||||
- update WiiMoteExample to use BTstackManager
|
||||
|
@ -24,7 +24,12 @@ mkdir -p $PACKAGE/usr/local/lib
|
||||
cp src/libBTstack.dylib $PACKAGE/usr/local/lib
|
||||
|
||||
mkdir -p $PACKAGE/System/Library/CoreServices/SpringBoard.app
|
||||
cp resources/*.png $PACKAGE/System/Library/CoreServices/SpringBoard.app
|
||||
cp resources/FSO*.png $PACKAGE/System/Library/CoreServices/SpringBoard.app
|
||||
cp resources/Default*.png $PACKAGE/System/Library/CoreServices/SpringBoard.app
|
||||
|
||||
mkdir -p $PACKAGE/System/Library/Frameworks/UIKit.framework
|
||||
cp resources/Black*.png $PACKAGE/System/Library/Frameworks/UIKit.framework/
|
||||
cp resources/Silver*.png $PACKAGE/System/Library/Frameworks/UIKit.framework/
|
||||
|
||||
mkdir -p $PACKAGE/Library/LaunchDaemons/
|
||||
cp resources/ch.ringwald.BTstack.plist $PACKAGE/Library/LaunchDaemons/
|
||||
|
Loading…
Reference in New Issue
Block a user