Skip to content

Commit 7bfe845

Browse files
Fix the file path and author
1 parent d1a6958 commit 7bfe845

File tree

2 files changed

+3
-3
lines changed
  • articles/communication-services/quickstarts

2 files changed

+3
-3
lines changed

articles/communication-services/quickstarts/chat/includes/chat-swift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: include file
33
description: include file
44
services: azure-communication-services
5-
author: probableprime
5+
author: awang119
66
manager: mikben
77
ms.service: azure-communication-services
88
ms.subservice: azure-communication-services
@@ -400,7 +400,7 @@ Some of the scripts within the linked libraries write files during the build pro
400400

401401
In the Xcode project, under **Build Settings**, set the **User Script Sandboxing** option to **No**. To find the setting, change the filter from **Basic** to **All** or use the search bar.
402402

403-
:::image type="content" source="./media/ios/disable-user-script-sandbox.png" alt-text="Screenshot that shows the Build Settings option to turn off User Script Sandboxing.":::
403+
:::image type="content" source="../media/ios/disable-user-script-sandbox.png" alt-text="Screenshot that shows the Build Settings option to turn off User Script Sandboxing.":::
404404

405405
### Run the project
406406
In Xcode hit the Run button to build and run the project. In the console, you can view the output from the code and the logger output from the ChatClient.

articles/communication-services/quickstarts/ui-library/includes/get-started-chat/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
author: Leah-Xia-Microsoft
2+
author: awang119
33
ms.author: awang119
44
ms.date: 01/04/2023
55
ms.topic: include

0 commit comments

Comments
 (0)