[EUX-774] Bump to 6.2.0#51
Conversation
Summary of ChangesHello @raymondjoneskustomer, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request primarily focuses on upgrading the Kustomer iOS SDK to its latest version, 6.2.0, within the sample application. It ensures compatibility and leverages new features or fixes by updating dependency declarations for both CocoaPods and Swift Package Manager. Additionally, the SDK's setup process has been enhanced to provide clearer feedback on its initialization status. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request successfully bumps the Kustomer iOS SDK to version 6.2.0. The dependency versions for both CocoaPods and Swift Package Manager are updated accordingly, and the necessary code changes in AppDelegate.swift to adapt to the new SDK API have been made. The new asynchronous Kustomer.setup method is handled correctly for a sample application. I have one suggestion regarding the CocoaPods configuration to ensure project correctness.
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the Kustomer iOS SDK from version 6.1.2 to 6.2.0 and updates the sample application code to use the new SDK API. The primary change involves migrating from the synchronous Kustomer.configure() method to the new asynchronous Kustomer.setup() method with a completion handler.
Key changes:
- Migrated from
Kustomer.configure()toKustomer.setup()with proper async error handling - Updated all dependency declarations (SPM, CocoaPods, and Xcode project files) to version 6.2.0
- Added Ruby version specification (3.4.1) for CocoaPods environment
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| chat-v2-sample/Shared/AppDelegate.swift | Updated SDK initialization to use the new setup() method with completion handler for success/failure feedback |
| chat-v2-sample/Remote-SPM/swift-chat-v2-sample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved | Updated SPM package resolution to version 6.2.0 with new revision hash |
| chat-v2-sample/Remote-SPM/swift-chat-v2-sample.xcodeproj/project.pbxproj | Updated SPM minimum version requirement to 6.2.0 |
| chat-v2-sample/CocoaPods/Podfile | Updated CocoaPods dependency version to 6.2.0 and iOS platform comment to 13.0 |
| chat-v2-sample/CocoaPods/.ruby-version | Added Ruby version specification (3.4.1) for consistent CocoaPods environment |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
83a59dc to
02a1e18
Compare
|
Per convo with @raymondjoneskustomer , force merging this in |
[EUX-774]