mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-26 16:53:45 +02:00
Set bundle identifier to match default data dir
This commit is contained in:
parent
774b288a68
commit
d65cecf4ac
1 changed files with 2 additions and 2 deletions
|
@ -3697,7 +3697,7 @@
|
||||||
"-w",
|
"-w",
|
||||||
);
|
);
|
||||||
OTHER_CODE_SIGN_FLAGS = "--ignore-resources";
|
OTHER_CODE_SIGN_FLAGS = "--ignore-resources";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.zoro.mkxpz;
|
PRODUCT_BUNDLE_IDENTIFIER = "com.zoro.mkxp-z";
|
||||||
PRODUCT_NAME = "mkxp-z";
|
PRODUCT_NAME = "mkxp-z";
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
|
@ -3736,7 +3736,7 @@
|
||||||
"-w",
|
"-w",
|
||||||
);
|
);
|
||||||
OTHER_CODE_SIGN_FLAGS = "--ignore-resources";
|
OTHER_CODE_SIGN_FLAGS = "--ignore-resources";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.zoro.mkxpz;
|
PRODUCT_BUNDLE_IDENTIFIER = "com.zoro.mkxp-z";
|
||||||
PRODUCT_NAME = "mkxp-z";
|
PRODUCT_NAME = "mkxp-z";
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
|
|
Loading…
Add table
Reference in a new issue