diff options
| author | Fuwn <[email protected]> | 2026-03-24 07:15:57 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-24 07:15:57 +0000 |
| commit | e05e5f05ae085e88b2df12266d9c168e7fc78ef5 (patch) | |
| tree | 6283b740a8420f464142bccfa234eb1c8b4aa1d7 /project.yml | |
| parent | style(Sora): Run formatter (diff) | |
| download | sora-testing-e05e5f05ae085e88b2df12266d9c168e7fc78ef5.tar.xz sora-testing-e05e5f05ae085e88b2df12266d9c168e7fc78ef5.zip | |
test: fix verify with Nimble and simulator boot
Diffstat (limited to 'project.yml')
| -rw-r--r-- | project.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project.yml b/project.yml index f71376c..0a16834 100644 --- a/project.yml +++ b/project.yml @@ -31,6 +31,9 @@ packages: SkeletonUI: url: https://github.com/CSolanaM/SkeletonUI branch: master + Nimble: + url: https://github.com/Quick/Nimble + majorVersion: 13.0.0 targets: Sora: type: application @@ -113,3 +116,4 @@ targets: GENERATE_INFOPLIST_FILE: YES dependencies: - target: Sora + - package: Nimble |