Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

metainfo: Clarify requirements, types #192

Merged
merged 1 commit into from
Sep 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions versions/ufo3/metainfo.plist.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ The property list data consists of a dictionary at the top level. The keys and v
{: .name-type-description}
| key | type | description |
|--|--|--|
| creator | string | The application or library that created the UFO. This should follow a [reverse domain naming scheme]. For example, *org.robofab.ufoLib*. |
| formatVersion | int | The major version number of the UFO format. 3 for UFO 3. |
| formatVersionMinor | int | The minor version number of the UFO format. Optional if the minor version is 0, must be present if the minor version is not 0. |
| creator | string | The application or library that created the UFO. This should follow a [reverse domain naming scheme]. For example, *org.robofab.ufoLib*. Optional. |
| formatVersion | non-negative integer | The major version number of the UFO format. 3 for UFO 3. Required. |
| formatVersionMinor | non-negative integer | The minor version number of the UFO format. Optional if the minor version is 0, must be present if the minor version is not 0. |

### Example

Expand Down