├── .gitattributes ├── Makefile ├── NowPlayingIconXVI.h ├── NowPlayingIconXVI.plist ├── NowPlayingIconXVI.xm ├── ReadMe.md ├── control └── packages └── com.nahtedetihw.nowplayingiconxvi_1.0_iphoneos-arm.deb /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahtedetihw/NowPlayingIconXVI/HEAD/.gitattributes -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahtedetihw/NowPlayingIconXVI/HEAD/Makefile -------------------------------------------------------------------------------- /NowPlayingIconXVI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahtedetihw/NowPlayingIconXVI/HEAD/NowPlayingIconXVI.h -------------------------------------------------------------------------------- /NowPlayingIconXVI.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahtedetihw/NowPlayingIconXVI/HEAD/NowPlayingIconXVI.plist -------------------------------------------------------------------------------- /NowPlayingIconXVI.xm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahtedetihw/NowPlayingIconXVI/HEAD/NowPlayingIconXVI.xm -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahtedetihw/NowPlayingIconXVI/HEAD/ReadMe.md -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahtedetihw/NowPlayingIconXVI/HEAD/control -------------------------------------------------------------------------------- /packages/com.nahtedetihw.nowplayingiconxvi_1.0_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nahtedetihw/NowPlayingIconXVI/HEAD/packages/com.nahtedetihw.nowplayingiconxvi_1.0_iphoneos-arm.deb --------------------------------------------------------------------------------