Skip to content

Commit

Permalink
Get things compile in Xcode 12 (is not guaranteed to work)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Jul 29, 2020
1 parent 25cc96f commit e8a2a1b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion AppleALC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
1C748C1E1C21952C0024EED2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1150;
LastUpgradeCheck = 1200;
ORGANIZATIONNAME = vit9696;
TargetAttributes = {
1C748C261C21952C0024EED2 = {
Expand Down Expand Up @@ -536,6 +536,9 @@
"-fno-non-call-exceptions",
"-fno-builtin",
"-fno-asynchronous-unwind-tables",
"-Wno-unknown-warning-option",
"-Wno-ossharedptr-misuse",
"-Wno-vla",
);
OTHER_LDFLAGS = "-static";
PRODUCT_BUNDLE_IDENTIFIER = "$(MODULE_NAME)";
Expand Down Expand Up @@ -581,6 +584,9 @@
"-fno-non-call-exceptions",
"-fno-builtin",
"-fno-asynchronous-unwind-tables",
"-Wno-unknown-warning-option",
"-Wno-ossharedptr-misuse",
"-Wno-vla",
);
OTHER_LDFLAGS = "-static";
PRODUCT_BUNDLE_IDENTIFIER = "$(MODULE_NAME)";
Expand Down Expand Up @@ -701,6 +707,9 @@
"-fno-asynchronous-unwind-tables",
"-fsanitize=undefined,nullability",
"-fno-sanitize=function",
"-Wno-unknown-warning-option",
"-Wno-ossharedptr-misuse",
"-Wno-vla",
);
OTHER_LDFLAGS = "-static";
PRODUCT_BUNDLE_IDENTIFIER = "$(MODULE_NAME)";
Expand Down

0 comments on commit e8a2a1b

Please sign in to comment.