Skip to content

Commit b12debf

Browse files
authored
Merge pull request #16 from superwall/develop
0.1.18
2 parents f37a04b + 0b26887 commit b12debf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cel-eval"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.htmlž

build_ios.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ setup_xcconfig_env() {
88
export VERSIONING_SYSTEM="apple-generic"
99
export TARGETED_DEVICE_FAMILY="1,2"
1010
export IPHONEOS_DEPLOYMENT_TARGET="12"
11+
export MACOSX_DEPLOYMENT_TARGET="10.2"
12+
export MACOS_DEPLOYMENT_TARGET="10.2"
1113
export DYLIB_COMPATIBILITY_VERSION="1"
1214
export DYLIB_CURRENT_VERSION="1"
1315
export DYLIB_INSTALL_NAME_BASE="@rpath"

0 commit comments

Comments
 (0)