Changes for page XcodeMigration

Last modified by William Sandner on 2011/10/19 21:07

From version 32.1
edited by Pascal Robert
on 2011/03/27 10:25
Change comment: There is no comment for this version
To version 19.1
edited by William Sandner
on 2011/10/19 21:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.probert
1 +XWiki.wsandner
Content
... ... @@ -11,7 +11,7 @@
11 11  {{/info}}
12 12  
13 13  {{note}}
14 -XcodeMigration is using the tool _pbprojectdump_ which is no longer present in the Xcode 3 bundle. You need to install Xcode 2.5 to get access to _pbprojectdump_ (you can copy it from another machine too).
14 +XcodeMigration is using the tool _pbprojectdump_ which is no longer present in the Xcode 3 bundle. You need to install Xcode 2.5 to get access to _pbprojectdump_ (you can copy it from another machine too).  (Alternatively, inside the Xcode tools 2.5 disk image, pbprojectdump can be found at Packages/Packages/DeveloperTools.pkg/Contents/Archive.pax.gz:/Tools/pbprojectdump)
15 15  
16 16  {{/note}}
17 17  
... ... @@ -54,12 +54,6 @@
54 54  
55 55  Select the location of the ZIP file with the tool and click //Finish//.
56 56  
57 -{{panel}}
58 -
59 -!Image 4.png|align=center!
60 -
61 -{{/panel}}
62 -
63 63  The tool needs two projects templates, one of them is a application template, the other a framework template.  So you need to create a //WebObjects Application// and a //WebObjects Framework//.
64 64  
65 65  {{panel}}
... ... @@ -84,12 +84,6 @@
84 84  
85 85  Open //config.xml// and change the value of the //<applicationTemplatePath>// and //<frameworkTemplatePath>// nodes so that the path points to the templates you created below.
86 86  
87 -{{panel}}
88 -
89 -!Image 22.png|align=center!
90 -
91 -{{/panel}}
92 -
93 93  For each project that you want to import, you need the a //<project>// node.&nbsp; //<path>// is the file system path to the Xcode project, //<name>// is the project name, minus .xcodeproj
94 94  
95 95  Right-click on the //XCodeMigration.java// class and select //Run As// > //Open Run dialog...//