Launch Services: Adjust AssociatedBundleIdentifiers

This commit is contained in:
Mykola Grymalyuk
2024-06-02 12:04:26 -06:00
parent dd88879dc0
commit ec103c1d2e
5 changed files with 13 additions and 5 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>