project('framework dependency with version') | |
# do individual frameworks have a meaningful version to test? And multiple frameworks might be listed... | |
# otherwise we're not on OSX and this will definitely fail | |
dep = dependency('appleframeworks', modules: 'foundation', version: '>0') |