Reputation: 619
Is possible to import already created project (using Xcode 3.2.4 and iOS SDK 4.1) to Xcode 3.2.5 and iOS SDK 4.2
Upvotes: 1
Views: 772
Reputation: 3043
You can simply copy the whole project folder and then later simply double click the .xcodeproject file and you have imported it.
hope it helps if you have some other questions just ask it
Upvotes: 0
Reputation: 28962
If you have an excode project you can simply copy all the files in the project's directory and move them wherever you want or zip them, and then simply open the project file from the new location!
Upvotes: 3