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 602344c commit 8cab037
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion DebugEnhancer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
1C748C1E1C21952C0024EED2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1120;
LastUpgradeCheck = 1200;
ORGANIZATIONNAME = vit9696;
TargetAttributes = {
1C748C261C21952C0024EED2 = {
Expand Down Expand Up @@ -378,6 +378,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 = as.lvs1974.DebugEnhancer;
Expand Down Expand Up @@ -423,6 +426,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 = as.lvs1974.DebugEnhancer;
Expand Down

0 comments on commit 8cab037

Please sign in to comment.