Remove XcodeProjectConfigDescription

Summary:
Since we are not using `XcodeProjectConfigDescription` anymore, delete it,
update integration test to stop using it and delete integration tests that
are no longer relevant.

Test Plan:
  * `buck test`
  * `buck project` in a repository with Apple targets.
29 files changed
tree: bcf43629a215ffab79aef08322f268a3f6563f90
  1. .idea/
  2. assets/
  3. bin/
  4. config/
  5. docs/
  6. lib/
  7. pmd/
  8. programs/
  9. scripts/
  10. src/
  11. test/
  12. third-party/
  13. webserver/
  14. .buckconfig
  15. .classpath
  16. .factorypath
  17. .gitattributes
  18. .gitignore
  19. .project
  20. .travis.yml
  21. .watchmanconfig
  22. buck.iml
  23. build.xml
  24. checkstyle.xml
  25. DEFS
  26. findbugsfilter.xml
  27. LICENSE
  28. README.md
README.md

Buck

Buck is a build tool. To see what Buck can do for you, check out the documentation at http://facebook.github.io/buck/.

Build Status

Installation

To build Buck, run the following:

git clone https://github.com/facebook/buck.git
cd buck
ant
./bin/buck --help

License

Apache License 2.0