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§
- EXT_
MOBILEPROVISION - A file extension of a povisioning profile.
Functions§
- dir_
or_ default - Returns
dir
or defaultdirectory
. - directory
- Returns the path to the directory that contains installed mobile provisioning profiles.
- file_
paths - Returns an iterator over the
*.mobileprovision
file paths within a given directory. - filter
- Filters files using predicate function
f
. - filter_
dir - Filters files of a directory using predicate function
f
. - is_
mobileprovision - Returns true if the
file_path
is a provisioning profile file. - show
- Returns internals of a provisioning profile.
Type Aliases§
- Result
- A Result type for this crate.