Skip to content
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

feat: added support for visionOS platform #231

Merged
merged 10 commits into from
Jul 4, 2024
Merged

Conversation

desusai7
Copy link
Contributor

@desusai7 desusai7 commented Jun 20, 2024

📋 Changes

feat: added support for visionOS platform

  • Added a visionOS framework target and unit tests target for the framework.
  • Added a visionOS sample app and linked it to the unit tests target.
  • Updated all the ruby gems including cocoapods to support visionOS platform.
  • Upgraded Xcode to version 15.2 and macos runner to 13-x-large to support visionOS and its simulators.
  • Dropped support for xcode 14, swift version 5.7, 5.8, and now the minimum required version of Xcode is 15 and Swift is 5.9. (This is done to support visonOS)
  • Dropped support for iOS 13 & tvOS 13 platforms as per our support policy to support only last 4 major versions of any platform including the current major version.

✅ Checklist

  • All new/changed/fixed functionality is covered by tests
  • I have added documentation for all new/changed functionality\

@desusai7 desusai7 self-assigned this Jun 20, 2024
@desusai7 desusai7 marked this pull request as ready for review July 2, 2024 18:53
@desusai7 desusai7 requested a review from a team as a code owner July 2, 2024 18:53
@@ -16,7 +16,8 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '11.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

We should update the deployment targets in the Podspec as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Missed it, updated now

@desusai7 desusai7 requested a review from Widcket July 2, 2024 19:17
Widcket
Widcket previously approved these changes Jul 3, 2024
@desusai7 desusai7 merged commit cd43b9c into master Jul 4, 2024
12 checks passed
@desusai7 desusai7 deleted the feat/supportVisionOs branch July 4, 2024 12:12
@desusai7 desusai7 mentioned this pull request Jul 4, 2024
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.

None yet

2 participants