Revert "[SampleApp] Remove $(SRCROOT) from INFOPLIST_FILE to fix agvtool"

This reverts commit 13316ef380.
This commit is contained in:
Brent Vatne 2015-05-31 10:08:48 -07:00
Родитель 53a7e070b8
Коммит 62fef10755
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -600,7 +600,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../React/**", "$(SRCROOT)/../../React/**",
); );
INFOPLIST_FILE = "iOS/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = SampleApp; PRODUCT_NAME = SampleApp;
@ -616,7 +616,7 @@
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/../../React/**", "$(SRCROOT)/../../React/**",
); );
INFOPLIST_FILE = "iOS/Info.plist"; INFOPLIST_FILE = "$(SRCROOT)/iOS/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = SampleApp; PRODUCT_NAME = SampleApp;