Xcode allows you to create automated scripts for performing repetitive tasks. What scripts have you written to speed up development?
Xcode allows you to create automated scripts for performing repetitive tasks. What scripts have
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve created three for my JSON.Framework for Cocoa and the iPhone. These take care of the following:
Beware some hard-coded project-specific values in the below. I didn’t want to potentially break the scripts by editing those out. These are launched from a Custom Script Phase in Xcode. You can see how they’re integrated in the Xcode project for the project linked above.
CreateDiskImage.sh:
InstallDocumentation.sh:
RegenerateDocumentation.sh: