Commit 8676a52e authored by shiyunjie's avatar shiyunjie

agera rn

parent fe9e276c
......@@ -102,7 +102,7 @@ android {
}
defaultConfig {
applicationId "com.basicapp"
applicationId "{{packageName}}"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
......
<resources>
<string name="app_name">BasicApp</string>
<string name="app_name">{{appName}}</string>
</resources>
......@@ -1417,7 +1417,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.basicapp;
PRODUCT_BUNDLE_IDENTIFIER = {{packageName}};
PRODUCT_NAME = BasicApp;
VERSIONING_SYSTEM = "apple-generic";
};
......@@ -1439,7 +1439,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.basicapp;
PRODUCT_BUNDLE_IDENTIFIER = {{packageName}};
PRODUCT_NAME = BasicApp;
VERSIONING_SYSTEM = "apple-generic";
};
......
......@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>BasicApp</string>
<string>{{appName}}</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment