Remove outdated Xcode project files

This commit is contained in:
Tristan Penman 2022-02-21 21:40:55 +11:00
parent 2f6760f6a8
commit 9e7dbd8460
2 changed files with 0 additions and 1600 deletions

View File

@ -193,12 +193,6 @@ find_package(valijson REQUIRED)
add_executable(executable main.cpp)
target_link_libraries(executable valijson)
```
### Xcode ###
An Xcode project has also been provided, in the 'xcode' directory. Note that in order to run the test suite, you may need to configure the working directory for the 'test\_suite' scheme. It is recommended that you use the 'xcode' directory as the working directory.
The Xcode project has been configured so that /usr/local/include is in the include path, and /usr/local/lib is in the library path. These are the locations that homebrew installed Boost on my test system.
## Examples ##
Building the Valijson Test Suite, using the instructions above, will also compile two example applications: `custom_schema` and `external_schema`.

File diff suppressed because it is too large Load Diff