Fix tests
This commit is contained in:
parent
42485045f3
commit
d34ce0055d
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue