Merged
Conversation
Revert batchLimit and lint fix
* sendEvent ObjC rename * Update ObjC API parameter names
Delete Package.resolved
Clear client-side store on privacy opt-out
* Create release.yml * add additional release scripts * port above changes to skip the 'verification' step only if 'create tag' is skipped? * check code version * Update version.sh * Uppercase
Codecov Report
@@ Coverage Diff @@
## main #144 +/- ##
==========================================
+ Coverage 91.11% 93.06% +1.95%
==========================================
Files 17 20 +3
Lines 619 620 +1
==========================================
+ Hits 564 577 +13
+ Misses 55 43 -12 |
Contributor
Author
|
Before merging this PR, we'll probably want to update the Core dependencies in our Podfile.lock to the GA versions. |
emdobrin
reviewed
Jan 19, 2021
Podfile
Outdated
| pod 'AEPLifecycle', :git => 'git@github.com:adobe/aepsdk-core-ios.git', :branch => 'main' | ||
| pod 'AEPIdentity', :git => 'git@github.com:adobe/aepsdk-core-ios.git', :branch => 'main' | ||
| pod 'AEPSignal', :git => 'git@github.com:adobe/aepsdk-core-ios.git', :branch => 'main' | ||
| pod 'AEPCore', :git => 'git@github.com:adobe/aepsdk-core-ios.git', :branch => 'dev-v3.0.0' |
Contributor
There was a problem hiding this comment.
We should update these dependencies once Core extensions landed in main
emdobrin
reviewed
Jan 19, 2021
* Update AEPEdge.podspec * Update AEPEdge.podspec
* Update dependencies to GA * Revert unrequired change * run make setup
Update docs for 1.0.0 release
* [DOC] Edge APIs usage * Update sample events for Edge extension * Shared state and events section * docs for registerExtension and extensonVersion * format json examples * update experience event example with data * update examples, clarifications for dataset id and free form data * updates based on review comments * remove reference to eventIndex in event data
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.
No description provided.