Skip to content

Commit 485554e

Browse files
author
Alexander Widerberg
committed
Merge remote-tracking branch 'origin/master' into dev
2 parents 540a83a + 8ffdeb0 commit 485554e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ This will build and install the library for the given IOS_PLATFORM.
3636

3737
* Set `-DPLATFORM` to "SIMULATOR" to build for iOS simulator 32 bit (i386) **DEPRECATED**
3838
* Set `-DPLATFORM` to "SIMULATOR64" (example above) to build for iOS simulator 64 bit (x86_64)
39-
* Set `-DPLATFORM` to "OS" to build for Device (armv7, armv7s, arm64, arm64e)
40-
* Set `-DPLATFORM` to "OS64" to build for Device (arm64, arm64e)
41-
* Set `-DPLATFORM` to "OS64COMBINED" to build for Device & Simulator (FAT lib) (arm64, arm64e, x86_64)
39+
* Set `-DPLATFORM` to "OS" to build for Device (armv7, armv7s, arm64)
40+
* Set `-DPLATFORM` to "OS64" to build for Device (arm64)
41+
* Set `-DPLATFORM` to "OS64COMBINED" to build for Device & Simulator (FAT lib) (arm64, x86_64)
4242
* Set `-DPLATFORM` to "TVOS" to build for tvOS (arm64)
4343
* Set `-DPLATFORM` to "TVOSCOMBINED" to build for tvOS & Simulator (arm64, x86_64)
4444
* Set `-DPLATFORM` to "SIMULATOR_TVOS" to build for tvOS Simulator (x86_64)
@@ -60,7 +60,7 @@ usage of the library much more simple!
6060

6161
`-DENABLE_VISIBILITY=(BOOL)` - Disabled by default, specify TRUE or 1 to enable symbol visibility support
6262

63-
`-DIOS_ARCH=(STRING)` - Valid values are: armv7, armv7s, arm64, arm64e, i386, x86_64, armv7k, arm64_32. By default it will build for all valid architectures based on `-DPLATFORM` (see above)
63+
`-DIOS_ARCH=(STRING)` - Valid values are: armv7, armv7s, arm64, i386, x86_64, armv7k, arm64_32. By default it will build for all valid architectures based on `-DPLATFORM` (see above)
6464

6565
__*To combine all platforms into the same FAT-library, either build any of the "*COMBINED*" platform types OR use the
6666
LIPO tool. More information on how to combine libraries with LIPO is readily available on the net.*__

0 commit comments

Comments
 (0)