rename test application Xcode scheme

This commit is contained in:
blagoev 2017-12-06 14:42:20 +02:00
parent bb97ea2653
commit 3000e5d117
2 changed files with 2 additions and 0 deletions

View File

@ -1155,6 +1155,7 @@
INFOPLIST_FILE = ReactTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = io.realm.ReactTests;
PRODUCT_NAME = ReactTests;
};
name = Debug;
@ -1166,6 +1167,7 @@
INFOPLIST_FILE = ReactTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = io.realm.ReactTests;
PRODUCT_NAME = ReactTests;
};
name = Release;