Skip to content

Instantly share code, notes, and snippets.

@uliwitness
Last active January 24, 2017 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uliwitness/0c0b9a77b3224c9be98c68e06b4d9cd6 to your computer and use it in GitHub Desktop.
Save uliwitness/0c0b9a77b3224c9be98c68e06b4d9cd6 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
<dictionary title="AppleScriptPropertyTest Terminology" xmlns:xi="http://www.w3.org/2003/XInclude">
<xi:include href="file://localhost/System/Library/ScriptingDefinitions/CocoaStandard.sdef" xpointer="xpointer(/dictionary/suite)"/>
<suite name="AppleScriptPropertyTest Suite" code="ASPT" description="AppleScriptPropertyTest Suite">
<cocoa name="ULIAppleScriptPropertyTestSuite"/>
<class-extension description="The App" extends="application">
<cocoa class="NSApplication"/>
<property name="boogaloo" code="ACTV" description="App&apos;s boogaloo prop." type="boolean">
<cocoa key="boogaloo"/>
</property>
</class-extension>
</suite>
</dictionary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment