diff options
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 |