Skip to content

Commit

Permalink
SwiftPackage (NativeEngine Directory)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArchitect123 committed Dec 11, 2024
1 parent 82a47e5 commit a209d08
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.0
import PackageDescription

let package = Package(
Expand All @@ -15,7 +15,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "KmpEssentials",
path: "./swiftPackage/shared.xcframework"
path: "./shared/native/shared.xcframework"
)
]
)
File renamed without changes.

0 comments on commit a209d08

Please sign in to comment.