chore: update Fastlane configuration and clean up API service
- 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.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
# 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")
|
||||
|
||||
Reference in New Issue
Block a user