Skip to content

Commit 4f47803

Browse files
Nimish P NNimish P N
authored andcommitted
Documentation change for Package.swift
1 parent c8af212 commit 4f47803

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ios/mobile_scanner/Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ let package = Package(
2525
// For more information, see:
2626
// https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
2727
.process("PrivacyInfo.xcprivacy"),
28+
29+
// To add other resources, see the instructions at
30+
// https://developer.apple.com/documentation/xcode/bundling-resources-with-a-swift-package
2831
]
2932
)
3033
]

macos/mobile_scanner/Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ let package = Package(
2020
.target(
2121
name: "mobile_scanner",
2222
dependencies: [],
23-
resources: []
23+
resources: [
24+
// To add other resources, see the instructions at
25+
// https://developer.apple.com/documentation/xcode/bundling-resources-with-a-swift-package
26+
]
2427
)
2528
]
2629
)

0 commit comments

Comments
 (0)