Skip to content

tihimsm/UhooiPicBook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Dark

MonsterList MonsterDetail ImagePopup
Activity Spotlight iMessage

Development

You can develop UhooiPicBook-iOS.

Environment

  • Xcode: 12.0
  • 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 86.5%
  • Makefile 5.2%
  • Ruby 4.7%
  • Shell 3.6%