mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 07:45:41 +01:00
mac: Fix broken xcode projects
Change-Id: I1cd8f0b0224c9b629dda720c11f6c081b175f8bd Reviewed-on: https://chromium-review.googlesource.com/1157121 Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
parent
9fecc95c72
commit
948ce04ed7
@ -52,6 +52,7 @@
|
||||
3329D4ED0FA16D820007BBC5 /* Breakpad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3329D4EC0FA16D820007BBC5 /* Breakpad.xib */; };
|
||||
33880C800F9E097100817F82 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 33880C7E0F9E097100817F82 /* InfoPlist.strings */; };
|
||||
4084699D0F5D9CF900FDCA37 /* crash_report_sender.icns in Resources */ = {isa = PBXBuildFile; fileRef = 4084699C0F5D9CF900FDCA37 /* crash_report_sender.icns */; };
|
||||
4247E6412110D7A300482558 /* memory_allocator_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = D244540A12439BA0009BBCE0 /* memory_allocator_unittest.cc */; };
|
||||
4D61A25F14F43CFC002D5862 /* bootstrap_compat.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D61A25D14F43CFC002D5862 /* bootstrap_compat.cc */; };
|
||||
4D61A26B14F43D3C002D5862 /* bootstrap_compat.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D61A25D14F43CFC002D5862 /* bootstrap_compat.cc */; };
|
||||
4D61A26C14F43D42002D5862 /* bootstrap_compat.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D61A25D14F43CFC002D5862 /* bootstrap_compat.cc */; };
|
||||
@ -85,7 +86,6 @@
|
||||
D244536B12426F00009BBCE0 /* minidump.cc in Sources */ = {isa = PBXBuildFile; fileRef = D244535212426EBB009BBCE0 /* minidump.cc */; };
|
||||
D244536C12426F00009BBCE0 /* pathname_stripper.cc in Sources */ = {isa = PBXBuildFile; fileRef = D244535312426EBB009BBCE0 /* pathname_stripper.cc */; };
|
||||
D244536D12426F00009BBCE0 /* basic_code_modules.cc in Sources */ = {isa = PBXBuildFile; fileRef = D244534F12426E98009BBCE0 /* basic_code_modules.cc */; };
|
||||
D244540B12439BA0009BBCE0 /* memory_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = D244540A12439BA0009BBCE0 /* memory_unittest.cc */; };
|
||||
D246417012BAA40E005170D0 /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = F92C536D0ECCE3FD009BE4BA /* exception_handler.cc */; };
|
||||
D246417112BAA41C005170D0 /* crash_generation_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = D2F9A4C6121336C7002747C1 /* crash_generation_client.cc */; };
|
||||
D246417512BAA438005170D0 /* minidump_generator.cc in Sources */ = {isa = PBXBuildFile; fileRef = F92C536F0ECCE3FD009BE4BA /* minidump_generator.cc */; };
|
||||
@ -594,12 +594,12 @@
|
||||
D244535112426EBB009BBCE0 /* logging.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = logging.cc; path = ../../processor/logging.cc; sourceTree = SOURCE_ROOT; };
|
||||
D244535212426EBB009BBCE0 /* minidump.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = minidump.cc; path = ../../processor/minidump.cc; sourceTree = SOURCE_ROOT; };
|
||||
D244535312426EBB009BBCE0 /* pathname_stripper.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pathname_stripper.cc; path = ../../processor/pathname_stripper.cc; sourceTree = SOURCE_ROOT; };
|
||||
D244540A12439BA0009BBCE0 /* memory_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = memory_unittest.cc; path = ../../common/memory_unittest.cc; sourceTree = SOURCE_ROOT; };
|
||||
D244540A12439BA0009BBCE0 /* memory_allocator_unittest.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = memory_allocator_unittest.cc; path = ../../common/memory_allocator_unittest.cc; sourceTree = SOURCE_ROOT; };
|
||||
D2F9A3D41212F87C002747C1 /* exception_handler_test.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = exception_handler_test.cc; path = tests/exception_handler_test.cc; sourceTree = "<group>"; };
|
||||
D2F9A41512131EF0002747C1 /* libgtest.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libgtest.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D2F9A43C12131F55002747C1 /* gmock-all.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gmock-all.cc"; path = "../../testing/src/gmock-all.cc"; sourceTree = SOURCE_ROOT; };
|
||||
D2F9A43E12131F65002747C1 /* gtest_main.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gtest_main.cc; path = ../../testing/gtest/src/gtest_main.cc; sourceTree = "<group>"; };
|
||||
D2F9A43F12131F65002747C1 /* gtest-all.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gtest-all.cc"; path = "../../testing/gtest/src/gtest-all.cc"; sourceTree = "<group>"; };
|
||||
D2F9A43C12131F55002747C1 /* gmock-all.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gmock-all.cc"; path = "../../testing/googlemock/src/gmock-all.cc"; sourceTree = SOURCE_ROOT; };
|
||||
D2F9A43E12131F65002747C1 /* gtest_main.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gtest_main.cc; path = ../../testing/googletest/src/gtest_main.cc; sourceTree = "<group>"; };
|
||||
D2F9A43F12131F65002747C1 /* gtest-all.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gtest-all.cc"; path = "../../testing/googletest/src/gtest-all.cc"; sourceTree = "<group>"; };
|
||||
D2F9A4C4121336C7002747C1 /* client_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = client_info.h; path = crash_generation/client_info.h; sourceTree = "<group>"; };
|
||||
D2F9A4C5121336C7002747C1 /* crash_generation_client.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crash_generation_client.h; path = crash_generation/crash_generation_client.h; sourceTree = "<group>"; };
|
||||
D2F9A4C6121336C7002747C1 /* crash_generation_client.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = crash_generation_client.cc; path = crash_generation/crash_generation_client.cc; sourceTree = "<group>"; };
|
||||
@ -936,7 +936,7 @@
|
||||
F92C53600ECCE3D6009BE4BA /* common */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D244540A12439BA0009BBCE0 /* memory_unittest.cc */,
|
||||
D244540A12439BA0009BBCE0 /* memory_allocator_unittest.cc */,
|
||||
F92C53870ECCE6C0009BE4BA /* convert_UTF.c */,
|
||||
F92C53880ECCE6C0009BE4BA /* convert_UTF.h */,
|
||||
4D72CA0D13DFAD5C006CABE3 /* md5.cc */,
|
||||
@ -1399,6 +1399,8 @@
|
||||
/* Begin PBXProject section */
|
||||
0867D690FE84028FC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
};
|
||||
buildConfigurationList = 1DEB91B108733DA50010E9CD /* Build configuration list for PBXProject "Breakpad" */;
|
||||
compatibilityVersion = "Xcode 3.1";
|
||||
developmentRegion = English;
|
||||
@ -1842,6 +1844,7 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
4247E6412110D7A300482558 /* memory_allocator_unittest.cc in Sources */,
|
||||
D244536A12426F00009BBCE0 /* logging.cc in Sources */,
|
||||
D244536B12426F00009BBCE0 /* minidump.cc in Sources */,
|
||||
D244536C12426F00009BBCE0 /* pathname_stripper.cc in Sources */,
|
||||
@ -1862,7 +1865,6 @@
|
||||
F93DE33E0F82C66B00608B94 /* macho_walker.cc in Sources */,
|
||||
F93DE33F0F82C66B00608B94 /* string_utilities.cc in Sources */,
|
||||
D2F9A3D51212F87C002747C1 /* exception_handler_test.cc in Sources */,
|
||||
D244540B12439BA0009BBCE0 /* memory_unittest.cc in Sources */,
|
||||
4D72CA3813DFAE91006CABE3 /* md5.cc in Sources */,
|
||||
4D61A26E14F43D45002D5862 /* bootstrap_compat.cc in Sources */,
|
||||
1EEEB6271720831E00F7E689 /* BreakpadFramework_Test.mm in Sources */,
|
||||
@ -2193,10 +2195,10 @@
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googlemock,
|
||||
../../testing/googlemock/include,
|
||||
../../testing/googletest,
|
||||
../../testing/googletest/include,
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = gtest;
|
||||
@ -2209,10 +2211,10 @@
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googlemock,
|
||||
../../testing/googlemock/include,
|
||||
../../testing/googletest,
|
||||
../../testing/googletest/include,
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = gtest;
|
||||
@ -2228,10 +2230,10 @@
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googlemock,
|
||||
../../testing/googlemock/include,
|
||||
../../testing/googletest,
|
||||
../../testing/googletest/include,
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = gtest;
|
||||
@ -2248,10 +2250,10 @@
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../..,
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googlemock,
|
||||
../../testing/googlemock/include,
|
||||
../../testing/googletest,
|
||||
../../testing/googletest/include,
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -2266,10 +2268,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../..,
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googlemock,
|
||||
../../testing/googlemock/include,
|
||||
../../testing/googletest,
|
||||
../../testing/googletest/include,
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -2284,10 +2286,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../..,
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googlemock,
|
||||
../../testing/googlemock/include,
|
||||
../../testing/googletest,
|
||||
../../testing/googletest/include,
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -2368,10 +2370,8 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../..,
|
||||
../../..,
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googlemock/include,
|
||||
../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = generator_test;
|
||||
};
|
||||
@ -2383,10 +2383,8 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../..,
|
||||
../../..,
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googlemock/include,
|
||||
../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = generator_test;
|
||||
};
|
||||
@ -2418,10 +2416,10 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../..,
|
||||
../..,
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googletest,
|
||||
../../testing/googletest/include,
|
||||
../../testing/googlemock,
|
||||
../../testing/googlemock/include,
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -2437,10 +2435,10 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../..,
|
||||
../..,
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googletest,
|
||||
../../testing/googletest/include,
|
||||
../../testing/googlemock,
|
||||
../../testing/googlemock/include,
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -2543,10 +2541,8 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../..,
|
||||
../../..,
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googlemock/include,
|
||||
../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = generator_test;
|
||||
};
|
||||
@ -2566,10 +2562,10 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../..,
|
||||
../..,
|
||||
../../testing,
|
||||
../../testing/include,
|
||||
../../testing/gtest,
|
||||
../../testing/gtest/include,
|
||||
../../testing/googletest,
|
||||
../../testing/googletest/include,
|
||||
../../testing/googlemock,
|
||||
../../testing/googlemock/include,
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
|
@ -8,6 +8,7 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
162F64FE161C5ECB00CD68D5 /* arch_utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 162F64FC161C5ECB00CD68D5 /* arch_utilities.cc */; };
|
||||
4247E6402110D5A500482558 /* path_helper.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4247E63F2110D5A500482558 /* path_helper.cc */; };
|
||||
4D2C721B126F9ACC00B43EAF /* source_line_resolver_base.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D2C721A126F9ACC00B43EAF /* source_line_resolver_base.cc */; };
|
||||
4D2C721F126F9ADE00B43EAF /* exploitability.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D2C721E126F9ADE00B43EAF /* exploitability.cc */; };
|
||||
4D2C7223126F9AF900B43EAF /* exploitability_win.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D2C7222126F9AF900B43EAF /* exploitability_win.cc */; };
|
||||
@ -81,6 +82,8 @@
|
||||
08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
162F64FC161C5ECB00CD68D5 /* arch_utilities.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = arch_utilities.cc; path = ../../../common/mac/arch_utilities.cc; sourceTree = "<group>"; };
|
||||
162F64FD161C5ECB00CD68D5 /* arch_utilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = arch_utilities.h; path = ../../../common/mac/arch_utilities.h; sourceTree = "<group>"; };
|
||||
4247E63E2110D5A500482558 /* path_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = path_helper.h; path = ../../../common/path_helper.h; sourceTree = "<group>"; };
|
||||
4247E63F2110D5A500482558 /* path_helper.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = path_helper.cc; path = ../../../common/path_helper.cc; sourceTree = "<group>"; };
|
||||
4D2C721A126F9ACC00B43EAF /* source_line_resolver_base.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = source_line_resolver_base.cc; path = ../../../processor/source_line_resolver_base.cc; sourceTree = SOURCE_ROOT; };
|
||||
4D2C721E126F9ADE00B43EAF /* exploitability.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = exploitability.cc; path = ../../../processor/exploitability.cc; sourceTree = SOURCE_ROOT; };
|
||||
4D2C7222126F9AF900B43EAF /* exploitability_win.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = exploitability_win.cc; path = ../../../processor/exploitability_win.cc; sourceTree = SOURCE_ROOT; };
|
||||
@ -215,6 +218,8 @@
|
||||
08FB7794FE84155DC02AAC07 /* crash_report */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
4247E63F2110D5A500482558 /* path_helper.cc */,
|
||||
4247E63E2110D5A500482558 /* path_helper.h */,
|
||||
8B31025311F0D2D400FCF3E4 /* Breakpad.xcconfig */,
|
||||
8B3102DA11F0D65600FCF3E4 /* BreakpadDebug.xcconfig */,
|
||||
8B3102DB11F0D65600FCF3E4 /* BreakpadRelease.xcconfig */,
|
||||
@ -446,8 +451,11 @@
|
||||
/* Begin PBXProject section */
|
||||
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
};
|
||||
buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "crash_report" */;
|
||||
compatibilityVersion = "Xcode 3.1";
|
||||
developmentRegion = en;
|
||||
hasScannedForEncodings = 1;
|
||||
knownRegions = (
|
||||
English,
|
||||
@ -526,6 +534,7 @@
|
||||
4D2C7246126F9C0B00B43EAF /* ia32_insn.c in Sources */,
|
||||
4D2C724A126F9C2300B43EAF /* ia32_opcode_tables.c in Sources */,
|
||||
4D2C724C126F9C3800B43EAF /* ia32_implicit.c in Sources */,
|
||||
4247E6402110D5A500482558 /* path_helper.cc in Sources */,
|
||||
F44DDD8919C85CD50047280E /* microdump_processor.cc in Sources */,
|
||||
4D2C724E126F9C4D00B43EAF /* ia32_reg.c in Sources */,
|
||||
4D2C725B126F9C8000B43EAF /* ia32_operand.c in Sources */,
|
||||
|
@ -35,6 +35,7 @@
|
||||
/* Begin PBXBuildFile section */
|
||||
162F64FA161C591500CD68D5 /* arch_utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 162F64F8161C591500CD68D5 /* arch_utilities.cc */; };
|
||||
162F6500161C5F2200CD68D5 /* arch_utilities.cc in Sources */ = {isa = PBXBuildFile; fileRef = 162F64F8161C591500CD68D5 /* arch_utilities.cc */; };
|
||||
4247E63D2110D4B200482558 /* path_helper.cc in Sources */ = {isa = PBXBuildFile; fileRef = EB06C7511FEBC515000214D9 /* path_helper.cc */; };
|
||||
4D72CAF513DFBAC2006CABE3 /* md5.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D72CAF413DFBAC2006CABE3 /* md5.cc */; };
|
||||
8BCAAA4C1CE3A7980046090B /* elf_reader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8BCAAA4A1CE3A7980046090B /* elf_reader.cc */; };
|
||||
8BCAAA4D1CE3B1260046090B /* elf_reader.cc in Sources */ = {isa = PBXBuildFile; fileRef = 8BCAAA4A1CE3A7980046090B /* elf_reader.cc */; };
|
||||
@ -342,9 +343,9 @@
|
||||
B89E0E701166573700DD08C9 /* macho_dump.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = macho_dump.cc; sourceTree = "<group>"; };
|
||||
B89E0E741166575200DD08C9 /* macho_dump */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = macho_dump; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
B89E0E9511665A6400DD08C9 /* macho_reader_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = macho_reader_unittest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
B89E0E9F11665AC300DD08C9 /* gtest_main.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gtest_main.cc; path = ../../../testing/gtest/src/gtest_main.cc; sourceTree = SOURCE_ROOT; };
|
||||
B89E0EA011665AC300DD08C9 /* gtest-all.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gtest-all.cc"; path = "../../../testing/gtest/src/gtest-all.cc"; sourceTree = SOURCE_ROOT; };
|
||||
B89E0EA311665AEA00DD08C9 /* gmock-all.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gmock-all.cc"; path = "../../../testing/src/gmock-all.cc"; sourceTree = SOURCE_ROOT; };
|
||||
B89E0E9F11665AC300DD08C9 /* gtest_main.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gtest_main.cc; path = ../../../testing/googletest/src/gtest_main.cc; sourceTree = SOURCE_ROOT; };
|
||||
B89E0EA011665AC300DD08C9 /* gtest-all.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gtest-all.cc"; path = "../../../testing/googletest/src/gtest-all.cc"; sourceTree = SOURCE_ROOT; };
|
||||
B89E0EA311665AEA00DD08C9 /* gmock-all.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = "gmock-all.cc"; path = "../../../testing/googlemock/src/gmock-all.cc"; sourceTree = SOURCE_ROOT; };
|
||||
B8C5B5111166531A00D34F4E /* dump_syms */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dump_syms; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
B8E8CA0C1156C854009E61B2 /* byteswap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = byteswap.h; path = ../../../common/mac/byteswap.h; sourceTree = SOURCE_ROOT; };
|
||||
D21F97D211CBA0F200239E38 /* test_assembler_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = test_assembler_unittest; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
@ -1064,6 +1065,7 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
4247E63D2110D4B200482558 /* path_helper.cc in Sources */,
|
||||
162F6500161C5F2200CD68D5 /* arch_utilities.cc in Sources */,
|
||||
B89E0E781166576C00DD08C9 /* macho_reader.cc in Sources */,
|
||||
B89E0E7A1166576C00DD08C9 /* macho_dump.cc in Sources */,
|
||||
@ -1266,10 +1268,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = stabs_to_module_unittest;
|
||||
};
|
||||
@ -1280,10 +1282,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = stabs_to_module_unittest;
|
||||
};
|
||||
@ -1294,10 +1296,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -1313,10 +1315,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
@ -1347,10 +1349,10 @@
|
||||
GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST_H;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = stabs_reader_unittest;
|
||||
};
|
||||
@ -1362,10 +1364,10 @@
|
||||
GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST_H;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = stabs_reader_unittest;
|
||||
};
|
||||
@ -1376,10 +1378,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = gtestmockall;
|
||||
};
|
||||
@ -1390,10 +1392,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = gtestmockall;
|
||||
};
|
||||
@ -1404,10 +1406,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = module_unittest;
|
||||
};
|
||||
@ -1418,10 +1420,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = module_unittest;
|
||||
};
|
||||
@ -1432,10 +1434,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = dwarf2diehandler_unittest;
|
||||
};
|
||||
@ -1446,10 +1448,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = dwarf2diehandler_unittest;
|
||||
};
|
||||
@ -1460,10 +1462,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = dwarf_line_to_module_unittest;
|
||||
};
|
||||
@ -1474,10 +1476,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = dwarf_line_to_module_unittest;
|
||||
};
|
||||
@ -1488,10 +1490,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = dwarf_cu_to_module_unittest;
|
||||
};
|
||||
@ -1502,10 +1504,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = dwarf_cu_to_module_unittest;
|
||||
};
|
||||
@ -1516,10 +1518,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = dwarf_cfi_to_module_unittest;
|
||||
};
|
||||
@ -1530,10 +1532,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = dwarf_cfi_to_module_unittest;
|
||||
};
|
||||
@ -1544,10 +1546,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = bytereader_unittest;
|
||||
};
|
||||
@ -1558,10 +1560,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
);
|
||||
PRODUCT_NAME = bytereader_unittest;
|
||||
};
|
||||
@ -1572,10 +1574,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
);
|
||||
PRODUCT_NAME = byte_cursor_unittest;
|
||||
};
|
||||
@ -1586,10 +1588,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
);
|
||||
PRODUCT_NAME = byte_cursor_unittest;
|
||||
};
|
||||
@ -1614,10 +1616,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
);
|
||||
PRODUCT_NAME = macho_reader_unittest;
|
||||
};
|
||||
@ -1628,10 +1630,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
);
|
||||
PRODUCT_NAME = macho_reader_unittest;
|
||||
};
|
||||
@ -1660,10 +1662,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
);
|
||||
PRODUCT_NAME = test_assembler_unittest;
|
||||
};
|
||||
@ -1674,10 +1676,10 @@
|
||||
buildSettings = {
|
||||
HEADER_SEARCH_PATHS = (
|
||||
$inherited,
|
||||
../../../testing,
|
||||
../../../testing/include,
|
||||
../../../testing/gtest,
|
||||
../../../testing/gtest/include,
|
||||
../../../testing/googletest,
|
||||
../../../testing/googletest/include,
|
||||
../../../testing/googlemock,
|
||||
../../../testing/googlemock/include,
|
||||
);
|
||||
PRODUCT_NAME = test_assembler_unittest;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user