Omnigraffle license OmniGraffle Pro 7.12.1 Crack. December 2, 2019 December 2, 2019 by Waleed Hashmi. Allah tu karam karna dada mp3 download. Download Crack + Setup OmniGraffle Pro 7.12.1 Crack & Full Activation Key download OmniGraffle Pro Crack is an excellent software designed for your Mac system to help users create diagrams. Any type of chart (such as an organization chart, home.

Omnigraffle License KeygenPermalink

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sans

Sign up
Find file Copy path
1 contributor
#! /bin/bash
#Check if OmniGraffle 5 is installed
if [ -d /Applications/OmniGraffleProfessional5.app ]
then
ogVersion=`defaults read /Applications/OmniGraffleProfessional5.app/Contents/Info CFBundleShortVersionString`
userLicenses=`grep -A 1 Key /Users/*/Library/ApplicationSupport/OmniGroup/SoftwareLicenses/OmniGraffle-*.omnilicense grep string`
# if not see if OmniGraffle 6+ is installed
elif [ -d /Applications/OmniGraffle.app ]
then
ogVersion=`defaults read /Applications/OmniGraffle.app/Contents/Info CFBundleShortVersionString`
userLicenses=`grep -A 1 Key /Users/*/Library/Containers/com.omnigroup.OmniGraffle6/Data/Library/ApplicationSupport/OmniGroup/SoftwareLicenses/OmniGraffle-*.omnilicense grep string`
else
ogVersion=0
fi
#If no version of OmniGraffle is installed exit
if [ $ogVersion= 0 ]
then
echo'No Omnigraffle Installed'
exit 0
fi
echo'OmniGraffle Version:'$ogVersion
echo''
echo'User licenses'
echo'$userLicenses'
echo''
echo''
echo'Computer licenses'
grep -A 1 Key /Library/ApplicationSupport/OmniGroup/SoftwareLicenses/OmniGraffle-*.omnilicense grep string
  • Copy lines
  • Copy permalink