mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
19 lines
257 B
Ruby
19 lines
257 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
# platform :ios, '6.0'
|
|
|
|
target 'linphone' do
|
|
|
|
end
|
|
|
|
target 'LinphoneTester' do
|
|
|
|
end
|
|
|
|
target 'LinphoneTester Tests' do
|
|
|
|
end
|
|
|
|
target 'KifTests', :exclusive => true do
|
|
pod 'KIF', '~> 3.0'
|
|
end
|
|
|