Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Feb 19, 2022
1 parent 4beb87f commit 09ba86d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MobileCelestia.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1350,6 +1350,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGNING_ALLOWED = NO;
CODE_SIGNING_REQUIRED = NO;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(SHARED_BUILD_NUMBER)";
DEFINES_MODULE = YES;
Expand Down Expand Up @@ -1380,6 +1382,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CODE_SIGNING_ALLOWED = NO;
CODE_SIGNING_REQUIRED = NO;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "$(SHARED_BUILD_NUMBER)";
DEFINES_MODULE = YES;
Expand Down

0 comments on commit 09ba86d

Please sign in to comment.