diff --git a/build_ios.sh b/build_ios.sh index 3c4d8fe1..c7a43350 100644 --- a/build_ios.sh +++ b/build_ios.sh @@ -13,8 +13,8 @@ cmake -B simulatorarm64 -G Xcode $FLAGS -DPLATFORM=SIMULATORARM64 .. cmake --build simulatorarm64 --config Release xcodebuild -create-xcframework \ - -library os64/Release-iphoneos/libpocketpy.a -headers ../include \ - -library simulatorarm64/Release-iphonesimulator/libpocketpy.a -headers ../include \ + -library os64/Release-iphoneos/libpocketpy.a -headers ../include/pocketpy/pocketpy.h \ + -library simulatorarm64/Release-iphonesimulator/libpocketpy.a -headers ../include/pocketpy/pocketpy.h \ -output pocketpy.xcframework diff --git a/include/pocketpy.hpp b/include/pocketpy.hpp deleted file mode 100644 index 51c3fa13..00000000 --- a/include/pocketpy.hpp +++ /dev/null @@ -1,3 +0,0 @@ -#pragma once - -#include "pocketpy/pocketpy.h"