How to Rename Complete Xcode Project using command line?
I am trying to rename my xcode project using command line but some how it's not renaming entire project. My project structure is bit more nested and I need to replace one string which is even a sub string of Project name and some files names I tried http://stackoverflow.com/questions/29824737/xcode-6-3-1-crashes-while-renaming-project/29830195#29830195, but it's not worked for me with this project but for some other project(which is sample app with not much nested structure) it worked well. . Any suggestions will be appreciated.
xcode command-line rename
add a comment |
I am trying to rename my xcode project using command line but some how it's not renaming entire project. My project structure is bit more nested and I need to replace one string which is even a sub string of Project name and some files names I tried http://stackoverflow.com/questions/29824737/xcode-6-3-1-crashes-while-renaming-project/29830195#29830195, but it's not worked for me with this project but for some other project(which is sample app with not much nested structure) it worked well. . Any suggestions will be appreciated.
xcode command-line rename
“trying to rename my xcode project using command line” Why not just rename it the normal way?
– matt
Nov 20 at 22:29
Thank you for suggestion, but normal renaming not works for my project structure, because of it's nested structure and by doing that I need to do lot of additional manualy work.
– rajesh
Nov 21 at 1:39
But surely you’re only going to do this once! Anyway you’ve said nothing specific about your “structure” or what you are really trying to do. Actually needing to rename a project is very rare.
– matt
Nov 21 at 2:09
My Project have four levels of nesting, in each level I have some files and sub folders, here in file content(code), file names,Folder names have the Sub string I have to change. Some how I am able to change the code and outer folder names, only problem is renaming the filenames in each and every levels.
– rajesh
Nov 22 at 20:07
add a comment |
I am trying to rename my xcode project using command line but some how it's not renaming entire project. My project structure is bit more nested and I need to replace one string which is even a sub string of Project name and some files names I tried http://stackoverflow.com/questions/29824737/xcode-6-3-1-crashes-while-renaming-project/29830195#29830195, but it's not worked for me with this project but for some other project(which is sample app with not much nested structure) it worked well. . Any suggestions will be appreciated.
xcode command-line rename
I am trying to rename my xcode project using command line but some how it's not renaming entire project. My project structure is bit more nested and I need to replace one string which is even a sub string of Project name and some files names I tried http://stackoverflow.com/questions/29824737/xcode-6-3-1-crashes-while-renaming-project/29830195#29830195, but it's not worked for me with this project but for some other project(which is sample app with not much nested structure) it worked well. . Any suggestions will be appreciated.
xcode command-line rename
xcode command-line rename
asked Nov 20 at 21:33
rajesh
114
114
“trying to rename my xcode project using command line” Why not just rename it the normal way?
– matt
Nov 20 at 22:29
Thank you for suggestion, but normal renaming not works for my project structure, because of it's nested structure and by doing that I need to do lot of additional manualy work.
– rajesh
Nov 21 at 1:39
But surely you’re only going to do this once! Anyway you’ve said nothing specific about your “structure” or what you are really trying to do. Actually needing to rename a project is very rare.
– matt
Nov 21 at 2:09
My Project have four levels of nesting, in each level I have some files and sub folders, here in file content(code), file names,Folder names have the Sub string I have to change. Some how I am able to change the code and outer folder names, only problem is renaming the filenames in each and every levels.
– rajesh
Nov 22 at 20:07
add a comment |
“trying to rename my xcode project using command line” Why not just rename it the normal way?
– matt
Nov 20 at 22:29
Thank you for suggestion, but normal renaming not works for my project structure, because of it's nested structure and by doing that I need to do lot of additional manualy work.
– rajesh
Nov 21 at 1:39
But surely you’re only going to do this once! Anyway you’ve said nothing specific about your “structure” or what you are really trying to do. Actually needing to rename a project is very rare.
– matt
Nov 21 at 2:09
My Project have four levels of nesting, in each level I have some files and sub folders, here in file content(code), file names,Folder names have the Sub string I have to change. Some how I am able to change the code and outer folder names, only problem is renaming the filenames in each and every levels.
– rajesh
Nov 22 at 20:07
“trying to rename my xcode project using command line” Why not just rename it the normal way?
– matt
Nov 20 at 22:29
“trying to rename my xcode project using command line” Why not just rename it the normal way?
– matt
Nov 20 at 22:29
Thank you for suggestion, but normal renaming not works for my project structure, because of it's nested structure and by doing that I need to do lot of additional manualy work.
– rajesh
Nov 21 at 1:39
Thank you for suggestion, but normal renaming not works for my project structure, because of it's nested structure and by doing that I need to do lot of additional manualy work.
– rajesh
Nov 21 at 1:39
But surely you’re only going to do this once! Anyway you’ve said nothing specific about your “structure” or what you are really trying to do. Actually needing to rename a project is very rare.
– matt
Nov 21 at 2:09
But surely you’re only going to do this once! Anyway you’ve said nothing specific about your “structure” or what you are really trying to do. Actually needing to rename a project is very rare.
– matt
Nov 21 at 2:09
My Project have four levels of nesting, in each level I have some files and sub folders, here in file content(code), file names,Folder names have the Sub string I have to change. Some how I am able to change the code and outer folder names, only problem is renaming the filenames in each and every levels.
– rajesh
Nov 22 at 20:07
My Project have four levels of nesting, in each level I have some files and sub folders, here in file content(code), file names,Folder names have the Sub string I have to change. Some how I am able to change the code and outer folder names, only problem is renaming the filenames in each and every levels.
– rajesh
Nov 22 at 20:07
add a comment |
1 Answer
1
active
oldest
votes
Here is a quick and nice solution for my question. By following this link I achieved what exactly I want , It saved my most of time, https://www.reddit.com/r/Python/comments/32r8i6/findreplace_string_in_files_filenames_and/
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53401911%2fhow-to-rename-complete-xcode-project-using-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is a quick and nice solution for my question. By following this link I achieved what exactly I want , It saved my most of time, https://www.reddit.com/r/Python/comments/32r8i6/findreplace_string_in_files_filenames_and/
add a comment |
Here is a quick and nice solution for my question. By following this link I achieved what exactly I want , It saved my most of time, https://www.reddit.com/r/Python/comments/32r8i6/findreplace_string_in_files_filenames_and/
add a comment |
Here is a quick and nice solution for my question. By following this link I achieved what exactly I want , It saved my most of time, https://www.reddit.com/r/Python/comments/32r8i6/findreplace_string_in_files_filenames_and/
Here is a quick and nice solution for my question. By following this link I achieved what exactly I want , It saved my most of time, https://www.reddit.com/r/Python/comments/32r8i6/findreplace_string_in_files_filenames_and/
answered Dec 12 at 23:00
rajesh
114
114
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53401911%2fhow-to-rename-complete-xcode-project-using-command-line%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
“trying to rename my xcode project using command line” Why not just rename it the normal way?
– matt
Nov 20 at 22:29
Thank you for suggestion, but normal renaming not works for my project structure, because of it's nested structure and by doing that I need to do lot of additional manualy work.
– rajesh
Nov 21 at 1:39
But surely you’re only going to do this once! Anyway you’ve said nothing specific about your “structure” or what you are really trying to do. Actually needing to rename a project is very rare.
– matt
Nov 21 at 2:09
My Project have four levels of nesting, in each level I have some files and sub folders, here in file content(code), file names,Folder names have the Sub string I have to change. Some how I am able to change the code and outer folder names, only problem is renaming the filenames in each and every levels.
– rajesh
Nov 22 at 20:07