-
Couldn't load subscription status.
- Fork 66
SDK-4249: [Draft] [Do Not Merge] Swift support Configuration testing #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
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: