This project uses CocoaPods, but the Pods
directory is checked into this repo, so no pod install
is necessary. However, be sure to do your work in WHIR.xcworkspace
instead of WHIR.xcodeproj
.
We are using the Google Books API to query information on the books. Before building the project, you need to recreate the keys.plist
file:
- Go to
WHIR > Resources
- Create a new file named
keys.plist
- Add a key-value pair: the key is
G_API_PROD
and the value is your Google Books API key (you can generate one in the Google API console) - Build
The project is licensed under the GNU GPL v3 license, as declared in the LICENSE file.