├── LICENSE ├── OEBPS ├── ch01.html ├── content.opf ├── epub.css ├── toc.ncx └── toc01.html ├── README.md ├── ibooks_ereader_detector.epub └── mimetype /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandersk/ibooks_ereader_detector/HEAD/LICENSE -------------------------------------------------------------------------------- /OEBPS/ch01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandersk/ibooks_ereader_detector/HEAD/OEBPS/ch01.html -------------------------------------------------------------------------------- /OEBPS/content.opf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandersk/ibooks_ereader_detector/HEAD/OEBPS/content.opf -------------------------------------------------------------------------------- /OEBPS/epub.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandersk/ibooks_ereader_detector/HEAD/OEBPS/epub.css -------------------------------------------------------------------------------- /OEBPS/toc.ncx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandersk/ibooks_ereader_detector/HEAD/OEBPS/toc.ncx -------------------------------------------------------------------------------- /OEBPS/toc01.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandersk/ibooks_ereader_detector/HEAD/OEBPS/toc01.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandersk/ibooks_ereader_detector/HEAD/README.md -------------------------------------------------------------------------------- /ibooks_ereader_detector.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sandersk/ibooks_ereader_detector/HEAD/ibooks_ereader_detector.epub -------------------------------------------------------------------------------- /mimetype: -------------------------------------------------------------------------------- 1 | application/epub+zip --------------------------------------------------------------------------------