Skip to content

Commit 1943df3

Browse files
committed
feat: add swift package management support
1 parent 44aab49 commit 1943df3

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

ios/freerasp/Package.swift

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,7 @@ let package = Package(
1616
.target(
1717
name: "freerasp",
1818
dependencies: [],
19-
resources: [
20-
// TODO: If your plugin requires a privacy manifest
21-
// (e.g. if it uses any required reason APIs), update the PrivacyInfo.xcprivacy file
22-
// to describe your plugin's privacy impact, and then uncomment this line.
23-
// For more information, see:
24-
// https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
25-
// .process("PrivacyInfo.xcprivacy"),
26-
27-
// TODO: If you have other resources that need to be bundled with your plugin, refer to
28-
// the following instructions to add them:
29-
// https://developer.apple.com/documentation/xcode/bundling-resources-with-a-swift-package
30-
]
19+
resources: []
3120
),
3221
.binaryTarget(
3322
name: "TalsecRuntime.xcframework",

0 commit comments

Comments
 (0)