!#/bin/bash
Snapture=$(dirname "$0")
SOMEFRAMEWORKONLYON3=/System/Library/Frameworks/GameKit.framework/GameKit
if [[ -f $SOMEFRAMEWORKONLYON3 ]]; then
exec "/Applications/Snapture.app/Snapture3"
else
exec "/Applications/Snapture.app/Snapture2"
fi
