-
Notifications
You must be signed in to change notification settings - Fork 24
Update iOS SDK Version #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
| - name: Select Xcode 16.4 | ||
| uses: maxim-lobanov/setup-xcode@v1 | ||
| with: | ||
| xcode-version: "16.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion: Xcode 16.4 does not exist as of November 2025. The latest stable Xcode version is 16.1. Using a non-existent version will cause the workflow to fail. Verify the correct Xcode version for macOS 15 compatibility. [possible issue, importance: 9]
| - name: Select Xcode 16.4 | |
| uses: maxim-lobanov/setup-xcode@v1 | |
| with: | |
| xcode-version: "16.4" | |
| - name: Select Xcode 16.1 | |
| uses: maxim-lobanov/setup-xcode@v1 | |
| with: | |
| xcode-version: "16.1" |
User description
Story: https://app.shortcut.com/smileid/story/xxx
Summary
Known Issues
N/A
Test Instructions
N/A
Screenshot
N/A
PR Type
Enhancement
Description
Bump iOS SDK dependency from
11.1.1to11.1.2Update package version from
11.2.2to11.2.3Upgrade CI Xcode version to
16.4on macOS 15Update minimum iOS version to
13.0and Xcode project settingsFile Walkthrough
2 files
Update SmileID dependency to version 11.1.2Bump package version to 11.2.31 files
Add iOS SDK v11.1.2 bump entry4 files
Update CI to use Xcode 16.4 on macOS 15Upgrade Xcode project to version 1510Add custom LLDB init file and GPU validationUpdate minimum iOS version to 13.01 files
Replace deprecated UIApplicationMain with @main annotation