Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove BUCK support #1632

Merged
merged 2 commits into from
Aug 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions .buckconfig

This file was deleted.

1 change: 0 additions & 1 deletion .buckversion

This file was deleted.

5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ build
timeline.xctimeline
playground.xcworkspace

# Buck
/buck-out
/.buckconfig.local
/.buckd

# Carthage
Carthage/Checkouts
Carthage/Build
194 changes: 0 additions & 194 deletions BUCK

This file was deleted.

22 changes: 0 additions & 22 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,4 @@ target :'AsyncDisplayKitTests' do
pod 'OCMock', '=3.4.1' # 3.4.2 currently has issues.
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.14'
end

#TODO CocoaPods plugin instead?
post_install do |installer|
require 'fileutils'

# Assuming we're at the root dir
buck_files_dir = 'buck-files'
if File.directory?(buck_files_dir)
installer.pod_targets.flat_map do |pod_target|
pod_name = pod_target.pod_name
# Copy the file at buck-files/BUCK_pod_name to Pods/pod_name/BUCK,
# override existing file if needed
buck_file = buck_files_dir + '/BUCK_' + pod_name
if File.file?(buck_file)
FileUtils.cp(buck_file, 'Pods/' + pod_name + '/BUCK', :preserve => false)
end
end
end
end
12 changes: 0 additions & 12 deletions buck-files/BUCK_FBSnapshotTestCase

This file was deleted.

18 changes: 0 additions & 18 deletions buck-files/BUCK_FLAnimatedImage

This file was deleted.

9 changes: 0 additions & 9 deletions buck-files/BUCK_JGMethodSwizzler

This file was deleted.

9 changes: 0 additions & 9 deletions buck-files/BUCK_OCMock

This file was deleted.

23 changes: 0 additions & 23 deletions buck-files/BUCK_PINCache

This file was deleted.

Loading