├── .clang-format ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE └── README.md /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdmarshall/Xcode-Build-Settings-Reference/HEAD/.clang-format -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdmarshall/Xcode-Build-Settings-Reference/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdmarshall/Xcode-Build-Settings-Reference/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdmarshall/Xcode-Build-Settings-Reference/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/samdmarshall/Xcode-Build-Settings-Reference/HEAD/README.md --------------------------------------------------------------------------------