parse-ipa
GitHub
S0n1c
Preparing search index...
IPA
Interface IPA
interface
IPA
{
bundle_id
:
string
;
name
:
string
;
version
:
string
;
build
:
string
;
size
:
number
;
icon
:
string
|
null
;
provision
:
|
{
AppIDName
:
string
;
ApplicationIdentifierPrefix
:
string
[]
;
CreationDate
:
string
;
ExpirationDate
:
string
;
IsXcodeManaged
:
boolean
;
Name
:
string
;
Platform
:
string
[]
;
ProvisionedDevices
:
string
[]
;
TeamIdentifier
:
string
[]
;
TeamName
:
string
;
TimeToLive
:
number
;
UUID
:
string
;
Version
:
number
;
DeveloperCertificates
:
string
[]
;
"DER-Encoded-Profile"
:
string
;
Entitlements
:
Record
<
string
,
unknown
>
;
}
|
null
;
parser_info
:
{
time
:
number
;
version
:
string
;
duration
:
number
;
origin
:
{
type
:
"url"
|
"file"
|
"blob"
;
value
:
string
}
;
}
;
}
Index
Properties
bundle_
id
name
version
build
size
icon
provision
parser_
info
Properties
bundle_
id
bundle_id
:
string
= 'string'
name
name
:
string
= 'string'
version
version
:
string
= 'string'
build
build
:
string
= 'string'
size
size
:
number
= 'number'
icon
icon
:
string
|
null
= 'string | null'
provision
provision
:
|
{
AppIDName
:
string
;
ApplicationIdentifierPrefix
:
string
[]
;
CreationDate
:
string
;
ExpirationDate
:
string
;
IsXcodeManaged
:
boolean
;
Name
:
string
;
Platform
:
string
[]
;
ProvisionedDevices
:
string
[]
;
TeamIdentifier
:
string
[]
;
TeamName
:
string
;
TimeToLive
:
number
;
UUID
:
string
;
Version
:
number
;
DeveloperCertificates
:
string
[]
;
"DER-Encoded-Profile"
:
string
;
Entitlements
:
Record
<
string
,
unknown
>
;
}
|
null
= ...
parser_
info
parser_info
:
{
time
:
number
;
version
:
string
;
duration
:
number
;
origin
:
{
type
:
"url"
|
"file"
|
"blob"
;
value
:
string
}
;
}
= _ipa_parser_info
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bundle_
id
name
version
build
size
icon
provision
parser_
info
GitHub
S0n1c
parse-ipa
Loading...