1
vote
2answers
1k views
When to create Interface Builder plug-in for custom view?
When do you recommend integrating a custom view into Interface Builder with a plug-in? When skimming through Apple's …
19
votes
5answers
5k views
Git ignore file for Xcode projects
Which files should I include in .gitignore when using Git in conjunction with Xcode?
…
2
votes
Is there a good Fogbugz client for Mac OS X?
I'm happy with using the web interface. I've used Fluid to create a custom browser for it, and even gotten some help making …
22
votes
2
votes
How can I test my web pages in Microsoft Internet Explorer on a Mac?
Litmus is another web-based alternative.
…
0
votes
what’s the best app to draw UI wireframes on the mac? (And why)
I've been playing around with Balsamiq Mockups and it's OK for basic wireframes. I still prefer pen and paper sketches …
2
votes
4
votes
How do you create an osx application/dmg from a python package?
Creating custom disk image:
Software:
…
3
votes
Determine if a directory is a bundle or package in the Mac OS X terminal?
While you can identify some bundles based on the existens of './contents/Info.plist", it isn't required for all bundle types (e.g. documents and legacy bundles). Finder also identifies a directory …
1
vote
Using AppleScript to hide Keynote Text Fields in A Slide
AFAIK, with Applescript you can only access the title and the body boxes of the slides. If the text you wish to remove is consistently in either of these boxes the simplest solution would be to loo …
