Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any commercial add on programming controls for Mac and iOS Cocoa/Objective C?

If developing for the Windows .NET APIs I can augment my efforts with 100's of commerically available add-on controls, graphing APIs and other usefull stuff. Can anyone point me in the direction of similar commerical software for Mac Cocoa/Objective C development?

Additionally:

Are there enough developers to do this commercially?

The point of my question was really is the Mac developer market mature enough to support commercial developer add-ons. I know there is "Open Source"... which everything seems to default to... mainly because no one has a led the way yet. Problem with open source freeware is one day were all turn into poor thin semi unskilled homeless people who plug free things together. We deserve better!

In case you hadn't noticed in the Mac market people are willing to pay for good stuff.

I have a history of selling development tools. You don't have to just give this stuff away.

Tony

like image 335
AnthonyLambert Avatar asked Dec 15 '08 13:12

AnthonyLambert


People also ask

Is Objective-C still used?

While Objective-C is still supported by Apple and will likely not be deprecated anytime soon, there will be no updates to the language.

What is Objective-C in iOS?

Objective-C is the primary programming language you use when writing software for OS X and iOS. It's a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime.

How do I download from Objective-C?

In order to get full features of Objective-C, download and install GNUStep. This can be done by downloading the package from http://main.gnustep.org/resources/downloads.php.


2 Answers

Most such reusable source code and frameworks that I've seen are free, not commercial. Of those, most are under a BSD or MIT license, which means that you can use them in commercial closed-source software. (A very few come under one of the GPLs, which prohibit this.)

I have a list of these, although it is vastly incomplete now. I have a longer list in OmniOutliner, along with a grand plan for a better website for presenting it.

There's also MacCode, which is a repository of reusable source code and frameworks.

like image 101
Peter Hosey Avatar answered Oct 05 '22 08:10

Peter Hosey


The Omni Frameworks are used in commercial software, though they themselves are open-source. I doubt there are enough OS X developers to really sustain a small independent closed-source library vendor. You may be able to publish open-source libraries and sell consulting or documentation services.

like image 25
Steven Huwig Avatar answered Oct 05 '22 07:10

Steven Huwig