mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-27 01:52:30 +01:00
b04a4b83f2
AppleEvent — and add an XCTestCase that can run and verify results of AppleScripts that target Evergreen.
18 lines
575 B
XML
18 lines
575 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
|
|
|
|
<!-- declare the namespace for using XInclude so we can include the standard suite -->
|
|
<dictionary title="sa;lfsdf" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
|
|
<suite name="Internet Suite" code="GURL"
|
|
description="Standard Internet Suite.">
|
|
|
|
<command name="open location" code="GURLGURL" description="opens the given url.">
|
|
<direct-parameter type="text"/>
|
|
</command>
|
|
</suite>
|
|
|
|
</dictionary>
|
|
|