Skip to content

Commit 18d50db

Browse files
committed
retry
1 parent 31e9d84 commit 18d50db

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
with:
5151
fetch-depth: 0
52+
- name: Install Swiftlint
53+
run: |
54+
brew install [email protected]
5255
- run: |
5356
make lint
5457
working-directory: Coder Desktop

Coder Desktop/Coder Desktop.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@
624624
CURRENT_PROJECT_VERSION = 1;
625625
DEVELOPMENT_TEAM = 4399GN35BJ;
626626
GENERATE_INFOPLIST_FILE = YES;
627+
MACOSX_DEPLOYMENT_TARGET = 14.6;
627628
MARKETING_VERSION = 1.0;
628629
PRODUCT_BUNDLE_IDENTIFIER = "com.coder.Coder-DesktopUITests";
629630
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -640,6 +641,7 @@
640641
CURRENT_PROJECT_VERSION = 1;
641642
DEVELOPMENT_TEAM = 4399GN35BJ;
642643
GENERATE_INFOPLIST_FILE = YES;
644+
MACOSX_DEPLOYMENT_TARGET = 14.6;
643645
MARKETING_VERSION = 1.0;
644646
PRODUCT_BUNDLE_IDENTIFIER = "com.coder.Coder-DesktopUITests";
645647
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)