# iChm is a chm file reader for Mac OS X # ###Developer Notes:### To build this fork of `iChm` (and its submodules), you’ll need at least Xcode 5.1 in OS X 10.9 (Mavericks). So that you can properly `git diff` Localizable `.strings` files (as defined in `.gitattributes`), add the following to your `~/.gitconfig` file: [diff "localizablestrings"] textconv = "iconv -f utf-16 -t utf-8" See [this StackOverflow answer](http://stackoverflow.com/a/21020607/277952) for more info. ###Features### * Fully built with Cocoa. No ugly window and slow rendering. * Tab browsing * Search through the chm file. Automatically sorted by relevance. * Find in the page * Index * Find by Index * Text encoding switching * Tag powered bookmark * Export whole file to PDF * Back/Forward/Home * Text zoom * Automatically locate current document in table of content * Localized in Chinese, German, Spanish and Dutch. ###Requirement### Mac OS X 10.6 or above For Mac OS X 10.5, please use [iChm 1.4.3](https://ichm.googlecode.com/files/iChm.1.4.3.zip) ###iChm for iPhone/iPod Touch### An iPhone/iPod Touch version of iChm is available at Apple's [App Store](http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id#295187047&mt#8 http://ax.itunes.apple.com/images/badgeitunes61x15dark.gif) ![ichm](http://www.robinlu.com/ichm-res/ichm.png) ###License### This project is open sourced under BSD License AND following conditions should also met before any redistribution and use in source and binary forms, with or without modification, is permitted: * Redistributions must include the name and link to this project. * Redistributions must include the names of the contributors of this project. * Commercial redistribution must notify users the name and link to this project before users will buy the redistributions.