mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +01:00
Merge branch 'mac-candidate'
This commit is contained in:
commit
49f17e5d14
@ -66,7 +66,7 @@
|
|||||||
</class>
|
</class>
|
||||||
|
|
||||||
<enumeration name="account type" code="enum">
|
<enumeration name="account type" code="enum">
|
||||||
<enumerator name="local" code="Locl" description="The On my Mac account"/>
|
<enumerator name="onmymac" code="Locl" description="An On my Mac (local) account"/>
|
||||||
<enumerator name="feedly" code="Fdly" description="A Feedly account"/>
|
<enumerator name="feedly" code="Fdly" description="A Feedly account"/>
|
||||||
<enumerator name="feedbin" code="Fdbn" description="A Feedbin account"/>
|
<enumerator name="feedbin" code="Fdbn" description="A Feedbin account"/>
|
||||||
<enumerator name="feed wrangler" code="FWrg" description="A Feed Wrangler account"/>
|
<enumerator name="feed wrangler" code="FWrg" description="A Feed Wrangler account"/>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
<property name="id" code="ID " type="text" access="r" description="The unique id of the account">
|
<property name="id" code="ID " type="text" access="r" description="The unique id of the account">
|
||||||
<cocoa key="uniqueId"/>
|
<cocoa key="uniqueId"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="type" code="ATyp" type="account type" access="r" description="The type of the account">
|
<property name="accountType" code="ATyp" type="account type" access="r" description="The type of the account">
|
||||||
<cocoa key="accountType"/>
|
<cocoa key="accountType"/>
|
||||||
</property>
|
</property>
|
||||||
<property name="active" code="Actv" type="boolean" access="rw" description="Whether or not the account is active">
|
<property name="active" code="Actv" type="boolean" access="rw" description="Whether or not the account is active">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user