Skip to content

Commit

Permalink
set Architecture as x86_64
Browse files Browse the repository at this point in the history
* bypasses 'The application can't be opened.'

* forcing Apple Silicon Macs to run in Rosetta
  • Loading branch information
SkyrilHD committed Jan 10, 2023
1 parent c96808d commit 35b3037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HotApps.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
Expand Down Expand Up @@ -409,6 +410,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = x86_64;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
Expand Down

0 comments on commit 35b3037

Please sign in to comment.