-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MOB-15896] Format metadata.time timestamp in UTC with millisecond pr…
…ecision (#51) * Update Podfile to get AEPCore from Git dev-v3.4.3 branch * Format Consent metadata.time timestamp to UTC with millisecond precision * Upate tests to verify timestamps in UTC with millisecond precision * Move TestUtil folder under Tests * Rename test utility to iso8601UTCWithMillisecondsString
- Loading branch information
Showing
9 changed files
with
125 additions
and
94 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
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,29 +1,43 @@ | ||
PODS: | ||
- AEPCore (3.3.1): | ||
- AEPRulesEngine (= 1.0.1) | ||
- AEPServices (= 3.3.1) | ||
- AEPRulesEngine (1.0.1) | ||
- AEPServices (3.3.1) | ||
- AEPCore (3.4.2): | ||
- AEPRulesEngine (>= 1.1.0) | ||
- AEPServices (>= 3.4.2) | ||
- AEPRulesEngine (1.1.0) | ||
- AEPServices (3.4.2) | ||
- SwiftLint (0.44.0) | ||
|
||
DEPENDENCIES: | ||
- AEPCore | ||
- AEPServices | ||
- AEPCore (from `https://github.com/adobe/aepsdk-core-ios`, branch `dev-v3.4.3`) | ||
- AEPServices (from `https://github.com/adobe/aepsdk-core-ios`, branch `dev-v3.4.3`) | ||
- SwiftLint (= 0.44.0) | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- AEPCore | ||
- AEPRulesEngine | ||
- AEPServices | ||
- SwiftLint | ||
|
||
EXTERNAL SOURCES: | ||
AEPCore: | ||
:branch: dev-v3.4.3 | ||
:git: https://github.com/adobe/aepsdk-core-ios | ||
AEPServices: | ||
:branch: dev-v3.4.3 | ||
:git: https://github.com/adobe/aepsdk-core-ios | ||
|
||
CHECKOUT OPTIONS: | ||
AEPCore: | ||
:commit: b0987c04c2cffdaa6391d703b1be79ed9a798999 | ||
:git: https://github.com/adobe/aepsdk-core-ios | ||
AEPServices: | ||
:commit: b0987c04c2cffdaa6391d703b1be79ed9a798999 | ||
:git: https://github.com/adobe/aepsdk-core-ios | ||
|
||
SPEC CHECKSUMS: | ||
AEPCore: fc1398728b6b2a4dcc8dc96455f69ec144e087c0 | ||
AEPRulesEngine: 5075ed294026a12e37bd26fe260f74604d205354 | ||
AEPServices: c49e7b6ef17ec9f874b015f68ac7d2436235282f | ||
AEPCore: b01856bf24972e4720cb0511a358d1e68067252a | ||
AEPRulesEngine: bb2927ed5501ddf9754c66e97f8d2b1cf8e33b19 | ||
AEPServices: 3214311f239c8cdc6267d757200b05ec0ab05878 | ||
SwiftLint: e96c0a8c770c7ebbc4d36c55baf9096bb65c4584 | ||
|
||
PODFILE CHECKSUM: df8c969b5e4f98f7d1df738b00d9511b06b4b07f | ||
PODFILE CHECKSUM: 4b50ac543b5780ed1cd199e89ea65281089453fe | ||
|
||
COCOAPODS: 1.10.1 | ||
COCOAPODS: 1.11.2 |
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
Oops, something went wrong.