NAME

XML::AppleConfigProfile::Targets - Constants for payload targets

DESCRIPTION

Apple Configuration Profiles can be used on different platforms. Although some payloads only work on specific platforms, most payloads can be at least partially applied to all platforms that support Apple Configuration Profiles.

Provided in this module are a number of read-only scalars that will be used (instead of strings) to identify the platforms supported by configuration profiles. The scalars are all OK for import into your local namespace, or you can simply import :all to get all of them at once.

TYPES

Apple Configuration Profiles can be targeted to the following platforms:

iOS $TargetIOS

Apple's iOS. In general, at least iOS version 5.0 is required.

Mac OS X $TargetOSX

Apple's Mac OS X. In general, at least OS X version 10.7 is required.

ACKNOWLEDGEMENTS

Refer to the XML::AppleConfigProfile for acknowledgements.

AUTHOR

A. Karl Kornel, <karl at kornel.us>

COPYRIGHT AND LICENSE

Copyright © 2014 A. Karl Kornel.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.