Merged
Conversation
staging -> main (v3.0.3)
Update build scripts and add debug symbols to fix the build archive step
* Remove SwiftFormat from project. As SwiftFormat is not automatically installed like SwiftLint is, customers can get build failures. * Add required 'getHistoricalEvents' method to TestableExtensionRuntime * Remove leading whitespace from run script. * Update CircleCI Xcode image to 12.0.1 * Remove SwiftFormat
Downmerge main to dev after script updates
* Coverage fix * Reset cocoapods cache * Enable coverage collection * Update targets to ios 10 * Set a simulator that exists * Remove overwritten settings, podfile update * Conform to TestableExtension * Revert simulator change * Fixes after merge conflicts
…eturn nil string and not return unexpected error when aid vid values are not found. (#62) * [MOB-15980] Fixed getTrackingIdentifier and getVisitorIdentifier to return nil string and not return unexpected error when aid vid values are not found. * [MOB-15980] Update Xcode version to 12.0.1 in Circle CI config, since 11.2.1 Xcode is no longer supported by Circle CI. * [MOB-15980] Fix unit tests * [MOB-15980] Return unexpected error when identifer values are not a valid string * [MOB-15980] Simplify logic
Bump up version for v3.0.4 release
Codecov Report
@@ Coverage Diff @@
## staging #65 +/- ##
===========================================
+ Coverage 89.93% 90.21% +0.28%
===========================================
Files 13 14 +1
Lines 1082 1113 +31
===========================================
+ Hits 973 1004 +31
Misses 109 109 |
emdobrin
approved these changes
Mar 30, 2022
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
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.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: