feat:update template files

This commit is contained in:
pengfeizhou
2021-02-26 15:03:28 +08:00
committed by osborn
parent a997ac7646
commit 1d12e8985f
7 changed files with 95 additions and 12 deletions

View File

@@ -371,7 +371,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = pub.doric.Example;
PRODUCT_BUNDLE_IDENTIFIER = "pub.doric.ios.__$appKey__";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
@@ -390,7 +390,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = pub.doric.Example;
PRODUCT_BUNDLE_IDENTIFIER = "pub.doric.ios.__$appKey__";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};