Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PyObjC on Xcode 4

Xcode 3 had templates for building Cocoa subclasses in Python. I've recently upgraded to Xcode 4 but I cannot find out how I can use other languages besides the C family (C, C++, Obj-C) in Xcode 4.

Does anyone know?

like image 883
Jaliborc Avatar asked Apr 30 '11 17:04

Jaliborc


1 Answers

See here: https://github.com/gregneagle/Xcode4CocoaPythonTemplates

like image 136
Ferguzz Avatar answered Sep 17 '22 13:09

Ferguzz