Skip to content

mcmatan/Clone-Xcode-target-with-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Clone-Xcode-target-with-name

Clone Xcode target to new target, with a new name and bundle identifier, using Ruby and "Xcodeproj"

How to use?

First install xcodeproj

$ [sudo] gem install xcodeproj

(https://github.com/CocoaPods/Xcodeproj)

Then run:

$ sudo ruby cloneTarget.rb

And follow terminal flow:

Project path:
testingTest.xcodeproj
New target name:
newTargetName
New target bundle identifer
newTargetBundleIdentifer
Witch target to clone?
testingTest

πŸ’ Boom! You did it.

About

Clone Xcode target to new target, with a new name and bundle identifier, using Ruby and "Xcodeproj"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages