- Updated the Deliverfile to submit for review and skip metadata and screenshots. - Removed outdated build lane from Fastfile. - Refactored API service to eliminate fallback to latest assistant message, addressing duplication issues in multi-turn conversations.
8 lines
266 B
Ruby
8 lines
266 B
Ruby
# The Deliverfile allows you to store various App Store Connect metadata
|
|
# For more information, check out the docs
|
|
# https://docs.fastlane.tools/actions/deliver/
|
|
submit_for_review(true)
|
|
skip_metadata(true)
|
|
skip_screenshots(true)
|
|
ipa("../build/ios/ipa/conduit.ipa")
|