Rhetorica is an app for the iPhone and iPad that helps you learn stylistic devices.
It provides an index of >100 devices both in German and English as well as a quiz mode for easy learning.
Latest release: v1.3
App Store page:
English |
German
- Computer running macOS
- XCode (available on the Mac App Store)
- Swift 2.3
- ruby
- bundler (ruby gem)
- Open your terminal application and navigate to your directory of choice with
cd <path>
. - Execute
git clone https://github.com/nickpodratz/Rhetorica Rhetorica
. - Change directory into the repo with
cd Rhetorica
. - Install ruby dependencies by executing
bundle install
. - Install cocoa dependencies by executing
bundle exec pod install
. - Open the
Rhetorica.xcworkspace
file. (notRhetorica.xcodeproj
!)
Rhetorica is deployed via the fastlane tool.
First navigate into the Rhetorica directory using cd <path>
, then execute fastlane appstore
.
This command builds the app, signs it and uploads the binary to iTunes Connect for review.