Skip to content

Commit

Permalink
Use older version of SDK that still supports showSettingsWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Jan 4, 2024
1 parent 6b48418 commit e800db2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Pareto/Checks/System Integrity/NoUnusedUsers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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] {
Expand Down
2 changes: 1 addition & 1 deletion Pareto/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>5310</string>
<string>5315</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit e800db2

Please sign in to comment.