florianreinhart / Geodesy

Geodesy functions in Swift 🌎
MIT License
23 stars 2 forks source link

Adding support to compile with destination 'Apple Vision Pro' #5

Closed GerdC closed 7 months ago

GerdC commented 7 months ago

fixes issue #4

How to reproduce the issue: Compile in Xcode with destination 'Apple Vision Pro'.

Fixed by importing Darwin also in case of visionOS.

Tested that package compiles with destination 'Apple Vision Pro' after making this fix.