CocoaPods / Xcodeproj

Create and modify Xcode projects from Ruby.
http://rubygems.org/gems/xcodeproj
MIT License
2.32k stars 452 forks source link

Add `visionos` as a new platform #913

Closed gabrieldonadel closed 1 year ago

gabrieldonadel commented 1 year ago

This PR introduces visionOS as a supported platform. This lays the groundwork for supporting visionOS as a new platform in CocoaPods.

Related to https://github.com/CocoaPods/CocoaPods/issues/11961, https://github.com/CocoaPods/Core/pull/745 and https://github.com/CocoaPods/CocoaPods/pull/11965

dnkoutso commented 1 year ago

@gabrieldonadel some test failures here to look at, they seem easy I think to fix.

gabrieldonadel commented 1 year ago

@gabrieldonadel some test failures here to look at, they seem easy I think to fix.

@dnkoutso tests should be working now

image