Reputation: 47
i'am developing an game in xcode for iPhone ,i'am using spritebuilder ,in start i have just named it and now i want to change my sprite builder Project name . How do I rename a spritebuilder project ?
Upvotes: 3
Views: 365
Reputation: 64477
Only manually at the moment:
projectname.spritebuilder
folderprojectname.spritebuilder
folder to, for example, newname.spritebuilder
(keep the .spritebuilder extension!)projectname.approj
=> newname.approj
projectname.ccbproj
=> newname.ccbproj
projectname.xcodeproj
in Xcodenewname
, the project file's name should change to newname.xcodeproj
(if it does not, close xcode and rename it manually in Finder)This is from the top of my head. It's possible I forgot something. Let me know if that's the case and I'll look into it.
See also: "Rename Project" feature request
Upvotes: 2