Skip to content

Commit aaf456a

Browse files
authored
Updates Carthage section of Intro docs (#1027)
1 parent 83423e0 commit aaf456a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ AppAuth supports three options for dependency management.
7070

7171
github "openid/AppAuth-iOS" "master"
7272

73-
Then run `carthage update --platform iOS`.
73+
Then run `carthage update --platform iOS --use-xcframeworks`.
7474

75-
Drag and drop `AppAuth.framework` from `ios/Carthage/Build/iOS` under `Frameworks` in `Xcode`.
75+
Drag and drop `AppAuth.xcframework` from `ios/Carthage/Build` under `Frameworks` in `Xcode`.
7676

77-
Add a copy files build step for `AppAuth.framework`: open Build Phases on Xcode, add a new "Copy Files" phase, choose "Frameworks" as destination, add `AppAuth.framework` and ensure "Code Sign on Copy" is checked.
77+
Add a copy files build step for `AppAuth.xcframework`: open Build Phases on Xcode, add a new "Copy Files" phase, choose "Frameworks" as destination, add `AppAuth.xcframework` and ensure "Code Sign on Copy" is checked.
7878

7979
3. **Static Library**
8080

0 commit comments

Comments
 (0)