Skip to content

Commit 78da417

Browse files
authored
Update README.md
Updated readme to reflect recent changes.
1 parent 733858c commit 78da417

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ This will build and install the library for the given IOS_PLATFORM.
2828

2929
## Options
3030

31-
* Set `-DIOS_PLATFORM` to "SIMULATOR" to build for iOS simulator 32 bit (i386)
31+
* Set `-DIOS_PLATFORM` to "SIMULATOR" to build for iOS simulator 32 bit (i386) **DEPRECATED**
3232
* Set `-DIOS_PLATFORM` to "SIMULATOR64" (example above) to build for iOS simulator 64 bit (x86_64)
3333
* Set `-DIOS_PLATFORM` to "OS" to build for Device (armv7, armv7s, arm64, arm64e)
3434
* Set `-DIOS_PLATFORM` to "OS64" to build for Device (arm64, arm64e)
3535
* Set `-DIOS_PLATFORM` to "TVOS" to build for tvOS (arm64)
3636
* Set `-DIOS_PLATFORM` to "SIMULATOR_TVOS" to build for tvOS Simulator (x86_64)
37-
* Set `-DIOS_PLATFORM` to "WATCHOS" to build for watchOS (armv7k)
38-
* Set `-DIOS_PLATFORM` to "SIMULATOR_WATCHOS" to build for watchOS Simulator (i386)
37+
* Set `-DIOS_PLATFORM` to "WATCHOS" to build for watchOS (armv7k, arm64_32)
38+
* Set `-DIOS_PLATFORM` to "SIMULATOR_WATCHOS" to build for watchOS Simulator (x86_64)
3939

4040
### Additional Options
4141
`-DENABLE_BITCODE=(BOOL)` - Enabled by default, specify FALSE or 0 to disable bitcode

0 commit comments

Comments
 (0)