Skip to content

Commit

Permalink
savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Sep 20, 2024
1 parent 2570c5b commit 94854cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
CARGO_TERM_COLOR: always
VERSION: ${{ github.event.inputs.version || '0.0.6' }}
VERSION: ${{ github.event.inputs.version || '0.0.7' }}
TARGET_BRANCH: ${{ github.ref_name }}

permissions:
Expand Down
11 changes: 2 additions & 9 deletions scripts/generate_package_swift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REPO_URL="https://github.com/reown-com/yttrium"

# Generate Package.swift
cat > Package.swift <<EOF
// swift-tools-version: 5.10
// swift-tools-version:5.10
import PackageDescription
let package = Package(
Expand All @@ -37,17 +37,10 @@ let package = Package(
url: "$REPO_URL/releases/download/$PACKAGE_VERSION/$RUST_XCFRAMEWORK_ZIP",
checksum: "$RUST_CHECKSUM"
),
.target(
name: "YttriumCore",
dependencies: [
"RustXcframework"
],
path: "crates/ffi/YttriumCore/Sources/YttriumCore"
),
.target(
name: "Yttrium",
dependencies: [
"YttriumCore",
"RustXcframework",
.product(name: "SwiftDotenv", package: "swift-dotenv")
],
path: "platforms/swift/Sources/Yttrium"
Expand Down

0 comments on commit 94854cb

Please sign in to comment.