iOS client for koko
bundle exec pod install
# if you use Apple Silicon (M1), it might need `arch -x86_64` before `pod install`
open kokonats.xcworkspace
# => then run
See: ./fastlane/README.md
# Option: Set your apple id into the env for use with fastlane
export [email protected]
# Option: Generate password for koko-ios from https://support.apple.com/HT204397
export FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD=xxxxx
# build and upload
bundle exec fastlane ios beta
# Just wait for completion, maybe 10 or more minutes.
# Then, you must commit and push because the same build number cannot be used.
TODO: use App Store Connect API Key after being provided it by srl