Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update to Xcode 15.3 #2029

Merged
merged 2 commits into from
May 22, 2024
Merged

Update to Xcode 15.3 #2029

merged 2 commits into from
May 22, 2024

Conversation

mischreiber
Copy link
Contributor

@mischreiber mischreiber commented May 21, 2024

Platforms Impacted

  • iOS
  • visionOS
  • macOS

Description of changes

Require Xcode 15.3 in our build pipeline.

Binary change

n/a

Verification

Pipeline successfully builds

Pull request checklist

This PR has considered:

  • Light and Dark appearances
  • iOS supported versions (all major versions greater than or equal current target deployment version)
  • VoiceOver and Keyboard Accessibility
  • Internationalization and Right to Left layouts
  • Different resolutions (1x, 2x, 3x)
  • Size classes and window sizes (iPhone vs iPad, notched devices, multitasking, different window sizes, etc)
  • iPad Pointer interaction
  • SwiftUI consumption (validation or new demo scenarios needed)
  • Objective-C exposure (provide it only if needed)
Microsoft Reviewers: Open in CodeFlow

@mischreiber mischreiber requested review from a team as code owners May 21, 2024 21:37
run: scripts/xcodebuild_wrapper.sh ${{ matrix.build_command }} | xcbeautify
- name: scripts/xcodebuild_wrapper.sh ${{ matrix.build_command }} | xcbeautify --renderer github-actions
run: |
set -o pipefail
Copy link
Contributor

Choose a reason for hiding this comment

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

If you do set -eox, then bash will print out the executable part of the script in it's run which is kinda useful for debugging :P

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oooh

@mischreiber mischreiber enabled auto-merge (squash) May 22, 2024 06:55
@mischreiber mischreiber disabled auto-merge May 22, 2024 13:37
@mischreiber mischreiber merged commit b67b275 into microsoft:main May 22, 2024
7 checks passed
@mischreiber mischreiber deleted the xcode_15.3 branch May 22, 2024 13:37
@joannaquu joannaquu mentioned this pull request May 23, 2024
12 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants