You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We took mapbox-gl-native-ios repo and placed it under platform/ios.
So macos stuff is under platform/ios/platform/macosplatform/macos/ contains just cmake file.
When we were merging repos we were considering to move macos and ios from mapbox-gl-native-ios to the platform/macos/ and platform/ios/ to make it more intuitive but it would be necessary to rewrite the makefile and other scripts. And also move shared stuff somewhere (maybe platform/darwin)
Anyway, if you want to build for macOS, just run make xpackage from platform/ios folder.
The current
platform/macos/README.md
points to themapbox-gl-native-ios
repoIf I understood correctly the current content of
platform/ios/
has been copied from this repo.Should the same be done for
platform/macos/
, from a139216, as mentionned in the root README.md ?The text was updated successfully, but these errors were encountered: