mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
e8a29b1a29
The internal parser is retro compatible with old Clover revisions since r3250. This is possible because a check for the existence of any variable inside SETTING_DATA structure is performed before the call. Variables are all accessed using the label property of the Mirror class, so as a string.
19 lines
489 B
Plaintext
19 lines
489 B
Plaintext
<?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">
|
|
<array>
|
|
<dict>
|
|
<key>BundleHasStrictIdentifier</key>
|
|
<false/>
|
|
<key>BundleIsRelocatable</key>
|
|
<false/>
|
|
<key>BundleIsVersionChecked</key>
|
|
<false/>
|
|
<key>BundleOverwriteAction</key>
|
|
<string>upgrade</string>
|
|
<key>RootRelativeBundlePath</key>
|
|
<string>Applications/Clover.app</string>
|
|
</dict>
|
|
</array>
|
|
</plist>
|