You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2018/04/20 06:38:37 UTC

incubator-weex git commit: add sdk products to git ignore and remove the start script running while the demo start

Repository: incubator-weex
Updated Branches:
  refs/heads/master 14dbdc48a -> d36a34c85


add sdk products to git ignore and remove the start script running while the demo start


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/d36a34c8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/d36a34c8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/d36a34c8

Branch: refs/heads/master
Commit: d36a34c85f2765ff9b80d139218af9dc0792e408
Parents: 14dbdc4
Author: acton393 <zh...@gmail.com>
Authored: Fri Apr 20 14:38:05 2018 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Fri Apr 20 14:38:05 2018 +0800

----------------------------------------------------------------------
 ios/.gitignore                                    | 2 ++
 ios/playground/WeexDemo.xcodeproj/project.pbxproj | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/d36a34c8/ios/.gitignore
----------------------------------------------------------------------
diff --git a/ios/.gitignore b/ios/.gitignore
index 59dcf27..37ff31d 100644
--- a/ios/.gitignore
+++ b/ios/.gitignore
@@ -10,6 +10,8 @@ build/
 _demo/
 DerivedData
 
+sdk/Products
+
 ## Various settings
 *.pbxuser
 !default.pbxuser

http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/d36a34c8/ios/playground/WeexDemo.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/ios/playground/WeexDemo.xcodeproj/project.pbxproj b/ios/playground/WeexDemo.xcodeproj/project.pbxproj
index 7f7f31c..674d57d 100644
--- a/ios/playground/WeexDemo.xcodeproj/project.pbxproj
+++ b/ios/playground/WeexDemo.xcodeproj/project.pbxproj
@@ -504,7 +504,7 @@
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
-			shellScript = "DEST=$CONFIGURATION_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH\n\nif [[ \"$CONFIGURATION\" = \"Debug\" && \"$PLATFORM_NAME\" != \"iphonesimulator\" ]]; then\nipconfig getifaddr en0 | awk '{printf(\"%s\",$0)}' > \"$DEST/localServer-ip.txt\"\nfi\n\nset -x\n\nif nc -w 5 -z localhost 12580 ; then\n    echo \"Port 12580 already in use, server is running\"\nelse\n    if [ $BUILD_ENV = \"macaca\" ];then\n        echo \"you define auto test\"\n    else\n        open -a Terminal \"$SRCROOT/../../start\"\n    fi\nfi\n\n";
+			shellScript = "DEST=$CONFIGURATION_BUILD_DIR/$UNLOCALIZED_RESOURCES_FOLDER_PATH\n\nif [[ \"$CONFIGURATION\" = \"Debug\" && \"$PLATFORM_NAME\" != \"iphonesimulator\" ]]; then\nipconfig getifaddr en0 | awk '{printf(\"%s\",$0)}' > \"$DEST/localServer-ip.txt\"\nfi";
 		};
 		84361D271CA10F8E00F43825 /* [CP] Check Pods Manifest.lock */ = {
 			isa = PBXShellScriptBuildPhase;