The iPhone SDK includes new versions of Dashcode and Xcode!
Tuesday, May 6, 2008
Dashcode 2.0 beta (136)
Posted by
WidgetBook
at
21:06
0
comments
Labels: Dashboard-dev, Dashcode, iPhone, Software, Xcode
Thursday, April 24, 2008
Widgets and the defaults command
Posted by
WidgetBook
at
15:45
0
comments
Labels: Dashboard-dev, Widget
Monday, April 7, 2008
Do not use a directory called "resources" inside a Widget
If you have a folder called "resources" inside your Widget, this will create troubles with the Widget's concept of "Resources". Do not use that name.
Posted by
WidgetBook
at
15:36
0
comments
Labels: Dashboard-dev, Debugging, Widget
Tuesday, March 18, 2008
Use @loader_path instead of @executable_path
If the Widget plugin is not at @executable_path, it will not be able to find a framework via @executable_path/../Frameworks/... So how can you load a framework in a Widget plugin.
The solution is to use @loader_path instead of @executable_path.
Posted by
WidgetBook
at
07:04
0
comments
Labels: Dashboard-dev, Programming, Widget