Search Results

3
votes

How do we recruit great Mac developers?

Speaking from personal experience - pay for relocation, or be willing to let them work remotely. I've been using Cocoa since before Mac OS X's official release, beginning with early developer relea …
12
votes

Java 1.6 SDK on Mac OS 10.5

Yes, but only for 64-bit Intel-based Macs, i.e. Macs using Core 2 (duo or solo) or Xeon chips. The original Core chip is not supported, nor is any PPC chip. Also, Java 6 is currently Leopard-only. …
2
votes

Using a Mac for cross platform development?

Another option is Cocotron. It runs on Mac OS X, and includes cross-compilers that target Windows, Linux, and Solaris, an Objective-C runtime a …
7
votes

What are alternatives to Objective-C for Mac programming?

You shouldn't be intimidated by Cocoa's retain/release reference counting. It's much, much easier in practice than GC fans would have you believe. The …
0
votes

What MySQL client application would you recommend for Mac OS X?

/usr/local/bin/mysql of course! What else do you need? :-) …
-3
votes

Is there anything like Winsplit Revolution for Mac OS X?

I doubt it. Between Spaces and Expose, there's not much need for a third-party app to help manage multiple windows. …
0
votes

Problem with applet loading on Mac OS x 10.4

What Java version are you targeting? Java 1.6 is only supported on 64-bit Intel (i.e. Core 2 and Xeon) Macs running Leopard. …
1
vote

Develop app to run natively or go cross platform?

If your app uses an MVC design, you can write portable model classes using C++, and native controller and view classes for each platform you want to support. That gives you the best of both worlds …