Skip to content

Commit 8779205

Browse files
authored
Update README.md
1 parent 4500a9b commit 8779205

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Tested with the following combinations:
1010
* XCode 6.1.x, iOS SDK 8.1
1111
* XCode 8.2.x, iOS SDK 10.2
1212
* XCode 9.4.x, iOS SDK 11.4
13+
* XCode 10.0.x, iOS SDK 12.0
1314

1415
# Example usage
1516
**NOTE: The below commands will build for 64-bit simulator only. Change the `-DIOS_PLATFORM` to the applicable value if targeting another platform.**
@@ -30,6 +31,7 @@ This will build and install the library for the given IOS_PLATFORM.
3031
* Set `-DIOS_PLATFORM` to "SIMULATOR" to build for iOS simulator 32 bit (i386)
3132
* Set `-DIOS_PLATFORM` to "SIMULATOR64" (example above) to build for iOS simulator 64 bit (x86_64)
3233
* Set `-DIOS_PLATFORM` to "OS" to build for Device (armv7, armv7s, arm64)
34+
* Set `-DIOS_PLATFORM` to "OS64" to build for Device (arm64 only)
3335
* Set `-DIOS_PLATFORM` to "TVOS" to build for tvOS (arm64)
3436
* Set `-DIOS_PLATFORM` to "SIMULATOR_TVOS" to build for tvOS Simulator (x86_64)
3537

@@ -47,6 +49,7 @@ __*The resulting binary will consist of only one platform. To combine all platfo
4749
## Thanks To
4850

4951
* [natbro](https://github.com/natbro) for adding tvOS support
52+
* [MSNexploder](https://github.com/MSNexploder) for adding OS64 support
5053

5154
## Notes
5255

0 commit comments

Comments
 (0)