mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 15:23:27 +01:00
[AltServer] Fixes “SDK does not contain libarclite” error when archiving
This commit is contained in:
10
Pods/Local Podspecs/STPrivilegedTask.podspec.json
generated
10
Pods/Local Podspecs/STPrivilegedTask.podspec.json
generated
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"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.",
|
||||
"version": "1.0.8",
|
||||
"summary": "An NSTask-like wrapper around the macOS Security Framework's AuthorizationExecuteWithPrivileges()",
|
||||
"description": "An NSTask-like wrapper around AuthorizationExecuteWithPrivileges() in the Security API to run shell commands with root privileges on macOS.",
|
||||
"homepage": "http://github.com/sveinbjornt/STPrivilegedTask",
|
||||
"license": {
|
||||
"type": "BSD"
|
||||
@@ -15,11 +15,11 @@
|
||||
},
|
||||
"source": {
|
||||
"git": "https://github.com/sveinbjornt/STPrivilegedTask.git",
|
||||
"tag": "1.0.7"
|
||||
"tag": "1.0.8"
|
||||
},
|
||||
"source_files": "STPrivilegedTask.{h,m}",
|
||||
"exclude_files": "PrivilegedTaskExample",
|
||||
"public_header_files": "STPrivilegedTask.h",
|
||||
"frameworks": "Security",
|
||||
"requires_arc": false
|
||||
"requires_arc": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user