Skip to content

Commit 3bdffb2

Browse files
authored
Document new -mp option for Intune MAM settings
Add -mp option for merging custom MAM settings into wrapped app.
1 parent 22df1ab commit 3bdffb2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

intune/intune-service/developer/app-wrapper-prepare-ios.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ You can use the following command line parameters with the App Wrapping Tool:
227227
|`-dt`|(Optional) Disable collection of Microsoft Intune client data.
228228
|`-dl`|(Optional) Disable MSAL logs from the Intune logs for applications that are integrated with MSAL and implement their own MSAL logging callback.
229229
|`-ds`|(Optional) Disable Intune's protections for SFSafariViewController, SFAuthSession, and ASWebAuthenticationSession.
230+
|`-mp`|(Optional) `<Path to a plist file containing MAM settings to merge into the wrapped app>`. Use this property to provide custom Intune MAM SDK settings that will be merged into the app's IntuneMAMSettings dictionary during the wrapping process. Note that protected settings required by the App Wrapping Tool (such as MultiIdentity, MAMPolicyRequired, AutoEnrollOnLaunch) cannot be overridden and will be set after the merge operation completes. |
230231
231232
### Use a plist to input arguments
232233
@@ -250,6 +251,7 @@ In the IntuneMAMPackager/Contents/MacOS folder, open `Parameters.plist` (a blank
250251
| Extension Provisioning Profile Paths |Array of Strings|empty| An array of extension provisioning profiles for the app.
251252
| Disable Telemetry |Boolean|false| Same as -dt
252253
| Disable MSAL Log Override |Boolean|false| Same as -dl
254+
| MAM Settings Plist Path |String|empty| Same as -mp
253255
254256
Run the IntuneMAMPackager with the plist as the sole argument:
255257

0 commit comments

Comments
 (0)