mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-14 10:20:11 +00:00
remove exclusive => true due to 1.0.0 changes (#1695)
This commit is contained in:
parent
95f1ab4902
commit
bde4fe7e24
2
Podfile
2
Podfile
@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||||||
|
|
||||||
platform :ios, '7.0'
|
platform :ios, '7.0'
|
||||||
|
|
||||||
target :'AsyncDisplayKitTests', :exclusive => true do
|
target :'AsyncDisplayKitTests' do
|
||||||
pod 'OCMock', '~> 2.2'
|
pod 'OCMock', '~> 2.2'
|
||||||
pod 'FBSnapshotTestCase', '~> 1.8.1'
|
pod 'FBSnapshotTestCase', '~> 1.8.1'
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user