-
Notifications
You must be signed in to change notification settings - Fork 242
EMT-2127-Split-spm-targets-and-add-swift-code. #1502
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
Open
NidhiDixit09
wants to merge
28
commits into
4.0.0.alpha.0
Choose a base branch
from
EMT-2127-Split-SPM-Targets-POC
base: 4.0.0.alpha.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+182
−68
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… with v1/install request.
This reverts commit 0ad4564.
This reverts commit 53d322c.
This reverts commit ef025f1.
-> Removed DeepLinkDemo, TestDeepLinking and TestHost Apps for the repo. -> Removed Unit tests from Branch Test Bed App -> Added Test Host App and Unit tests to BranchSDK Workspace.
This reverts commit 83cd178.
Important PR Review SkippedPR review skipped as per the configuration setting. Run a manually review by commenting /matter review 💡Tips to use Matter AICommand List
|
Note PR Review SkippedPR review skipped as no relevant changes found due to large diff hunk OR part of a non-reviewable file. 📄Files skipped in review
💡Tips to use Matter AICommand List
|
gdeluna-branch
approved these changes
Jul 30, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reference
EMT-2127 - Add swift code and bridging header in SDK
https://branch.atlassian.net/browse/EMT-2127
Summary
-> Converted objective-c class BranchConfigurationController to a swift class ConfigurationController.
-> Split Source folder / SPM Package into three targets - BranchObjCSDK (for core Objective-C classes), BranchSwiftSDK (for Swift classes which uses files from BranchObjCSDK), and BranchSDK (the main public target and which uses files from BranchSwiftSDK as well as BranchObjCSDK).
-> Updated Project workspace and other integration methods for above changes.
Motivation
Converting objective-c code to swift.
Testing Instructions
Branch SDK integration with an app should succeed with all methods of integration (cocoapods, spm, carthage and manual integration).
cc @BranchMetrics/saas-sdk-devs for visibility.