Skip to content

Commit 3b57d5e

Browse files
committed
Attempting to fix broken blog post
1 parent 681ebeb commit 3b57d5e

File tree

1 file changed

+0
-59
lines changed

1 file changed

+0
-59
lines changed

docs/_includes/news/20260116.md

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -18,65 +18,6 @@ In theory it's amazing - and Patrokiras has done a great job building a fantasti
1818

1919
Because a `fcpworkspace` file is just a plist (Property List) - it's actually very easy to mess around with an customise - you can just open it in a text editor (I use [BBEdit](https://www.barebones.com/products/bbedit/)).
2020

21-
For example, here's the start of a file for example:
22-
23-
```
24-
<?xml version="1.0" encoding="UTF-8"?>
25-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
26-
<plist version="1.0">
27-
<dict>
28-
<key>AdditionalInformations</key>
29-
<dict>
30-
<key>timecodeHUDShowStateKey</key>
31-
<false/>
32-
<key>timecodeProjectHUDShowStateKey</key>
33-
<false/>
34-
</dict>
35-
<key>App Version</key>
36-
<integer>85</integer>
37-
<key>Auto Layout</key>
38-
<false/>
39-
<key>Bounds</key>
40-
<string>{{0, 45}, {2056, 1240}}</string>
41-
<key>Category</key>
42-
<integer>0</integer>
43-
<key>Display Name</key>
44-
<string>Final Cut Pro.saved</string>
45-
<key>Identifier</key>
46-
<string>C8AFE9FB-EF4C-4036-95E1-B7FFAC353E37</string>
47-
<key>Key Equivalent</key>
48-
<string></string>
49-
<key>Layout Inset</key>
50-
<real>0.0</real>
51-
<key>Layouts</key>
52-
<array>
53-
<dict>
54-
<key>Class</key>
55-
<string>PEMainWindowModule</string>
56-
<key>Content</key>
57-
<dict>
58-
<key>ToolbarConfiguration</key>
59-
<dict>
60-
<key>TB Display Mode</key>
61-
<integer>2</integer>
62-
<key>TB Icon Size Mode</key>
63-
<integer>1</integer>
64-
<key>TB Is Shown</key>
65-
<true/>
66-
<key>TB Size Mode</key>
67-
<integer>1</integer>
68-
</dict>
69-
<key>WindowClass</key>
70-
<string>PEWindow</string>
71-
<key>WindowState</key>
72-
<string>LKKeyWindow</string>
73-
<key>WindowStyleMask</key>
74-
<string>LKLargeMetricsMask NSClosableWindowMask NSMiniaturizableWindowMask NSResizableWindowMask NSTexturedBackgroundWindowMask NSTitledWindowMask</string>
75-
<key>releasedWhenClosed</key>
76-
<false/>
77-
</dict>
78-
```
79-
8021
Back when I first started working on FCPX Hacks, which later became CommandPost, I had a tool that allowed you to customise Final Cut Pro workspaces in a very similar fashion.
8122

8223
[Alex Gollner (Alex4D)](https://alex4d.com) was also messing around with these files about a decade ago.

0 commit comments

Comments
 (0)