Skip to content

Instantly share code, notes, and snippets.

View DaanGeurts's full-sized avatar
🏠
Working from home

Daan Geurts DaanGeurts

🏠
Working from home
View GitHub Profile
#!/bin/bash
# This script automatically sets the version and short version string of
# an Xcode project from the Git repository containing the project.
#
# To use this script in Xcode, add the script's path to a "Run Script" build
# phase for your application target.
set -o errexit
set -o nounset