Last active
August 29, 2015 14:00
-
-
Save epu/11053749 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# $1: PBXPROJ file path | |
XCODEPROJ_BUNDLE=$(dirname "$1") | |
WITHOUT_SLASH=${XCODEPROJ_BUNDLE%/} | |
open $WITHOUT_SLASH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can use this in p4v to launch selected pbxproj (the part of the .xcodeproj bundle you're probably trying to edit).