Mobile device management: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 96: Line 96:
#: <code>security find-identity -v -p codesigning</code>
#: <code>security find-identity -v -p codesigning</code>
# Copy certificate hash into clipboard
# Copy certificate hash into clipboard
# Download provisioning profile for your app and place it into same folder as IPA.
# Download the provisioning profile for your app and place it into the same folder as IPA.
# Download the [https://github.com/msintuneappsdk/intune-app-wrapping-tool-ios/archive/refs/tags/16.1.1.zip MS Intune App Wrapping Tool v16.1.1] (v17.x won’t work!), unzip it, mount included DMG file and copy “IntuneMAMPackager” folder into ~/Applications.
# Download the [https://github.com/msintuneappsdk/intune-app-wrapping-tool-ios/archive/refs/tags/19.1.0.zip MS Intune App Wrapping Tool 19.1.0], unzip it, mount included DMG file and copy “IntuneMAMPackager” folder into ~/Applications.
# Open Terminal app, go to folder with IPA and place following command (replace MobileCrm.ipa with real file name and [CertificateHash] with hash from clipboard):
# Open Terminal app, go to folder with IPA and place following command (replace MobileCrm.ipa with real file name and [CertificateHash] with hash from clipboard):
#: <code>~/Applications/IntuneMAMPackager/Contents/MacOS/IntuneMAMPackager -i MobileCrm.ipa -o MobileCrm-wrapped.ipa -p MobileCrmInHouse.mobileprovision -c [CertificateHash] -v true</code>
#: <code>~/Applications/IntuneMAMPackager/Contents/MacOS/IntuneMAMPackager -i MobileCrm.ipa -o MobileCrm-wrapped.ipa -p MobileCrmInHouse.mobileprovision -c [CertificateHash] -v true</code>

Navigation menu