You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ This will build and install the library for the given IOS_PLATFORM.
36
36
37
37
* Set `-DPLATFORM` to "SIMULATOR" to build for iOS simulator 32 bit (i386) **DEPRECATED**
38
38
* 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)
42
42
* Set `-DPLATFORM` to "TVOS" to build for tvOS (arm64)
43
43
* Set `-DPLATFORM` to "TVOSCOMBINED" to build for tvOS & Simulator (arm64, x86_64)
44
44
* Set `-DPLATFORM` to "SIMULATOR_TVOS" to build for tvOS Simulator (x86_64)
@@ -60,7 +60,7 @@ usage of the library much more simple!
60
60
61
61
`-DENABLE_VISIBILITY=(BOOL)` - Disabled by default, specify TRUE or 1 to enable symbol visibility support
62
62
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)
64
64
65
65
__*To combine all platforms into the same FAT-library, either build any of the "*COMBINED*" platform types OR use the
66
66
LIPO tool. More information on how to combine libraries with LIPO is readily available on the net.*__
0 commit comments