SDK-4249: [Draft] [Do Not Merge] Swift support Configuration testing#402
SDK-4249: [Draft] [Do Not Merge] Swift support Configuration testing#402akashvercetti wants to merge 80 commits intodevelopfrom
Conversation
Release 7.0.3
Release v7.1.0
2. Added Package.swift changes to support swift. 3. modulemap comments. 4. Added dynamic xcframework for distributing via SPM. TODO: Remove local xcframework and distribute via github releases.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
…SDKs. TODO: Remove this after testing.
…d simulator in the xcframework workflow action
…s in the workflow
NOTE: This is a testing branch to test various integration scenarios and github worflows. We will make a separate branch with the final
Package.swift,PodspecandWorkflows.Background
We need to support Swift to implement some upcoming features for the SDK. A lot of newer Apple APIs do not support Objective-C. This is a testing branch for the purpose of testing various permutations of client integrations and swift-objc interopability.
Implementation
s.private_header_files = 'PrivateHeader.h'.Testing
We will need to test the following.
TODO: