mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-13 17:45:45 +08:00
upgrade to react-native 0.25
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user