package Retina icons

This commit is contained in:
matthias.ringwald 2011-02-07 19:15:08 +00:00
parent c1ff72dd58
commit 5e28feb66b
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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/