Skip to content

Commit 8aafa21

Browse files
committed
Add the build setting in Xcode as another example
Incorporates tech review from Alexis Laferrière <[email protected]>.
1 parent 7801a94 commit 8aafa21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TSPL.docc/LanguageGuide/AccessControl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ as part of configuring the build system you're using,
5151
not as part of your Swift source code.
5252
For example, if you use Swift Package Manager to build your code,
5353
you define a package in your `Package.swift` file
54-
using APIs from the [PackageDescription][] module.
54+
using APIs from the [PackageDescription][] module;
55+
if you use Xcode, you specify the package name
56+
in the Package Access Identifier build setting.
5557

5658
[PackageDescription](https://developer.apple.com/documentation/packagedescription)
5759

0 commit comments

Comments
 (0)