-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathinfo.yml
37 lines (30 loc) · 1.51 KB
/
info.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright (c) 2013 Shotgun Software Inc.
#
# CONFIDENTIAL AND PROPRIETARY
#
# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
# Source Code License included in this distribution package. See LICENSE.
# By accessing, using, copying or modifying this work you indicate your
# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
# not expressly granted therein are reserved by Shotgun Software Inc.
# Metadata defining the behaviour and requirements for this framework
# expected fields in the configuration file for this engine
configuration:
# the Shotgun fields that this engine needs in order to operate correctly
requires_shotgun_fields:
# More verbose description of this item
display_name: "Desktop Startup Framework"
description: "Startup logic for the PTR desktop app"
# Required minimum versions for this item to run
# Do not update this core version, or the upgrade of the PTR desktop app
# startup code will fail.
# When the PTR desktop app starts, it uses the core that is packaged with
# the desktop app to bootstrap and do an auto-update. After the update
# has been pulled down, we compare the version of the core used to download
# the update with this number here. If we dump this version here to something
# more recent, then the update will fail to install since the descriptor
# will complain that the current core is older than "requires_core_version".
requires_core_version: "v0.16.0"
requires_desktop_version: "v1.1.0"
# the frameworks this framework requires
frameworks: