If you compile as universal binary, you must use the 10.4u SDK. This makes it incompatible with anything less than 10.4. So "no", it will not work with 10.2, but even more signif…
I'll preface this with the caveat that I have no Macintels, so I haven't tested any of this myself. That said, it should be possible to create a 10.2-compatible universal binary. F…
Quote:
Originally Posted by Brass
If you compile as universal binary, you must use the 10.4u SDK. This makes it incompatible with anything less than 10.4. So "no", it will not…
Quote:
Originally Posted by saddino
Yes, there is a way.
As you note, the SDK will affect what APIs are availble to your code, but unless you are using "fully deprecated" APIs …
Quote:
Originally Posted by Bobby
Question: If I can compile for 10.3, and everything I use also works & compiles in the 10.2 SDK (it's a very small screensaver), can I set…
I'm glad I posted this thread, because I quickly discovered I wasn't even compiling Universal Binary to begin with. And My saver was never compiled for 10.2... The URL above help…
I'm in the middle of porting InfoNES to the Mac in Cocoa and I'm looking for someone to work with me. Specific skills of interest would be Core Graphics and Core Image/bitmap graph…
Am I the only one? I can't resize the split view in the debugger window to get a better look at what's going on with variables, etc....
http://eagle.he.net/~sjwood/cocoa/debugscre…
I would try going to your .xcodeproj file and control-clicking on it and choose "Show Package Contents". Then delete the pbxuser file, I think it saves window and view sizes.
G…
Hi, is there a way in Cocoa to distinguish between an actual DVD from a loaded DMG image? I'm building a software and hoping this will diminish the chances it'll be copied illegall…
I'll try again. I posted this and all that showed up was the Title "Irfan View for OSX".
I don’t know if this has been mentioned before as this is my first post and
I tried a sea…
Hi all,
I am a high school senior and novice OS X developer. I am attempting to create a small OSX app fro a self-directed "Senior Project" course I'm taking. What I would like to …
Well, assuming you can't hax0r Universal Access (maybe look into using APE?), you could do something like read in the framebuffer, modify it, and then display the modified version …
There's no public API for the functionality. Running nm CoreGraphics | grep -i zoom on CoreGraphics reveals some promising functions that could probably do what you want if you fig…
This Apple Developer article discusses perl development on the Mac using xcode. Writing perl scripts in xcode is pretty straight foreward. xcode is perl "aware" and provides syntax…
The latest version of XCode has much improved syntax colouring and formatting, but its indentation does get completely screwed up in a couple of circumnstances. Particularly regul…
I'm not a developer, but I wanted to know if any developers out there feel like taking on a small project?
Would anyone want to make a Wikipedia contextual menu plug-in? You know…
I find that Google is faster than Wikipedia's own search engine, so I tend to use the former when I need to use the latter. Maybe you could modify an existing plug-in: you just nee…