mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 23:03:27 +01:00
[AltServer] Refactors Mail plug-in installation to fix notarization errors
AltServer must now download the Mail plug-in at runtime, because notarization will fail if AltServer contains an unsigned binary (and as of Catalina, Mail plug-ins only work if they’re unsigned)
This commit is contained in:
25
Pods/Local Podspecs/STPrivilegedTask.podspec.json
generated
Normal file
25
Pods/Local Podspecs/STPrivilegedTask.podspec.json
generated
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "STPrivilegedTask",
|
||||
"version": "1.0.7",
|
||||
"summary": "An NSTask-like wrapper around Mac OS X Security Framework's AuthorizationExecuteWithPrivileges()",
|
||||
"description": "An NSTask-like wrapper around AuthorizationExecuteWithPrivileges() in the Security API to run shell commands with root privileges in Mac OS X.",
|
||||
"homepage": "http://github.com/sveinbjornt/STPrivilegedTask",
|
||||
"license": {
|
||||
"type": "BSD"
|
||||
},
|
||||
"authors": {
|
||||
"Sveinbjorn Thordarson": "sveinbjorn@sveinbjorn.org"
|
||||
},
|
||||
"platforms": {
|
||||
"osx": "10.8"
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/sveinbjornt/STPrivilegedTask.git",
|
||||
"tag": "1.0.7"
|
||||
},
|
||||
"source_files": "STPrivilegedTask.{h,m}",
|
||||
"exclude_files": "PrivilegedTaskExample",
|
||||
"public_header_files": "STPrivilegedTask.h",
|
||||
"frameworks": "Security",
|
||||
"requires_arc": false
|
||||
}
|
||||
Reference in New Issue
Block a user