File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments