mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Build libplist into an xcframework
This commit is contained in:
@@ -14,11 +14,19 @@ let package = Package(
|
||||
name: "IDevice",
|
||||
targets: ["IDevice"]
|
||||
),
|
||||
.library(
|
||||
name: "plist",
|
||||
targets: ["plist"],
|
||||
),
|
||||
],
|
||||
targets: [
|
||||
.binaryTarget(
|
||||
name: "IDevice",
|
||||
path: "IDevice.xcframework"
|
||||
),
|
||||
.binaryTarget(
|
||||
name: "plist",
|
||||
path: "plist.xcframework"
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user