From 00582c58fd5dcbeadf113f6c83294a5e3ee56d69 Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 27 Mar 2017 22:53:50 +0000 Subject: Description redacted. -- PiperOrigin-RevId: 151383588 MOS_MIGRATED_REVID=151383588 --- third_party/java/buck-ios-support/METADATA | 23 +++++++++++++++++++++++ third_party/java/buck-ios-support/README | 17 ----------------- 2 files changed, 23 insertions(+), 17 deletions(-) create mode 100644 third_party/java/buck-ios-support/METADATA delete mode 100644 third_party/java/buck-ios-support/README (limited to 'third_party/java') diff --git a/third_party/java/buck-ios-support/METADATA b/third_party/java/buck-ios-support/METADATA new file mode 100644 index 0000000000..2b98083782 --- /dev/null +++ b/third_party/java/buck-ios-support/METADATA @@ -0,0 +1,23 @@ +# This copy is stripped down to only include the files needed for Xcode project +# generation, specifically: +# com/facebook/buck/apple/{FileTypes,xcode/{xcodeproj/**,GidGenerator,XcodeprojSerializer}}.java + +name: "Buck" +description: "Buck: An Android (and Java!) build tool" + +third_party { + url { + type: GIT + value: "https://github.com/facebook/buck" + } + version: "2ff4f45a971776afcfbe88333d78c4ca6bf03df9" + last_upgrade_date { year: 2014 month: 7 day: 29 } + local_modifications: + "* Add FILE_REFERENCE(2) to the PBXContainerItemProxy.ProxyType enum. " + "* Update LastUpgradeCheck from 600 to 610 " + "* Add logic to automatically detect XCVersionGroup type even if there " + " is no currentVersion set " + "* Removed code not used by Bazel. " + "* Add WATCH_OS1_EXTENSION and WATCH_OS1_APPLICATION to " + " PBXTarget.ProductType" +} diff --git a/third_party/java/buck-ios-support/README b/third_party/java/buck-ios-support/README deleted file mode 100644 index 3eddb27093..0000000000 --- a/third_party/java/buck-ios-support/README +++ /dev/null @@ -1,17 +0,0 @@ -URL: https://github.com/facebook/buck/tarball/2ff4f45a971776afcfbe88333d78c4ca6bf03df9 -Version: 2ff4f45a971776afcfbe88333d78c4ca6bf03df9 -License: Apache 2.0 -License File: LICENSE - -Description: -Buck: An Android (and Java!) build tool - -This copy is stripped down to only include the files needed for Xcode project generation, specifically: -com/facebook/buck/apple/{FileTypes,xcode/{xcodeproj/**,GidGenerator,XcodeprojSerializer}}.java - -Local Modifications: -Add FILE_REFERENCE(2) to the PBXContainerItemProxy.ProxyType enum. -Update LastUpgradeCheck from 600 to 610 -Add logic to automatically detect XCVersionGroup type even if there is no currentVersion set -Removed code not used by Bazel. -Add WATCH_OS1_EXTENSION and WATCH_OS1_APPLICATION to PBXTarget.ProductType -- cgit v1.2.3