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