Fix tests

This commit is contained in:
Scott Kyle 2016-03-23 13:20:05 -07:00
parent 42485045f3
commit d34ce0055d
2 changed files with 5 additions and 2 deletions

View File

@ -845,6 +845,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VERSIONING_SYSTEM = "";
};
name = Debug;
};
@ -866,6 +867,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VERSIONING_SYSTEM = "";
};
name = Release;
};
@ -982,6 +984,7 @@
PRODUCT_BUNDLE_IDENTIFIER = "io.realm.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
VERSIONING_SYSTEM = "";
};
name = GCov_Build;
};

View File

@ -99,9 +99,9 @@ case "$TARGET" in
npm install
open_chrome
start_packager
popd
xcodebuild -scheme RealmReact -configuration "$CONFIGURATION" -sdk iphonesimulator $DESTINATION build test
pushd ios
xcodebuild -scheme ReactTestApp -configuration "$CONFIGURATION" -sdk iphonesimulator $DESTINATION build test
;;
"react-example")
pushd examples/ReactExample