Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triage/d7c0b538dc9d4dd18401 to your computer and use it in GitHub Desktop.
Save triage/d7c0b538dc9d4dd18401 to your computer and use it in GitHub Desktop.
#!/bin/bash
heading=`head -1 Grouper/Grouper.xcodeproj/project.pbxproj`
if [ $heading != '// !$*UTF8*$!' ]
then
echo "Grouper/Grouper.xcodeproj/project.pbxproj in wrong format. Run pod install and ensure project is in JSON format."
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment