Fixed tests no longer working after CocoaPods 1.0
This commit is contained in:
@@ -3,6 +3,14 @@ source 'https://github.com/CocoaPods/Specs.git'
|
||||
# inhibit_all_warnings!
|
||||
use_frameworks!
|
||||
|
||||
target 'ObjectiveCExample' do
|
||||
pod 'SSZipArchive', :path => '..'
|
||||
def testing_pods
|
||||
pod 'SSZipArchive', :path => '..'
|
||||
end
|
||||
|
||||
target 'ObjectiveCExample' do
|
||||
testing_pods
|
||||
end
|
||||
|
||||
target 'ObjectiveCExampleTests' do
|
||||
testing_pods
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user