freddi-kit / UhooiPicBook

Uhooi's character book.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UhooiPicBook-iOS

License Twitter

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.1
  • Swift: 5.3
  • Bundler: 2.1.4
  • Mint: 0.14.2

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-cocoapods                          Install CocoaPods dependencies and generate workspace
update-cocoapods                           Update CocoaPods dependencies and generate workspace
install-carthage                           Install Carthage dependencies
update-carthage                            Update Carthage 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 workspace in Xcode
clean                                      Delete cache
build-debug                                Xcode build for debug
test TEST_DEVICE=[device] TEST_OS=[OS]     Xcode test
get-coverage                               Get code coverage
show-devices                               Show devices

Contribution

I would be happy if you contribute :)

About

Uhooi's character book.

License:MIT License


Languages

Language:Swift 87.6%Language:Makefile 4.8%Language:Ruby 4.3%Language:Shell 3.3%