XCode 3.2 Ruby and Python templates

前端 未结 5 2286
花落未央
花落未央 2021-01-18 09:18

Under xcode 3.2 my ObjectiveC + Python/Ruby projects can still be opened updated and compiled, but you cannot create new projects.

Given that all traces of ruby and

5条回答
  •  半阙折子戏
    2021-01-18 10:03

    The folder for application templates in 3.2 is: /Developer/Library/Xcode/Project Templates/Application

    Templates for python are at: http://svn.red-bean.com/pyobjc/trunk/pyobjc/pyobjc-xcode/Project%20Templates/

    use:

    $svn co 
    /Developer/Library/Xcode/Project Templates/Application/

    e.g.

    $svn co http://svn.red-bean.com/pyobjc/trunk/pyobjc/pyobjc-xcode/Project%20Templates/Cocoa-Python%20Document-based%20Application/ /Developer/Library/Xcode/Project\ Templates/Application/Cocoa-Python\ NSDocument\ based\ Application
    

提交回复
热议问题