realm / realm-swift

Realm is a mobile database: a replacement for Core Data & SQLite
https://realm.io
Apache License 2.0
16.18k stars 2.14k forks source link

CocoaPods visionOS support #8601

Open nevil opened 1 month ago

nevil commented 1 month ago

Problem

I mainly use CocoaPods for dependency management and Realm's podspec is missing visionOS.

Solution

Add visionos specifics to the podspec, like:

+  s.visionos.deployment_target = '1.1'

Alternatives

Creating a local podspec that adds visionos specifics like:

+  s.visionos.deployment_target = '1.1'

How important is this improvement for you?

Would be a major improvement

Feature would mainly be used with

Local Database only

sync-by-unito[bot] commented 1 month ago

➤ PM Bot commented:

Jira ticket: RCOCOA-2369