mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
supporting iOS
This commit is contained in:
parent
4cbe38a5c2
commit
95ea4ab5f4
@ -251,6 +251,11 @@ public class MobileDeviceManagementUtil {
|
|||||||
DeviceManagementConstants.MobileDeviceTypes.MOBILE_DEVICE_TYPE_WINDOWS +
|
DeviceManagementConstants.MobileDeviceTypes.MOBILE_DEVICE_TYPE_WINDOWS +
|
||||||
"/" + resourceName;
|
"/" + resourceName;
|
||||||
break;
|
break;
|
||||||
|
case DeviceManagementConstants.MobileDeviceTypes.MOBILE_DEVICE_TYPE_IOS:
|
||||||
|
regPath = MobilePluginConstants.MOBILE_CONFIG_REGISTRY_ROOT + "/" +
|
||||||
|
DeviceManagementConstants.MobileDeviceTypes.MOBILE_DEVICE_TYPE_IOS +
|
||||||
|
"/" + resourceName;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return regPath;
|
return regPath;
|
||||||
}
|
}
|
||||||
@ -264,6 +269,9 @@ public class MobileDeviceManagementUtil {
|
|||||||
case DeviceManagementConstants.MobileDeviceTypes.MOBILE_DEVICE_TYPE_WINDOWS:
|
case DeviceManagementConstants.MobileDeviceTypes.MOBILE_DEVICE_TYPE_WINDOWS:
|
||||||
regPath = DeviceManagementConstants.MobileDeviceTypes.MOBILE_DEVICE_TYPE_WINDOWS;
|
regPath = DeviceManagementConstants.MobileDeviceTypes.MOBILE_DEVICE_TYPE_WINDOWS;
|
||||||
break;
|
break;
|
||||||
|
case DeviceManagementConstants.MobileDeviceTypes.MOBILE_DEVICE_TYPE_IOS:
|
||||||
|
regPath = DeviceManagementConstants.MobileDeviceTypes.MOBILE_DEVICE_TYPE_IOS;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return regPath;
|
return regPath;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user