On Jan 29, 2010, at 11:45 PM, Bob Delaney wrote: > For Xcode 3.2.2 I've put the "REALbasic Mach-O Plugin" folder at: > > /Library/Application Support/Developer/Shared/Xcode/Project > Templates/REALbasic Mach-O Plugin/ > > This worked for Xcode 3.0, but Xcode 3.2.2 does not show this choice in its > "Choose a template..." window. What's my mistake? > > Bob
I found the alias folder MacFuse with the path: > /Library/Application Support/Developer/Shared/Xcode/Project Templates/MacFuse That folder was a clue to the solution. This works using a new folder "REALbasic Plugin": > /Library/Application Support/Developer/Shared/Xcode/Project > Templates/REALbasic Plugin/REALbasic Mach-O Plugin/ You do have to authenticate with your password to put the "REALbasic Plugin" containing "REALbasic Mach-O Plugin" in the "Project Templates" folder. Now, choosing "Create a new Xcode project", Xcode 3.2.2 shows "REALbasic Plugin" under "User Templates" along with "MacFuse". When one clicks on "REALbasic Plugin" you see the "REALbasic Mach-O Plugin" icon on the right. Previous to doing the above you should update the project file "REALbasic Mach-O Plugin.xcode" in "REALbasic Mach-O Plugin" by opening it in Xcode 3.2.2. The converted project file will be "REALbasic Mach-O Plugin.xcodeproj". You should trash the old project file and the Build folder, so the only remaining files are "MachOPlugin.cpp" and "REALbasic Mach-O Plugin.xcodeproj". I hope REALbasic updates its Plugins SDK "Examples" folder which contains the folder "Xcode Mach-O Template". That latter folder has a ReadMe.txt which gives an incorrect path for Xcode 3.0 and a project file which has long needed updating. Bob _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
