mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-11 16:27:19 +10:00
Launch Services: Adjust AssociatedBundleIdentifiers
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# OpenCore Legacy Patcher changelog
|
||||
|
||||
## 1.6.0
|
||||
|
||||
- Set `AssociatedBundleIdentifiers` property in launch services as an array
|
||||
|
||||
## 1.5.0
|
||||
- Restructure project directories
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>AssociatedBundleIdentifiers</key>
|
||||
<string>com.dortania.opencore-legacy-patcher</string>
|
||||
<array>
|
||||
<string>com.dortania.opencore-legacy-patcher</string>
|
||||
</array>
|
||||
<key>Label</key>
|
||||
<string>com.dortania.opencore-legacy-patcher.auto-patch</string>
|
||||
<key>ProgramArguments</key>
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>AssociatedBundleIdentifiers</key>
|
||||
<string>com.dortania.opencore-legacy-patcher</string>
|
||||
<array>
|
||||
<string>com.dortania.opencore-legacy-patcher</string>
|
||||
</array>
|
||||
<key>Label</key>
|
||||
<string>com.dortania.opencore-legacy-patcher.macos-update</string>
|
||||
<key>ProgramArguments</key>
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>AssociatedBundleIdentifiers</key>
|
||||
<string>com.dortania.opencore-legacy-patcher</string>
|
||||
<array>
|
||||
<string>com.dortania.opencore-legacy-patcher</string>
|
||||
</array>
|
||||
<key>Label</key>
|
||||
<string>com.dortania.opencore-legacy-patcher.rsr-monitor</string>
|
||||
<key>ProgramArguments</key>
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>AssociatedBundleIdentifiers</key>
|
||||
<string>com.dortania.opencore-legacy-patcher</string>
|
||||
<array>
|
||||
<string>com.dortania.opencore-legacy-patcher</string>
|
||||
</array>
|
||||
<key>Label</key>
|
||||
<string>com.dortania.opencore-legacy-patcher.rsr-monitor</string>
|
||||
<key>ProgramArguments</key>
|
||||
|
||||
Reference in New Issue
Block a user