There was an error while loading. Please reload this page.
1 parent 0060069 commit 2e34569Copy full SHA for 2e34569
2 files changed
.github/workflows/build-pkg.yml
@@ -110,7 +110,7 @@ jobs:
110
CODE_SIGN_STYLE=Manual \
111
DEVELOPMENT_TEAM="${{ secrets.APPLE_TEAM_ID }}" \
112
OTHER_CODE_SIGN_FLAGS="--timestamp --options runtime" \
113
- clean build
+ build
114
115
# ─── Stage files for PKG ─────────────────────────────────────
116
- name: Stage PKG payload
AdminRightsHelper/AdminRightsHelper.swift
@@ -1,4 +1,3 @@
1
-#!/usr/bin/env swift
2
//
3
// AdminRightsHelper.swift
4
// AdminRightsManager
0 commit comments