Skip to content

Commit

Permalink
Added swift source to tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay committed Apr 24, 2024
1 parent f36e820 commit 2354510
Show file tree
Hide file tree
Showing 5 changed files with 1,736 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.3.0"
version = "0.3.0-alpha"
rust-version = "1.64"
authors = [
"Paul Schoenfelder <[email protected]>",
Expand Down
18 changes: 0 additions & 18 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,24 +97,6 @@ echo "*************************************"
'''
]

[tasks.check]
category = "Build"
description = "Runs cargo check"
command = "rustup"
args = ["run", "${CARGO_MAKE_TOOLCHAIN}", "cargo", "check", "${@}"]

[tasks.build]
category = "Build"
description = "Runs cargo build"
command = "rustup"
args = [
"run", "${CARGO_MAKE_TOOLCHAIN}",
"cargo", "build",
"--profile", "${CARGO_PROFILE}",
"--", "@@remove-empty(CARGO_MAKE_CARGO_VERBOSE_FLAGS)",
"${@}"
]

[tasks.create-lipo-universal-directories]
workspace = false
private = true
Expand Down
4 changes: 2 additions & 2 deletions crates/core/liveview-native-core-swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ if useLocalFramework {
rustFramework = .binaryTarget(
name: "liveview_native_core",
path: "../../../target/uniffi/swift/liveview_native_core.xcframework"
)
)
} else {
let releaseTag = "0.3.0"
let releaseTag = "0.3.0-alpha"
let releaseChecksum = "59be62944e5dccf36898d5cf0d6700e5ef87b42cfdab1e8c5721bbe96abe63f3"
rustFramework = .binaryTarget(
name: "liveview_native_core",
Expand Down

This file was deleted.

Loading

0 comments on commit 2354510

Please sign in to comment.