Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.0.7

## Fixes
- Fix iOS build script

## 1.0.6

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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ž
Expand Down
14 changes: 0 additions & 14 deletions build_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -236,18 +230,10 @@ 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"
fi
done

echo "Module map restructuring complete - SPM compatible"
>>>>>>> Stashed changes
>>>>>>> Stashed changes
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "superscript"
version = "0.2.4"
version = "1.0.7"
edition = "2021"
publish = false

Expand Down
Loading