├── IMG_0529.PNG ├── IMG_0530.PNG ├── Makefile ├── OutputSample.txt ├── libnotify.deb ├── libnotify.xm ├── package ├── DEBIAN │ └── control ├── Library │ ├── MobileSubstrate │ │ └── DynamicLibraries │ │ │ └── libnotify.dylib │ └── PreferenceLoader │ │ └── Preferences │ │ └── LibNotifyWatch.plist └── System │ └── Library │ └── PreferenceBundles │ └── LibNotifyWatch.bundle │ ├── BlueCheck.png │ ├── BlueCheck@2x.png │ ├── Info.plist │ ├── LibNotifyWatch │ ├── LibNotifyWatch.plist │ ├── LibNotifyWatch.png │ ├── LibNotifyWatch@2x.png │ ├── WhiteSpace.png │ └── WhiteSpace@2x.png ├── preferenceBundle ├── LibNotifyWatch.mm ├── Makefile ├── Resources │ ├── BlueCheck.png │ ├── BlueCheck@2x.png │ ├── Info.plist │ ├── LibNotify.plist │ ├── LibNotifyWatch │ ├── LibNotifyWatch.plist │ ├── LibNotifyWatch.png │ ├── LibNotifyWatch@2x.png │ ├── WhiteSpace.png │ └── WhiteSpace@2x.png └── entry.plist └── readme.md /IMG_0529.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/IMG_0529.PNG -------------------------------------------------------------------------------- /IMG_0530.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/IMG_0530.PNG -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/Makefile -------------------------------------------------------------------------------- /OutputSample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/OutputSample.txt -------------------------------------------------------------------------------- /libnotify.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/libnotify.deb -------------------------------------------------------------------------------- /libnotify.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/libnotify.xm -------------------------------------------------------------------------------- /package/DEBIAN/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/DEBIAN/control -------------------------------------------------------------------------------- /package/Library/MobileSubstrate/DynamicLibraries/libnotify.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/Library/MobileSubstrate/DynamicLibraries/libnotify.dylib -------------------------------------------------------------------------------- /package/Library/PreferenceLoader/Preferences/LibNotifyWatch.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/Library/PreferenceLoader/Preferences/LibNotifyWatch.plist -------------------------------------------------------------------------------- /package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/BlueCheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/BlueCheck.png -------------------------------------------------------------------------------- /package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/BlueCheck@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/BlueCheck@2x.png -------------------------------------------------------------------------------- /package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/Info.plist -------------------------------------------------------------------------------- /package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/LibNotifyWatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/LibNotifyWatch -------------------------------------------------------------------------------- /package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/LibNotifyWatch.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/LibNotifyWatch.plist -------------------------------------------------------------------------------- /package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/LibNotifyWatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/LibNotifyWatch.png -------------------------------------------------------------------------------- /package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/LibNotifyWatch@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/LibNotifyWatch@2x.png -------------------------------------------------------------------------------- /package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/WhiteSpace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/WhiteSpace.png -------------------------------------------------------------------------------- /package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/WhiteSpace@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/package/System/Library/PreferenceBundles/LibNotifyWatch.bundle/WhiteSpace@2x.png -------------------------------------------------------------------------------- /preferenceBundle/LibNotifyWatch.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/LibNotifyWatch.mm -------------------------------------------------------------------------------- /preferenceBundle/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Makefile -------------------------------------------------------------------------------- /preferenceBundle/Resources/BlueCheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Resources/BlueCheck.png -------------------------------------------------------------------------------- /preferenceBundle/Resources/BlueCheck@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Resources/BlueCheck@2x.png -------------------------------------------------------------------------------- /preferenceBundle/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Resources/Info.plist -------------------------------------------------------------------------------- /preferenceBundle/Resources/LibNotify.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Resources/LibNotify.plist -------------------------------------------------------------------------------- /preferenceBundle/Resources/LibNotifyWatch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Resources/LibNotifyWatch -------------------------------------------------------------------------------- /preferenceBundle/Resources/LibNotifyWatch.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Resources/LibNotifyWatch.plist -------------------------------------------------------------------------------- /preferenceBundle/Resources/LibNotifyWatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Resources/LibNotifyWatch.png -------------------------------------------------------------------------------- /preferenceBundle/Resources/LibNotifyWatch@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Resources/LibNotifyWatch@2x.png -------------------------------------------------------------------------------- /preferenceBundle/Resources/WhiteSpace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Resources/WhiteSpace.png -------------------------------------------------------------------------------- /preferenceBundle/Resources/WhiteSpace@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/Resources/WhiteSpace@2x.png -------------------------------------------------------------------------------- /preferenceBundle/entry.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/preferenceBundle/entry.plist -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/limneos/LibNotifyWatch/HEAD/readme.md --------------------------------------------------------------------------------