Fix passKitTests compilation problem

This commit is contained in:
Yishi Lin 2017-06-15 06:02:45 +08:00
parent 3bfe98b93d
commit 725821419f
2 changed files with 69 additions and 0 deletions

View file

@ -44,4 +44,7 @@ target 'passKit' do
target 'passextension' do
inherit! :search_paths
end
target 'passKitTests' do
inherit! :search_paths
end
end