-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[macOS] Add parallels kernel extension to macOS13 and macOS14
[macOS] Add parallels kernel extension to macOS13 and macOS14 [macOS] Add parallels kernel extension to macOS13 and macOS14 Add parallels desktop extension for macOS14 intel machines Undo changes to Generate-SoftwareReport.ps1 Add parallel desktop for sonoma arm64 and intel add parallels extension for macos13 add miscellaneous for macOS13 and macOS14 update security preference for macOS13 and macOS14 update hypervisor command for macOS13 and macOS14 change system setting for macOS13 and macos14 add tcc entry for parallels add extensions for com.parallels.kext identifiers add echo of kext value for validation remove parallels from tcc db for testing add change for macos13 and macos14 Update confirm-identified-developers-macos.scpt remove is_veertu for macos13 and macos14 Fix for macos 14 kernel extension approval update macos.scpt for macos13 and macos14 update security preference apple script fix for macos14 add apple script for macos13 and macos14 final changes update cask package
- Loading branch information
1 parent
4e6e715
commit baefd5c
Showing
9 changed files
with
111 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
images/macos/scripts/helpers/confirm-identified-developers-macos13.scpt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# This AppleScript clicks "Allow" for "System Software from developer "Parallels International GmbH" | ||
# Steps: | ||
# - Open System Settings -> Privacy & Security | ||
# - Click 'Allow' for 'System Software from developer "Parallels International GmbH' | ||
# - Enter password for runner | ||
|
||
on run argv | ||
set userpassword to item 1 of argv | ||
|
||
tell application "System Settings" | ||
activate | ||
delay 5 | ||
end tell | ||
|
||
tell application "System Events" | ||
tell process "System Settings" | ||
set frontmost to true | ||
repeat until exists window 1 | ||
delay 2 | ||
end repeat | ||
|
||
tell splitter group 1 of group 1 of window 1 | ||
select row 20 of outline 1 of scroll area 1 of group 1 | ||
delay 5 | ||
click UI Element 2 of group 4 of scroll area 1 of group 1 of group 2 | ||
delay 5 | ||
keystroke userpassword | ||
delay 5 | ||
keystroke return | ||
delay 5 | ||
end tell | ||
end tell | ||
end tell | ||
end run |
34 changes: 34 additions & 0 deletions
34
images/macos/scripts/helpers/confirm-identified-developers-macos14.scpt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# This AppleScript clicks "Allow" for "System Software from developer "Parallels International GmbH" | ||
# Steps: | ||
# - Open System Settings -> Privacy & Security | ||
# - Click 'Allow' for 'System Software from developer "Parallels International GmbH' | ||
# - Enter password for runner | ||
|
||
on run argv | ||
set userpassword to item 1 of argv | ||
|
||
tell application "System Settings" | ||
activate | ||
delay 5 | ||
end tell | ||
|
||
tell application "System Events" | ||
tell process "System Settings" | ||
set frontmost to true | ||
repeat until exists window 1 | ||
delay 2 | ||
end repeat | ||
|
||
tell splitter group 1 of group 1 of window 1 | ||
select row 18 of outline 1 of scroll area 1 of group 1 | ||
delay 5 | ||
click UI Element 2 of group 5 of scroll area 1 of group 1 of group 2 | ||
delay 5 | ||
keystroke userpassword | ||
delay 5 | ||
keystroke return | ||
delay 5 | ||
end tell | ||
end tell | ||
end tell | ||
end run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ | |
"xcodes" | ||
], | ||
"cask_packages": [ | ||
"" | ||
"parallels" | ||
] | ||
}, | ||
"gcc": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ | |
"xcodes" | ||
], | ||
"cask_packages": [ | ||
"" | ||
"parallels" | ||
] | ||
}, | ||
"gcc": { | ||
|