File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff 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 " ,
You can’t perform that action at this time.
0 commit comments