Skip to content

Commit f58adcb

Browse files
committed
update README with dependencies
1 parent bcd8adb commit f58adcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Getting the sources is as easy as doing a:
2424

2525
- drag the OAuth2Client.xcodeproj into your project
2626
- add OAuth2Client as a build dependency
27+
- add the Security.framework as a build dependency
2728
- add `OAuth2Client/**` to your user header search path in the build settings
2829
- link your target against OAuth2Client (drag the OAuth2Client product from OAuth2Client.xcodeproj to your
2930
targets *Link Binary With Libraries*)
@@ -33,6 +34,7 @@ targets *Link Binary With Libraries*)
3334

3435
- drag the OAuth2Client.xcodeproj into your project
3536
- add OAuth2Client.framework as a build dependency
37+
- add the Security.framework as a build dependency
3638
- add `$(CONFIGURATION_BUILD_DIR)/$(CONTENTS_FOLDER_PATH)/Frameworks` to your targets Framework Search Path
3739
- link your target against OAuth2Client (drag the OAuth2Client.framework product from OAuth2Client.xcodeproj
3840
to your targets *Link Binary With Libraries*)

0 commit comments

Comments
 (0)