Crate mprovision

source ·
Expand description

mprovision is a tool that helps iOS developers to manage mobileprovision files. Main purpose of this crate is to contain functions and types for mprovision.

Modules

Constants

Functions

  • Returns dir or default directory.
  • Returns the path to the directory that contains installed mobile provisioning profiles.
  • Returns an iterator over the *.mobileprovision file paths within a given directory.
  • Filters files using predicate function f.
  • Filters files of a directory using predicate function f.
  • Returns true if the file_path is a provisioning profile file.
  • Returns internals of a provisioning profile.

Type Definitions

  • A Result type for this crate.