mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +00:00
Remove Buck abstract target in Podfile (#2878)
This commit is contained in:
parent
3761d8b0c3
commit
6a8cc50328
15
Podfile
15
Podfile
@ -2,16 +2,15 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|||||||
|
|
||||||
platform :ios, '7.0'
|
platform :ios, '7.0'
|
||||||
|
|
||||||
#TODO CocoaPods plugin instead?
|
target :'AsyncDisplayKitTests' do
|
||||||
abstract_target 'Buck' do
|
pod 'OCMock', '~> 2.2'
|
||||||
|
pod 'FBSnapshotTestCase/Core', '~> 2.1'
|
||||||
|
pod 'JGMethodSwizzler', :git => 'https://github.com/JonasGessner/JGMethodSwizzler', :branch => 'master'
|
||||||
|
|
||||||
|
# Only for buck build
|
||||||
pod 'PINRemoteImage', '3.0.0-beta.7'
|
pod 'PINRemoteImage', '3.0.0-beta.7'
|
||||||
|
|
||||||
target :'AsyncDisplayKitTests' do
|
#TODO CocoaPods plugin instead?
|
||||||
pod 'OCMock', '~> 2.2'
|
|
||||||
pod 'FBSnapshotTestCase/Core', '~> 2.1'
|
|
||||||
pod 'JGMethodSwizzler', :git => 'https://github.com/JonasGessner/JGMethodSwizzler', :branch => 'master'
|
|
||||||
end
|
|
||||||
|
|
||||||
post_install do |installer|
|
post_install do |installer|
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user