From 7f95c6e3b0cbde580b70950545e66c748a7726f6 Mon Sep 17 00:00:00 2001 From: Levi Eggert Date: Fri, 19 Sep 2025 08:35:35 -0400 Subject: [PATCH] Add updates for app config changes --- Documentation/MPDX iOS Lib 0.10.0 Migration Guide.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/MPDX iOS Lib 0.10.0 Migration Guide.md b/Documentation/MPDX iOS Lib 0.10.0 Migration Guide.md index b55f297..17258e8 100644 --- a/Documentation/MPDX iOS Lib 0.10.0 Migration Guide.md +++ b/Documentation/MPDX iOS Lib 0.10.0 Migration Guide.md @@ -19,4 +19,9 @@ Below are the following steps needed when upgrading to MPDXiOSLib 0.10.0. - Your Usage Descriptions should also have English now instead of Base. ![alt text](../ReadMeAssets/migrate-0.10.0/engish-usage-description.png)

-##### 3) Update implementation for AppConfigInterface. \ No newline at end of file +##### 3) Update implementation for AppConfigInterface. + +- Import RequestOperation. +- apiBaseUrl: String type changed to apiBaseUrl: ApiBaseUrl. +- AuthenticationConfiguration init argument label also changed to accessTokenProvider. +![alt text](../ReadMeAssets/migrate-0.10.0/app-config-changes.png)

\ No newline at end of file