diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e7419de..62f7ba4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: "latest-stable" + xcode-version: "14.3" - name: "Import Certificate: Development" env: @@ -221,7 +221,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: "latest-stable" + xcode-version: "14.3" - name: Install sentry-cli run: brew install getsentry/tools/sentry-cli - name: "Import Certificate: Development" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ea2c33..7c9dbdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: "latest-stable" + xcode-version: "14.3" - name: Repository checkout uses: actions/checkout@v3 - name: Cache mint modules @@ -46,7 +46,7 @@ jobs: # steps: # - uses: maxim-lobanov/setup-xcode@v1 # with: - # xcode-version: "latest-stable" + # xcode-version: "14.3" # - name: "Import Certificate: Development" # env: # DEVELOPMENT_CERTIFICATE_DATA: ${{ secrets.DEVELOPMENT_CERTIFICATE_DATA }} @@ -156,7 +156,7 @@ jobs: repo-token-user-login: "github-actions[bot]" - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: "latest-stable" + xcode-version: "14.3" - name: "Import Certificate: Development" env: DEVELOPMENT_CERTIFICATE_DATA: ${{ secrets.DEVELOPMENT_CERTIFICATE_DATA }} @@ -322,7 +322,7 @@ jobs: repo-token-user-login: "github-actions[bot]" - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: "latest-stable" + xcode-version: "14.3" - name: "Import Certificate: Development" env: DEVELOPMENT_CERTIFICATE_DATA: ${{ secrets.DEVELOPMENT_CERTIFICATE_DATA }} diff --git a/Pareto/Checks/System Integrity/NoUnusedUsers.swift b/Pareto/Checks/System Integrity/NoUnusedUsers.swift index 3ed4edf..577d416 100644 --- a/Pareto/Checks/System Integrity/NoUnusedUsers.swift +++ b/Pareto/Checks/System Integrity/NoUnusedUsers.swift @@ -18,7 +18,7 @@ class NoUnusedUsers: ParetoCheck { } override var TitleOFF: String { - "Unrequired user accounts are present(" + accounts.joined(separator: ",") + ")" + "Unrequired user accounts are present, review(" + accounts.joined(separator: ",") + ")" } var accounts: [String] { diff --git a/Pareto/Info.plist b/Pareto/Info.plist index cdc2e18..17478eb 100644 --- a/Pareto/Info.plist +++ b/Pareto/Info.plist @@ -26,7 +26,7 @@ CFBundleVersion - 5310 + 5315 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion