Awesome-Xcode-Behaviors
If you just press a shortcut in xcode, the pod install, carthage bootstrap --platform iOS, etc tasks will be executed.
Supported Scripts
Pod
- Pod install
- Pod update
- Pod repo update
Carthage
- carthage-archive-iOS
- carthage-bootstrap-iOS
- carthage-clean
- carthage-debug-iOS
Open Application
- open finder
- open fork
- open gitkraken
- open iterm
- open safari
- open snippets-sourcetree
- open sourcetree
- open terminal
Gem
- gem install pod
- gem update pod
- gem update xcodeproj
Getting Started
- Clone or download the project.
- Open Xcode.
- Open the Xcode preferences. Shortcuts: cmd,
- Select the behaviors tab.
- Press the + button on the bottom left.
- Create a name for the behavior. (ex. open terminal)
- Activate the Run check box.
- Click choose script.
- Select the desired script.
- Right-click the name of the behavior you just created to specify the shortcut. (ex. cmd + shift + 5)
if you can't select script. try this
-
Open terminal -> Go to project folder
-
run command
chmod -R +x "Pods/" "Gem/" "Open Application/"
Repeat steps 6 to 11
How to Using
-
Choose directly from Xcode - behaviors
-
Press the shortcut key.
Authors
*
License
This project is licensed under the MIT License - see the LICENSE.md file for details