Skip to content

Commit c8b096c

Browse files
committed
Document Icon attempt. Also, make track colors OTIO colors, derp!
1 parent 76bd3cd commit c8b096c

File tree

10 files changed

+14
-11
lines changed

10 files changed

+14
-11
lines changed

OpenTimelineIO-Sample/OpenTimelineIO-Reader/Assets.xcassets/AudioTrackBaseColor.colorset/Contents.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"colors" : [
33
{
44
"color" : {
5-
"color-space" : "srgb",
5+
"color-space" : "display-p3",
66
"components" : {
7-
"alpha" : "0.500",
8-
"blue" : "0.000",
9-
"green" : "0.560",
10-
"red" : "0.000"
7+
"alpha" : "0.750",
8+
"blue" : "0.388",
9+
"green" : "0.773",
10+
"red" : "0.612"
1111
}
1212
},
1313
"idiom" : "universal"
8.59 KB
Loading
19.4 KB
Loading
19.4 KB
Loading
55.6 KB
Loading
4.97 KB
Loading
55.6 KB
Loading
181 KB
Loading

OpenTimelineIO-Sample/OpenTimelineIO-Reader/Assets.xcassets/VideoTrackBaseColor.colorset/Contents.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"colors" : [
33
{
44
"color" : {
5-
"color-space" : "srgb",
5+
"color-space" : "display-p3",
66
"components" : {
7-
"alpha" : "0.500",
8-
"blue" : "0.575",
9-
"green" : "0.096",
10-
"red" : "0.005"
7+
"alpha" : "0.750",
8+
"blue" : "0.314",
9+
"green" : "0.490",
10+
"red" : "0.216"
1111
}
1212
},
1313
"idiom" : "universal"

OpenTimelineIO-Sample/OpenTimelineIO-Reader/Info.plist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@
5757
<key>UTTypeDescription</key>
5858
<string>OpenTimelineIO</string>
5959
<key>UTTypeIcons</key>
60-
<dict/>
60+
<dict>
61+
<key>UTTypeIconBadgeName</key>
62+
<string>OTIODocumentIcon</string>
63+
</dict>
6164
<key>UTTypeIdentifier</key>
6265
<string>io.aswf.opentimelineio</string>
6366
<key>UTTypeTagSpecification</key>

0 commit comments

Comments
 (0)