1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-08 13:30:06 +01:00

🐛 Fix issue w/ flag evaluation order (#165)

This commit is contained in:
2022-04-20 22:31:20 +02:00
parent df506e4128
commit 3cff2d6469
2 changed files with 13 additions and 8 deletions

View File

@@ -1324,7 +1324,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 760;
CURRENT_PROJECT_VERSION = 761;
DEBUG = YES;
DEVELOPMENT_TEAM = 8M54J5J787;
ENABLE_HARDENED_RUNTIME = YES;
@@ -1350,7 +1350,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 760;
CURRENT_PROJECT_VERSION = 761;
DEBUG = NO;
DEVELOPMENT_TEAM = 8M54J5J787;
ENABLE_HARDENED_RUNTIME = YES;