Commit 4243524d authored by shiyunjie's avatar shiyunjie

largList

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