-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/unit_tests' into 'develop'
ADAPTY-2570 Models serialisation tests
- Loading branch information
Showing
15 changed files
with
738 additions
and
40 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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ target 'Adapty_Example' do | |
target 'Adapty_Tests' do | ||
inherit! :search_paths | ||
|
||
|
||
pod 'Nimble' | ||
end | ||
end | ||
|
||
|
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,35 +1,39 @@ | ||
PODS: | ||
- Adapty (1.16.3) | ||
- Adapty (1.16.4) | ||
- Adjust (4.29.6): | ||
- Adjust/Core (= 4.29.6) | ||
- Adjust/Core (4.29.6) | ||
- AppsFlyerFramework (6.0.8) | ||
- Branch (0.33.1): | ||
- Branch/Core (= 0.33.1) | ||
- Branch/Core (0.33.1) | ||
- Nimble (9.2.1) | ||
|
||
DEPENDENCIES: | ||
- Adapty (from `../`) | ||
- Adjust (~> 4.29.6) | ||
- AppsFlyerFramework (~> 6.0.5) | ||
- Branch (~> 0.33.1) | ||
- Nimble | ||
|
||
SPEC REPOS: | ||
trunk: | ||
- Adjust | ||
- AppsFlyerFramework | ||
- Branch | ||
- Nimble | ||
|
||
EXTERNAL SOURCES: | ||
Adapty: | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
Adapty: a7b0104b17ca45ff9ee86bbb0eb3c0702bb93e3a | ||
Adapty: 9dd0fc441032ccdd7f2800ee861ba7ff79a4e751 | ||
Adjust: 94f1c99429fb2a7ebe530294fd66a88d63a54922 | ||
AppsFlyerFramework: 57fb1fc68a5b8103353ce94d6e57861cbc4a55c3 | ||
Branch: 65d05ffb137ef504777cff6bd4fb6f770f17145a | ||
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5 | ||
|
||
PODFILE CHECKSUM: 22b96e75a823022d65d79b5eb0517a1cffbc589d | ||
PODFILE CHECKSUM: d72c1fc10f9aaa6daf274125cc8ef02a87a146d4 | ||
|
||
COCOAPODS: 1.10.1 |
Oops, something went wrong.