Search Results

0
votes

How to take screenshot in Mac OS X using Cocoa or C++

The following might be helpful if you are attempting to accomplish this with either C++ or python. Also, this would be even more helpful in the case that you want your programmatic method to be cr …
0
votes

Specific help with Xcode Project Template that is not doing substitution in file contents

First thoughts: have you tried using Apple's "Property List Editor" to edit your plist(s)??? /Developer/Applications/Utilities/Property\ List\ Editor.app That should …