diff --git a/CHANGELOG.md b/CHANGELOG.md index 904bbc6..72f6a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 1.0.7 + +## Fixes +- Fix iOS build script + ## 1.0.6 ## Fixes diff --git a/Cargo.toml b/Cargo.toml index 0ed4a2f..d8982c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cel-eval" -version = "1.0.6" +version = "1.0.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.htmlž diff --git a/build_ios.sh b/build_ios.sh index c7adf00..97ca36d 100755 --- a/build_ios.sh +++ b/build_ios.sh @@ -213,12 +213,6 @@ xcodebuild -create-xcframework \ -library ./target/xcframeworks/watchos-device/libcel.a -headers ./target/xcframeworks/headers/watchos-device \ -output ./target/xcframeworks/libcel.xcframework -<<<<<<< Updated upstream -======= -<<<<<<< Updated upstream -echo "XCFramework built at ./target/xcframeworks/libcel.xcframework" -======= ->>>>>>> Stashed changes echo "XCFramework built at ./target/xcframeworks/libcel.xcframework" # Restructure module maps to avoid SPM conflicts @@ -236,12 +230,6 @@ for slice_dir in "$XCFW_PATH"/*/; do # Move module.modulemap from Headers to Modules mv "$slice_dir/Headers/module.modulemap" "$slice_dir/Modules/module.modulemap" -<<<<<<< Updated upstream - fi -done - -echo "Module map restructuring complete - SPM compatible" -======= # Update header paths in modulemap to point to ../Headers/ sed -i '' 's|header "\([^"]*\)"|header "../Headers/\1"|g' "$slice_dir/Modules/module.modulemap" @@ -249,5 +237,3 @@ echo "Module map restructuring complete - SPM compatible" done echo "Module map restructuring complete - SPM compatible" ->>>>>>> Stashed changes ->>>>>>> Stashed changes diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 337027b..eff3efd 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "superscript" -version = "0.2.4" +version = "1.0.7" edition = "2021" publish = false