You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/develop/tutorial-v2-ios.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ The only value you need to modify above is the value assigned to `kClientID`to b
149
149
150
150
## Configure Xcode project settings
151
151
152
-
Add a new keychain group to your project **Signing & Capabilities**. Keychain group should be **com.microsoft.adalcache** on iOS and **com.microsoft.identity.universalstorage** on macOS.
152
+
Add a new keychain group to your project **Signing & Capabilities**. The keychain group should be `com.microsoft.adalcache` on iOS and `com.microsoft.identity.universalstorage` on macOS.
153
153
154
154

0 commit comments