First install carthage, fastlane and cocoapods.
$ brew install carthage fastlane
$ gem install cocoapods
Then update the dependencies.
$ fastlane update
-
User
mytimelineapp://user/?user_id=:uuid&external=:eid&name=:name -
Timeline
mytimelineapp://timeline/?timeline_id=:uuid&name=:name -
Moment
mytimelineapp://moment/?video_id=:uuid&name=:name&timeline_id=:tid
$ fastlane update: updates all dependencies likecarthageandpod$ fastlane archive: updates, builds and archives the application$ fastlane beta: archives and publishes the application to TestFlight$ fastlane deploy: archives and submit the application for review