upgrade to react-native 0.25

This commit is contained in:
Lidan Hifi
2016-05-19 18:31:45 +03:00
parent 45cf304cbd
commit d5b080e91b
13 changed files with 446 additions and 8 deletions

View File

@@ -688,7 +688,10 @@
);
INFOPLIST_FILE = NotificationsExampleApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-ObjC";
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.wix.smart-notifications-test-app";
PRODUCT_NAME = NotificationsExampleApp;
PROVISIONING_PROFILE = "";
@@ -708,7 +711,10 @@
);
INFOPLIST_FILE = NotificationsExampleApp/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-ObjC";
OTHER_LDFLAGS = (
"-ObjC",
"-lc++",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.wix.smart-notifications-test-app";
PRODUCT_NAME = NotificationsExampleApp;
PROVISIONING_PROFILE = "";