Skip to content

Commit

Permalink
Fix SPM on recent Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
williambj1 committed Jul 31, 2024
1 parent 9690839 commit e71c83c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Select Xcode
run: sudo xcode-select -s '/Applications/Xcode_15.3.app/Contents/Developer'

- uses: actions/cache@v4
with:
Expand Down
5 changes: 4 additions & 1 deletion HeliPort.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
ARCHS = (
x86_64,
arm64,
);
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
Expand Down

0 comments on commit e71c83c

Please sign in to comment.