diff options
| author | Fuwn <[email protected]> | 2025-02-24 04:12:17 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-24 04:12:17 -0800 |
| commit | eeb260a62d96f92e450773df182d935692d25845 (patch) | |
| tree | f2fb4dbfa3a80dc87e2b3a1649552a9559af41c7 /Settings.bundle/Root.plist | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-eeb260a62d96f92e450773df182d935692d25845.tar.xz sora-testing-eeb260a62d96f92e450773df182d935692d25845.zip | |
feat: Development commit
Diffstat (limited to 'Settings.bundle/Root.plist')
| -rw-r--r-- | Settings.bundle/Root.plist | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Settings.bundle/Root.plist b/Settings.bundle/Root.plist new file mode 100644 index 0000000..3bb1616 --- /dev/null +++ b/Settings.bundle/Root.plist @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>StringsTable</key> + <string>Root</string> + <key>PreferenceSpecifiers</key> + <array> + <dict> + <key>Type</key> + <string>PSChildPaneSpecifier</string> + <key>Title</key> + <string>Open Source Licenses</string> + <key>Key</key> + <string>kOpenSourceLicenses</string> + <key>File</key> + <string>OpenSourceLicenses</string> + </dict> + </array> +</dict> +</plist> |