Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 2.03 KB

File metadata and controls

31 lines (18 loc) · 2.03 KB

Description

This repository contains the iOS Objective-C source code for a sample browser app that uses the MAM SDKs for endpoint management. It does not contain the MAM SDK libraries themselves, which are downloaded separately.

Download

The MAM SDK libraries can be downloaded from GitHub. They are pre-compiled.

Documentation

For detailed documentation on how to use this sample app, and compile it, see the MAM SDK for iOS and iPadOS Overview. Documentation is also included in the MAM SDK download package.

Note that some files need to be copied into the "Frameworks", "Tools", and "Data" folders from the iOS MAM SDK zip file.

Questions

For questions and support:

Contribute

The "master" branch is only intended to be used for releases, and will always be compatible with the MAM SDK binaries. The "master" branch is not intended to be used by developers. This follows the Gitflow Workflow model.

The "develop" branch is the main branch that developers will use. It is compatible with the latest in-progress MAM SDK binaries, and hence might not compile with the official public MAM SDK binaries.

To contribute you can create a feature branch off of "develop", if you have access, and then create a PR to merge back to "develop" (with approval). If you're not a Citrix developer then you likely don't have access, and in that case to contribute you'll first create a fork of the code, make your changes in your fork, then create a cross-repo PR to suggest your changes for inclusion to the "develop" branch in this repo.

License

MIT License