Skip to content

Latest commit

 

History

History
40 lines (39 loc) · 999 Bytes

Example.md

File metadata and controls

40 lines (39 loc) · 999 Bytes

Example of how to build a plist for Darwinbuild if a project requires it and it's not in the default SDK from Xcode.

<key>AppleI386PCI</key>
	<dict>
		<key>dependencies</key>
		<dict>
			<key>build</key>
			<array>
				<string>bash</string>
				<string>distcc</string>
				<string>file_cmds</string>
				<string>gcc</string>
				<string>gcc_os</string>
				<string>gcc_select</string>
				<string>jam</string>
				<string>shell_cmds</string>
				<string>system_cmds</string>
				<string>text_cmds</string>
			</array>
			<key>header</key>
			<array>
				<string>xnu</string>
				<string>IOPCIFamily</string>
			</array>
			<key>staticlib</key>
			<array>
				<string>Libcpp_kext</string>
				<string>xnu</string>
			</array>
		</dict>
		<key>environment</key>
		<dict>
			<key>RC_ARCHS</key>
			<string>i386</string>
			<key>SYSTEM_LIBRARY_DIR</key>
			<string>/System/Library</string>
		</dict>
		<key>version</key>
		<string>6.1</string>
	</dict>