Fix tabs in project.pbxproj of iOS template
Summary: Should be `tab` instead of `space`. Closes https://github.com/facebook/react-native/pull/9317 Differential Revision: D3691795 fbshipit-source-id: 812c63d16ab56ed943949026a11dfb172de5e3ed
This commit is contained in:
parent
e2aa237cfe
commit
f89f09f14c
|
@ -614,11 +614,11 @@
|
|||
);
|
||||
INFOPLIST_FILE = "<%= name %>/Info.plist";
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
OTHER_LDFLAGS = (
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
"-lc++",
|
||||
);
|
||||
"-ObjC",
|
||||
"-lc++",
|
||||
);
|
||||
PRODUCT_NAME = <%= name %>;
|
||||
};
|
||||
name = Debug;
|
||||
|
@ -634,11 +634,11 @@
|
|||
);
|
||||
INFOPLIST_FILE = "<%= name %>/Info.plist";
|
||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||
OTHER_LDFLAGS = (
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
"-lc++",
|
||||
);
|
||||
"-ObjC",
|
||||
"-lc++",
|
||||
);
|
||||
PRODUCT_NAME = <%= name %>;
|
||||
};
|
||||
name = Release;
|
||||
|
|
Loading…
Reference in New Issue