Skip to content

Commit 9bce5a3

Browse files
author
Microsoft
committed
2 parents 7a17f88 + 1d3286b commit 9bce5a3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,8 @@ If the install and setup were successful, you should see the message **Setup com
114114
The iOS-OneNote-REST Explorer sample has a dependency on the Active Directory Authentication Library for iOS (ADAL) for enabling client to access OneNote for enterprise notebooks. The ADAL provides protocol support for OAuth 2.0, Web API integration with user level consent, and two-factor authentication. It also uses AFNetworking to help manage REST communication between the app and the OneNote service. The sample contains a podfile that will get the ADAL and AFNetworking components (pods) into your project. It's located in the root ("Podfile"). The syntax should look something similar to this:
115115

116116

117-
pod "AFNetworking", "~> 2.0"
118-
pod 'ADALiOS', "~> 1.2.4"
119-
117+
pod 'AFNetworking', '2.5.4'
118+
pod 'ADALiOS', '1.2.4'
120119

121120

122121
You'll simply need to navigate to the project directory in the **Terminal** (root of the project folder) and run the following command.

0 commit comments

Comments
 (0)