project-rename

How to change the name of an iPhone app?

I began an iPhone project the other day with a silly development code name, and now I want to change the name of the project since its nearly finished. But I'm not sure how to do this with XCode, trying the obvious of changing the application's name in the pinfo, causes the signing process to go wrong (I think...) and my app won't laun...

Problem after renaming .NET library

I'm maintaining a c#.Net (vs2005) library, let's call it fooLib, developed by a coworker. Now management has decided that we should change it's name to, say, barLib. So I have renamed it, changed some of the metadata (copyright info, etc), registered it in gac, removed the reference and added it again in each project which uses it, and ...

Can't rename project TortoiseSVN & Subversion

Trying to rename a project under the control of TortiseSVN/Subversion. Running svn on the server where SVN is installed. svn rename svn://192.168.0.1/MyProject svn://192.168.0.1/Installer Gives svn: No repository found in 'svn://192.168.0.1' yet svn ls svn://192.168.0.1/MyProject Lists the file/directories in the project as...

Renaming package and version names of Android project in eclipse

Hi, I have an Android project created in eclipse.I want to slightly modify this(package names,etc) and make another app.I want both apps to be installed on phone.How to take care of versioning an app name.How should i go about renaming package and project names? Thanks Dheepak ...

Package renaming in eclipse android project

I have an Android project created in eclipse.I want to modify the package name and application of the project.How to do that in eclipse? Thanks, Dheepak ...