Table of Contents |
---|
Prerequisites
- Download Xcode and install it.
Changing iOS Agent related logos and icons
Checkout the source from the following location:
https://github.com/wso2/emm-agent-iosNavigate to the
<MDM_AGENT_IOS>/
folder.Change the
app_icon.png
(57px X 57px
) file in order to change the icon.
Change the
app_icon@2x.png
(114px X 114px
) file. For more information, go to the iOS icon guide.
Navigate to the
Change the<MDM_AGENT_IOS>/WSO2 Agent/
folder.ic_logo.pn
g (120px X 36px
) file in order to change the header logo.Open the Agent source code that was sent via email by importing it to Xcode.
Info The Agent source was sent to you via email when obtaining the signed CSR file. For more information, see Obtaining the Signed CSR File.
Click Supporting Files > Images.xcassets.
Change the icons that are in AppIcon:
- Build and export the project as an iOS application. This will generate an
.ipa
file. Rename this file asios-agent.ipa
and move it to the<EMM_HOME>/repository/deployment/server/jaggeryapps/emm-web-agent/units/asset-download-agent-ios/public/asset
directory.
Changing WSO2 related text
Open the Agent source code that was sent via email by importing it to Xcode.
Info The Agent source was sent to you via email when obtaining the signed CSR file. For more information, see Obtaining the Signed CSR File.
Click Views > LaunchScreen.xib.
Edit the text by clicking on the respective text area.
Build and export the project as an iOS application. This will generate an
.ipa
file. Rename this file asios-agent.ipa
and move it to the<EMM_HOME>/repository/deployment/server/jaggeryapps/emm-web-agent/units/asset-download-agent-ios/public/asset
directory.