#!/bin/bash
echo "Package: org.thebigboss.pushtone"
echo "Status: install ok installed"
echo "Section: Tweaks"
echo "Installed-Size: 63"
echo "Maintainer: BigBoss <bigboss@thebigboss.org>"
echo "Architecture: iphoneos-arm"
echo "Version: 1.2-7"
echo "Depends: mobilesubstrate, preferenceloader, firmware (>= 5.0)"
echo "Description: change sounds of audible app notifications"
echo "Name: PushTone"
echo "Depiction: http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=pushtoneDp"
echo "Homepage: http://moreinfo.thebigboss.org/moreinfo/depiction.php?file=pushtoneDp"
echo "Author: yeahwangy <yeahwangy@gmail.com>"
echo "Sponsor: thebigboss.org <http://thebigboss.org>"
echo "dev: yeahwangy"
echo "Tag: cydia::commercial, purpose::extension"
echo "Icon: file:///Library/PreferenceBundles/PushToneSettings.bundle/icon@2x.png"
exit 0
