- <class name="application" code="Capp" description="The application's top-level scripting object.">
- <cocoa class="NSApplication"/>
- <property name="preferences" code="Cprp" type="preferences" access="r">
- <cocoa key="scriptedPreferences"/>
- </property>
- </class>
- <class name="preferences" code="Cprf" description="The application preferences">
- <cocoa class="ScriptedPreferences"/>
- <property name="fps" code="Cpfp" type="integer" description="Sets the FPS of the recording" access="rw" />
- <property name="outputs" code="Cpou" type="text" description="Which outputs get generated locally" access="rw" />
- <property name="backend" code="Cpbk" type="file url" description="Updates the backend URL that will be used" access="rw" />
- <property name="backend_output" code="Cpbo" type="text" description="Which output should be sent to the backend" access="rw" />
- <property name="keep_local_files" code="Cplf" type="boolean" description="Whether to keep local files after a successful backend upload." access="rw"/>
+ <class name="application" code="capp" description="The application's top-level scripting object.">
+ <cocoa class="CapturaApp"/>