generate_xcodeproj.sh 354 B

12345678
  1. #!/bin/sh
  2. # Copyright (C) 2022 Intel Corporation. All rights reserved.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. rm -rf ./iwasm-proj
  5. git clone https://github.com/leetal/ios-cmake.git ios-cmake
  6. cmake -Biwasm-proj -G Xcode -DDEPLOYMENT_TARGET=11.0 -DPLATFORM=OS64 -DENABLE_BITCODE=0 -DCMAKE_TOOLCHAIN_FILE=ios-cmake/ios.toolchain.cmake .