Skip to content

fuziki/from-colorful-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

from-colorful-world

Platform Swift Xcode

Requirements

  • Xcode 14+

Setup

$ git close https://github.com/fuziki/from-colorful-world
$ cd from-colorful-world
$ make install

Build iOS Application

$ cd from-colorful-world
$ open from-colorful-world.xcodeproj
  • Build from-colorful-world for device

Test

Run local unit tests

$ make test

GitHub Actions

Test workflow

Format

License

$ make license

Assets

Environment

Use .env

  • Make .env file
$ touch .env
  • Adding the following line to .env
GIST_ID=hogehoge
APP_APPLE_ID=fugaufga
USAGE_PAGE_URL=example.com
CREATE_QRCODE_ON_PC_PAGE_URL=example.com
CONTACT_US_FORM_ID=hogehogehoge
CONTACT_US_ENV_ENTRY_ID=fugafugafuga
AUDIO_FILE_URI=example.com
  • Run make
make environment