mod: 修改包名

This commit is contained in:
guozhigq
2023-05-15 11:17:37 +08:00
parent 5426e10b35
commit 83fac74630
7 changed files with 9 additions and 8 deletions

View File

@ -365,7 +365,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.pilipala;
PRODUCT_BUNDLE_IDENTIFIER = com.guozhigq.pilipala;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
@ -494,7 +494,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.pilipala;
PRODUCT_BUNDLE_IDENTIFIER = com.guozhigq.pilipala;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@ -517,7 +517,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = com.example.pilipala;
PRODUCT_BUNDLE_IDENTIFIER = com.guozhigq.pilipala;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;