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