go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/packages/testdata/packages_macos.toml (about)

     1  [commands."system_profiler SPApplicationsDataType -xml"]
     2  stdout = """<?xml version="1.0" encoding="UTF-8"?>
     3  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
     4  <plist version="1.0">
     5  <array>
     6  	<dict>
     7  		<key>_SPCommandLineArguments</key>
     8  		<array>
     9  			<string>/usr/sbin/system_profiler</string>
    10  			<string>-nospawn</string>
    11  			<string>-xml</string>
    12  			<string>SPApplicationsDataType</string>
    13  			<string>-detailLevel</string>
    14  			<string>full</string>
    15  		</array>
    16  		<key>_SPCompletionInterval</key>
    17  		<real>5.0262930393218994</real>
    18  		<key>_SPResponseTime</key>
    19  		<real>5.1298589706420898</real>
    20  		<key>_dataType</key>
    21  		<string>SPApplicationsDataType</string>
    22  		<key>_detailLevel</key>
    23  		<integer>1</integer>
    24  		<key>_items</key>
    25  		<array>
    26  			<dict>
    27  				<key>_name</key>
    28  				<string>Preview</string>
    29  				<key>has64BitIntelCode</key>
    30  				<string>yes</string>
    31  				<key>info</key>
    32  				<string>10.0, Copyright 2002-2016 Apple Inc.</string>
    33  				<key>lastModified</key>
    34  				<date>2017-12-19T19:04:25Z</date>
    35  				<key>obtained_from</key>
    36  				<string>apple</string>
    37  				<key>path</key>
    38  				<string>/Applications/Preview.app</string>
    39  				<key>runtime_environment</key>
    40  				<string>arch_x86</string>
    41  				<key>signed_by</key>
    42  				<array>
    43  					<string>Software Signing</string>
    44  					<string>Apple Code Signing Certification Authority</string>
    45  					<string>Apple Root CA</string>
    46  				</array>
    47  				<key>version</key>
    48  				<string>10.0</string>
    49  			</dict>
    50  			<dict>
    51  				<key>_name</key>
    52  				<string>Contacts</string>
    53  				<key>has64BitIntelCode</key>
    54  				<string>yes</string>
    55  				<key>lastModified</key>
    56  				<date>2017-12-19T19:04:25Z</date>
    57  				<key>obtained_from</key>
    58  				<string>apple</string>
    59  				<key>path</key>
    60  				<string>/Applications/Contacts.app</string>
    61  				<key>runtime_environment</key>
    62  				<string>arch_x86</string>
    63  				<key>signed_by</key>
    64  				<array>
    65  					<string>Software Signing</string>
    66  					<string>Apple Code Signing Certification Authority</string>
    67  					<string>Apple Root CA</string>
    68  				</array>
    69  				<key>version</key>
    70  				<string>11.0</string>
    71  			</dict>
    72  		</array>
    73  		<key>_parentDataType</key>
    74  		<string>SPSoftwareDataType</string>
    75  	</dict>
    76  </array>
    77  </plist>
    78  """