3
votes
Performance tuning in Cocoa application
You should try out Shark that comes with the Mac OS X devtools - really great for digging into your callstack and sh …
3
votes
Open terminal here in Mac OS finder
Also, you can copy an item from the finder using command-C, jump into the Terminal (e.g. using Spotlight or QuickSilver) type 'cd ' and simply paste with command-v
…
-1
votes
How do you create hybrid XCode projects for Mac & iPhone?
Can't you use the PIMPL idiom? And/or have a common header for both but use different implementation file based on the target architec …
