- Clone this repository.
$ git clone git@github.com:andooown/depth-calorie-cam.git - Download CoreML model files from here and put them into
DepthCalorieCam/Estimations/ClassificationandDepthCalorieCam/Estimations/Segmentation. - Install required gems via bundler.
$ bundle install --path vendor/bundle
Note: To publish on App Store with fastlane, You need permission for depth-calorie-cam-fastlane repository.
- Clone this repository with publish information.
$ git clone --recursive git@github.com:andooown/depth-calorie-cam.git - Install required gems via bundler.
$ bundle install --path vendor/bundle - Run "release" lane to publish.
$ bundle exec fastlane release