问题
I was wondering if anyone knew with XCode 4.1 how to create a shell script. The option for that doesn't exist, but it might be called something else in the latest version. Ta
回答1:
- Select your project in the navigator
- Click "Add Target" - Choose "Aggregate" for an empty Target
- Add Build Phase -> Add Run Script
- Click Build Phases and edit the Run Script Phase
来源:https://stackoverflow.com/questions/9088985/how-do-you-create-a-shell-script-target-in-xcode-4-2