Skip to content

[EUX-774] Bump to 6.2.0#51

Merged
makskustomer merged 11 commits into
mainfrom
raymond.jones/eux-744-bump-to-6.2.0
Nov 14, 2025
Merged

[EUX-774] Bump to 6.2.0#51
makskustomer merged 11 commits into
mainfrom
raymond.jones/eux-744-bump-to-6.2.0

Conversation

@raymondjoneskustomer
Copy link
Copy Markdown
Contributor

@raymondjoneskustomer raymondjoneskustomer commented Nov 13, 2025

  • Bumping iOS SDK to 6.2.0
  • Add podfile validation in github actions

[EUX-774]

Copilot AI review requested due to automatic review settings November 13, 2025 17:10
@raymondjoneskustomer raymondjoneskustomer requested a review from a team as a code owner November 13, 2025 17:10
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @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

  • SDK Version Bump: The Kustomer iOS SDK has been updated to version 6.2.0 across both CocoaPods and Swift Package Manager configurations.
  • SDK Initialization Update: The SDK initialization in AppDelegate.swift has been refactored from Kustomer.configure to Kustomer.setup, now including a completion handler to explicitly handle success or failure of the configuration.
  • Ruby Version Specification: A new .ruby-version file has been added to the CocoaPods sample directory, specifying Ruby version 3.4.1.
  • iOS Platform Target: The commented out iOS platform target in the Podfile has been updated from 12.0 to 13.0.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@raymondjoneskustomer raymondjoneskustomer changed the title [EUX-775] Bump to 6.2.0 [EUX-774] Bump to 6.2.0 Nov 13, 2025
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread chat-v2-sample/CocoaPods/Podfile Outdated
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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() to Kustomer.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.

@raymondjoneskustomer raymondjoneskustomer force-pushed the raymond.jones/eux-744-bump-to-6.2.0 branch from 83a59dc to 02a1e18 Compare November 14, 2025 15:56
Comment thread chat-v2-sample/CocoaPods/Podfile Outdated
Comment thread chat-v2-sample/CocoaPods/Podfile
Comment thread chat-v2-sample/CocoaPods/Podfile
Comment thread chat-v2-sample/Shared/AppDelegate.swift
Comment thread .github/workflows/podfile.yml
Comment thread README.md
Comment thread chat-v2-sample/CocoaPods/.ruby-version
@makskustomer
Copy link
Copy Markdown
Contributor

Per convo with @raymondjoneskustomer , force merging this in

@makskustomer makskustomer merged commit c41f07f into main Nov 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants