mirror of
https://github.com/jeremysrand/Apple2BuildPipeline.git
synced 2024-12-04 05:49:23 +00:00
137 lines
3.2 KiB
Plaintext
137 lines
3.2 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Nodes</key>
|
|
<array>
|
|
<string>main.c</string>
|
|
<string>Makefile</string>
|
|
<string>make/AppleCommander.jar</string>
|
|
<string>make/createDiskImage</string>
|
|
<string>make/DevApple.vii</string>
|
|
<string>make/dos33_template.dsk</string>
|
|
<string>make/head.mk</string>
|
|
<string>make/prodos_template.dsk</string>
|
|
<string>make/tail.mk</string>
|
|
<string>make/V2Make.scpt</string>
|
|
</array>
|
|
<key>Definitions</key>
|
|
<dict>
|
|
<key>main.c</key>
|
|
<dict>
|
|
<key>Path</key>
|
|
<string>main.c</string>
|
|
</dict>
|
|
<key>make/V2Make.scpt</key>
|
|
<dict>
|
|
<key>Group</key>
|
|
<string>make</string>
|
|
<key>Path</key>
|
|
<string>make/V2Make.scpt</string>
|
|
</dict>
|
|
<key>make/tail.mk</key>
|
|
<dict>
|
|
<key>Group</key>
|
|
<string>make</string>
|
|
<key>Path</key>
|
|
<string>make/tail.mk</string>
|
|
</dict>
|
|
<key>make/prodos_template.dsk</key>
|
|
<dict>
|
|
<key>Group</key>
|
|
<string>make</string>
|
|
<key>Path</key>
|
|
<string>make/prodos_template.dsk</string>
|
|
</dict>
|
|
<key>make/head.mk</key>
|
|
<dict>
|
|
<key>Group</key>
|
|
<string>make</string>
|
|
<key>Path</key>
|
|
<string>make/head.mk</string>
|
|
</dict>
|
|
<key>make/dos33_template.dsk</key>
|
|
<dict>
|
|
<key>Group</key>
|
|
<string>make</string>
|
|
<key>Path</key>
|
|
<string>make/dos33_template.dsk</string>
|
|
</dict>
|
|
<key>make/DevApple.vii</key>
|
|
<dict>
|
|
<key>Group</key>
|
|
<string>make</string>
|
|
<key>Path</key>
|
|
<string>make/DevApple.vii</string>
|
|
</dict>
|
|
<key>make/createDiskImage</key>
|
|
<dict>
|
|
<key>Group</key>
|
|
<string>make</string>
|
|
<key>Path</key>
|
|
<string>make/createDiskImage</string>
|
|
</dict>
|
|
<key>make/AppleCommander.jar</key>
|
|
<dict>
|
|
<key>Path</key>
|
|
<string>make/AppleCommander.jar</string>
|
|
<key>Group</key>
|
|
<string>make</string>
|
|
</dict>
|
|
<key>Makefile</key>
|
|
<dict>
|
|
<key>Path</key>
|
|
<string>Makefile</string>
|
|
</dict>
|
|
</dict>
|
|
<key>Kind</key>
|
|
<string>Xcode.Xcode3.ProjectTemplateUnitKind</string>
|
|
<key>Identifier</key>
|
|
<string>com.halcyontouch.apple2BuildSystem</string>
|
|
<key>Ancestors</key>
|
|
<array>
|
|
<string>com.apple.dt.unit.externalBuildSystem</string>
|
|
</array>
|
|
<key>Concrete</key>
|
|
<true/>
|
|
<key>Description</key>
|
|
<string>This template builds Apple ][ programs using cc65.</string>
|
|
<key>Options</key>
|
|
<array/>
|
|
<key>Targets</key>
|
|
<array>
|
|
<dict>
|
|
<key>TargetType</key>
|
|
<string>Legacy</string>
|
|
<key>TargetIdentifier</key>
|
|
<string>com.apple.dt.cocoaLegacyTarget</string>
|
|
<key>BuildToolPath</key>
|
|
<string>___VARIABLE_buildToolPath___</string>
|
|
<key>BuildToolArgsString</key>
|
|
<string>-C ___PACKAGENAME___ $(ACTION)</string>
|
|
<key>SharedSettings</key>
|
|
<dict>
|
|
<key>OTHER_CFLAGS</key>
|
|
<string></string>
|
|
<key>OTHER_LDFLAGS</key>
|
|
<string></string>
|
|
</dict>
|
|
<key>Configurations</key>
|
|
<dict>
|
|
<key>Debug</key>
|
|
<dict>
|
|
<key>DEBUGGING_SYMBOLS</key>
|
|
<string>YES</string>
|
|
<key>GCC_GENERATE_DEBUGGING_SYMBOLS</key>
|
|
<string>YES</string>
|
|
<key>GCC_OPTIMIZATION_LEVEL</key>
|
|
<string>0</string>
|
|
</dict>
|
|
<key>Release</key>
|
|
<dict/>
|
|
</dict>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|