/UhooiPicBook

Uhooi's character book.

Primary LanguageSwiftMIT LicenseMIT

UhooiPicBook-iOS

License Twitter

Branch CI Code coverage
master CI codecov
develop CI codecov

Logo

UhooiPicBook-iOS is Uhooi's character book for iOS.

Download_on_the_App_Store_Badge

Screenshots

Light

MonsterList MonsterDetail ImagePopup
Activity Spotlight iMessage
Widgets

Dark

MonsterList MonsterDetail ImagePopup
Activity Spotlight iMessage
Widgets

Development

You can develop UhooiPicBook-iOS.

Environment

  • Xcode: 12.3
  • Swift: 5.3.2
  • Bundler: 2.1.4
  • Mint: 0.16.0

Configuration

  • UI implementation: Storyboard + XIB
  • Architecture: VIPER
  • UITesting architecture: Page Object Pattern
  • Branching model: Git-flow

Setup

  1. Install Bundler and Mint .

  2. Clone the project.

$ git clone https://github.com/uhooi/UhooiPicBook.git
$ cd UhooiPicBook
  1. Run make setup .
    After setup is complete, Workspace automatically opens in Xcode.

Help

Run make help .

$ make help
setup                                      Install dependencies and prepared development configuration
install-bundler                            Install Bundler dependencies
update-bundler                             Update Bundler dependencies
install-mint                               Install Mint dependencies
install-templates                          Install Generamba templates
generate-licenses                          Generate licenses with LicensePlist and regenerate project
generate-module MODULE_NAME=[module name]  Generate module with Generamba and regenerate project
generate-xcodeproj                         Generate project with XcodeGen
open                                       Open project in Xcode
clean                                      Delete cache
analyze                                    Analyze with SwiftLint
build-debug                                Xcode build for debug
test TEST_DEVICE=[device] TEST_OS=[OS]     Xcode test
get-coverage-html                          Get code coverage for HTML
get-coverage-cobertura                     Get code coverage for Cobertura
upload-coverage                            Upload code coverage to Codecov
show-devices                               Show devices

Contribution

I would be happy if you contribute :)