Commit 4243524d authored by shiyunjie's avatar shiyunjie

largList

parent d4829cc3
......@@ -20,6 +20,8 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
UserInterfaceState.xcuserstate
UserInterface.xcuserstate
project.xcworkspace
# Android/IntelliJ
......
......@@ -1454,7 +1454,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.basicapp;
PRODUCT_BUNDLE_IDENTIFIER = {{packageName}};
PRODUCT_NAME = BasicApp;
VERSIONING_SYSTEM = "apple-generic";
};
......@@ -1477,7 +1477,7 @@
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = com.basicapp;
PRODUCT_BUNDLE_IDENTIFIER = {{packageName}};
PRODUCT_NAME = BasicApp;
VERSIONING_SYSTEM = "apple-generic";
};
......
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