Update README to talk about Xcode project.

This commit is contained in:
Michael R Sweet 2021-05-01 07:43:39 -04:00
parent e6dbb256f1
commit fd4c2c0728
No known key found for this signature in database
GPG Key ID: 999559A027815955

View File

@ -70,6 +70,19 @@ command or as environment variables:
- `prefix`: specifies the installation directory (default "/usr/local")
Xcode Project
-------------
There is also an Xcode project ("pdfio.xcodeproj") you can use on macOS which
generates a static library that will be installed under "/usr/local" with:
sudo xcodebuild install
You can reproduce this with the makefile using:
sudo make 'COMMONFLAGS="-Os -mmacosx-version-min=10.14 -arch x86_64 -arch arm64e"' install
Legal Stuff
-----------