Skip to content

Replace hardcoded event source with EventSource.contentComplete#388

Merged
kevinlind merged 5 commits intoadobe:devfrom
timkimadobe:update-core
Aug 31, 2023
Merged

Replace hardcoded event source with EventSource.contentComplete#388
kevinlind merged 5 commits intoadobe:devfrom
timkimadobe:update-core

Conversation

@timkimadobe
Copy link
Copy Markdown
Contributor

Description

This PR:

  1. Replaces hardcoded event source for content complete to new EventSource from Core: https://github.com/adobe/aepsdk-core-ios/releases/tag/4.1.0
  2. Updates Podfile.lock with latest Core version

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • 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 change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Update Podfile.lock with latest Core version
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 30, 2023

Codecov Report

Merging #388 (c2a4e81) into dev (b168a06) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev     #388   +/-   ##
=======================================
  Coverage   96.77%   96.77%           
=======================================
  Files          27       27           
  Lines        1671     1671           
=======================================
  Hits         1617     1617           
  Misses         54       54           

name: EdgeConstants.EventName.CONTENT_COMPLETE,
type: EventType.edge,
source: "com.adobe.eventSource.contentComplete", // TODO replace with EventSource constant
source: EventSource.contentComplete,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For code dependencies on Core we need to also update min version in podspec and Package.swift

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, updated!

@timkimadobe timkimadobe requested a review from emdobrin August 31, 2023 18:03
@kevinlind kevinlind merged commit 6973722 into adobe:dev Aug 31, 2023
@timkimadobe timkimadobe deleted the update-core branch September 1, 2023 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants