File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Getting the sources is as easy as doing a:
24
24
25
25
- drag the OAuth2Client.xcodeproj into your project
26
26
- add OAuth2Client as a build dependency
27
+ - add the Security.framework as a build dependency
27
28
- add ` OAuth2Client/** ` to your user header search path in the build settings
28
29
- link your target against OAuth2Client (drag the OAuth2Client product from OAuth2Client.xcodeproj to your
29
30
targets * Link Binary With Libraries* )
@@ -33,6 +34,7 @@ targets *Link Binary With Libraries*)
33
34
34
35
- drag the OAuth2Client.xcodeproj into your project
35
36
- add OAuth2Client.framework as a build dependency
37
+ - add the Security.framework as a build dependency
36
38
- add ` $(CONFIGURATION_BUILD_DIR)/$(CONTENTS_FOLDER_PATH)/Frameworks ` to your targets Framework Search Path
37
39
- link your target against OAuth2Client (drag the OAuth2Client.framework product from OAuth2Client.xcodeproj
38
40
to your targets * Link Binary With Libraries* )
You can’t perform that action at this time.
0 commit comments