mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-27 12:41:49 +00:00
fix lint warning
This commit is contained in:
@@ -527,7 +527,10 @@
|
||||
);
|
||||
INFOPLIST_FILE = ArtSvgExample/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
OTHER_LDFLAGS = (
|
||||
"-ObjC",
|
||||
"-lc++",
|
||||
);
|
||||
PRODUCT_NAME = ArtSvgExample;
|
||||
};
|
||||
name = Debug;
|
||||
@@ -543,7 +546,10 @@
|
||||
);
|
||||
INFOPLIST_FILE = ArtSvgExample/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
OTHER_LDFLAGS = (
|
||||
"-ObjC",
|
||||
"-lc++",
|
||||
);
|
||||
PRODUCT_NAME = ArtSvgExample;
|
||||
};
|
||||
name = Release;
|
||||
|
||||
Reference in New Issue
Block a user