2
0

mpjson support on iOS.

This commit is contained in:
Maarten Billemont
2020-04-27 16:33:10 -04:00
parent 5717375e75
commit 8cfb9a83c5
2 changed files with 32 additions and 2 deletions

View File

@@ -4004,7 +4004,7 @@
);
OTHER_CFLAGS = (
"-DMPW_SODIUM=1",
"-DMPW_CPERCIVA=0",
"-DMPW_JSON=1",
);
PRODUCT_BUNDLE_IDENTIFIER = com.lyndir.lhunath.MasterPassword;
PRODUCT_NAME = MasterPassword;
@@ -4040,7 +4040,7 @@
);
OTHER_CFLAGS = (
"-DMPW_SODIUM=1",
"-DMPW_CPERCIVA=0",
"-DMPW_JSON=1",
);
PRODUCT_BUNDLE_IDENTIFIER = com.lyndir.lhunath.MasterPassword;
PRODUCT_NAME = MasterPassword;