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:
Jhen 2016-08-09 13:18:31 -07:00 committed by Facebook Github Bot 8
parent e2aa237cfe
commit f89f09f14c
1 changed files with 8 additions and 8 deletions

View File

@ -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;