Omnigraffle License Keygen
Permalink
Apr 16, 2019 OmniGraffle 7 Crack & Keygen Free Download 2019 OmniGraffle 7 Crack is software who is support Mac and windows operating system. It is a quality Mac drawing software it is use to draw beautiful diagrams, charts, trees and layouts as the consumer needs. Apr 26, 2019 OmniGraffle 7 Crack & Keygen Free Download 2019. OmniGraffle 7 Crack is a MAC drawing application to draw stunning drawings, layouts, and charts as the user wants. It is proved well-designed diagram editor o MAC which allows you to create professional diagrams. El amante english.
Join GitHub today
Prerana serial actress sujitha. GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
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