Skip to content

Commit

Permalink
Merge pull request #571 from shalehaha/duplicatemodules
Browse files Browse the repository at this point in the history
use swfit Module name + calss name as the key name for an extension
  • Loading branch information
emdobrin authored Mar 12, 2021
2 parents 024beda + 764d16b commit 4932e24
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AEPCore/Sources/eventhub/EventHub.swift
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,6 @@ final class EventHub {
private extension Extension {
/// Returns the name of the class for the Extension
static var typeName: String {
return String(describing: self)
return String(reflecting: self)
}
}
Binary file modified AEPIntegrationTests/resources/rules_lifecycle.zip
Binary file not shown.
Binary file modified AEPIntegrationTests/resources/rules_pii.zip
Binary file not shown.
Binary file modified AEPIntegrationTests/resources/rules_signal.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 31a9899de6250afde3d420f3c919cf16beb8dc75

COCOAPODS: 1.10.1
COCOAPODS: 1.10.0

0 comments on commit 4932e24

Please sign in to comment.