-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Branch SDK to 1.45.2 and mParticle SDK to 8.9 (#46)
* SDK-1241 update mParticle to iOS SDK 1.45.0. Also increase min version to iOS 11 to keep in line with Xcode 14. * SDK-1241 update to 1.45.1 * Added PR Template * Update to iOS 1.45.2 --------- Co-authored-by: nsingh-branch <[email protected]>
- Loading branch information
1 parent
d9ef679
commit 8a06508
Showing
11 changed files
with
49 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Reference | ||
SDK-XXXX -- <TITLE>. | ||
|
||
## Summary | ||
<!-- Simple summary of what was changed. --> | ||
|
||
## Motivation | ||
<!-- Why are you making this change? If it's for fixing a bug, if possible, please include a code snippet or example project that demonstrates the issue. --> | ||
|
||
## Type Of Change | ||
<!-- Please delete options that are not relevant --> | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
## Testing Instructions | ||
<!-- Testing instructions, example code snippets, etc --> | ||
|
||
|
||
<!-- Checklist --> | ||
<!-- My code follows the style guidelines of this project --> | ||
<!-- I have performed a self-review of my code --> | ||
<!-- I have commented my code, particularly in hard-to-understand areas --> | ||
<!-- I have made corresponding changes to the documentation --> | ||
<!-- I have added tests that prove my fix is effective or that my feature works --> | ||
<!-- New and existing unit tests pass locally with my changes --> | ||
|
||
cc @BranchMetrics/saas-sdk-devs for visibility. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
github "BranchMetrics/ios-branch-deep-linking" ~> 1.43 | ||
github "mparticle/mparticle-apple-sdk" ~> 8.8 | ||
github "BranchMetrics/ios-branch-deep-linking" ~> 1.45 | ||
github "mparticle/mparticle-apple-sdk" ~> 8.9 |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "mparticle-integrations/mparticle-apple-integration-branchmetrics" ~> 7.0 | ||
github "mparticle-integrations/mparticle-apple-integration-branchmetrics" ~> 8.1 |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
platform :ios, '9.0' | ||
platform :ios, '11.0' | ||
use_frameworks! | ||
|
||
target 'mParticle' do | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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