[ios] Updated xcode project for building indexer library.

This commit is contained in:
Ilya Grechuhin 2016-10-24 18:05:36 +03:00
parent e85ce42bbf
commit b609faa3a2

View file

@ -26,6 +26,23 @@
347F337F1C454242009758CC /* trie_builder.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 347F33761C454242009758CC /* trie_builder.hpp */; };
347F33801C454242009758CC /* trie_reader.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 347F33771C454242009758CC /* trie_reader.hpp */; };
347F33811C454242009758CC /* trie.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 347F33781C454242009758CC /* trie.hpp */; };
3496AB951DC1F9FA00C5DDBA /* classificator.txt in Resources */ = {isa = PBXBuildFile; fileRef = 3496AB941DC1F9FA00C5DDBA /* classificator.txt */; };
3496AB971DC1FA2000C5DDBA /* types.txt in Resources */ = {isa = PBXBuildFile; fileRef = 3496AB961DC1FA2000C5DDBA /* types.txt */; };
3496AB9D1DC1FA5200C5DDBA /* drules_proto_clear.bin in Resources */ = {isa = PBXBuildFile; fileRef = 3496AB981DC1FA5200C5DDBA /* drules_proto_clear.bin */; };
3496AB9E1DC1FA5200C5DDBA /* drules_proto_dark.bin in Resources */ = {isa = PBXBuildFile; fileRef = 3496AB991DC1FA5200C5DDBA /* drules_proto_dark.bin */; };
3496AB9F1DC1FA5200C5DDBA /* drules_proto_legacy.bin in Resources */ = {isa = PBXBuildFile; fileRef = 3496AB9A1DC1FA5200C5DDBA /* drules_proto_legacy.bin */; };
3496ABA01DC1FA5200C5DDBA /* drules_proto-bw.bin in Resources */ = {isa = PBXBuildFile; fileRef = 3496AB9B1DC1FA5200C5DDBA /* drules_proto-bw.bin */; };
3496ABA11DC1FA5200C5DDBA /* drules_proto.bin in Resources */ = {isa = PBXBuildFile; fileRef = 3496AB9C1DC1FA5200C5DDBA /* drules_proto.bin */; };
3496ABA31DC1FA7200C5DDBA /* editor.config in Resources */ = {isa = PBXBuildFile; fileRef = 3496ABA21DC1FA7200C5DDBA /* editor.config */; };
3496ABA91DC1FA9E00C5DDBA /* categories.txt in Resources */ = {isa = PBXBuildFile; fileRef = 3496ABA41DC1FA9E00C5DDBA /* categories.txt */; };
3496ABAA1DC1FA9E00C5DDBA /* countries_meta.txt in Resources */ = {isa = PBXBuildFile; fileRef = 3496ABA51DC1FA9E00C5DDBA /* countries_meta.txt */; };
3496ABAB1DC1FA9E00C5DDBA /* countries_names.txt in Resources */ = {isa = PBXBuildFile; fileRef = 3496ABA61DC1FA9E00C5DDBA /* countries_names.txt */; };
3496ABAC1DC1FA9E00C5DDBA /* countries_obsolete.txt in Resources */ = {isa = PBXBuildFile; fileRef = 3496ABA71DC1FA9E00C5DDBA /* countries_obsolete.txt */; };
3496ABAD1DC1FA9E00C5DDBA /* countries.txt in Resources */ = {isa = PBXBuildFile; fileRef = 3496ABA81DC1FA9E00C5DDBA /* countries.txt */; };
3496ABAF1DC1FAC900C5DDBA /* minsk-pass.mwm in Resources */ = {isa = PBXBuildFile; fileRef = 3496ABAE1DC1FAC900C5DDBA /* minsk-pass.mwm */; };
34AF87E61DBE565F00E5E7DC /* helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 34AF87E41DBE565F00E5E7DC /* helpers.hpp */; };
34AF87E71DBE567C00E5E7DC /* libindexer_tests_support.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 34AF87D71DBE561400E5E7DC /* libindexer_tests_support.a */; };
34AF87E81DBE570200E5E7DC /* helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34AF87E31DBE565F00E5E7DC /* helpers.cpp */; };
3D489BC61D3D220F0052AA38 /* editable_map_object_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D489BA71D3D1F8A0052AA38 /* editable_map_object_test.cpp */; };
3D489BC71D3D22150052AA38 /* features_vector_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D489BA81D3D1F8A0052AA38 /* features_vector_test.cpp */; };
3D489BC81D3D22190052AA38 /* string_slice_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3D489BA91D3D1F8A0052AA38 /* string_slice_tests.cpp */; };
@ -226,6 +243,25 @@
347F33761C454242009758CC /* trie_builder.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie_builder.hpp; sourceTree = "<group>"; };
347F33771C454242009758CC /* trie_reader.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie_reader.hpp; sourceTree = "<group>"; };
347F33781C454242009758CC /* trie.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie.hpp; sourceTree = "<group>"; };
3496AB941DC1F9FA00C5DDBA /* classificator.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = classificator.txt; path = ../../data/classificator.txt; sourceTree = "<group>"; };
3496AB961DC1FA2000C5DDBA /* types.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = types.txt; path = ../../data/types.txt; sourceTree = "<group>"; };
3496AB981DC1FA5200C5DDBA /* drules_proto_clear.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = drules_proto_clear.bin; path = ../../data/drules_proto_clear.bin; sourceTree = "<group>"; };
3496AB991DC1FA5200C5DDBA /* drules_proto_dark.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = drules_proto_dark.bin; path = ../../data/drules_proto_dark.bin; sourceTree = "<group>"; };
3496AB9A1DC1FA5200C5DDBA /* drules_proto_legacy.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = drules_proto_legacy.bin; path = ../../data/drules_proto_legacy.bin; sourceTree = "<group>"; };
3496AB9B1DC1FA5200C5DDBA /* drules_proto-bw.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = "drules_proto-bw.bin"; path = "../../data/drules_proto-bw.bin"; sourceTree = "<group>"; };
3496AB9C1DC1FA5200C5DDBA /* drules_proto.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = drules_proto.bin; path = ../../data/drules_proto.bin; sourceTree = "<group>"; };
3496ABA21DC1FA7200C5DDBA /* editor.config */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = editor.config; path = ../../data/editor.config; sourceTree = "<group>"; };
3496ABA41DC1FA9E00C5DDBA /* categories.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = categories.txt; path = ../../data/categories.txt; sourceTree = "<group>"; };
3496ABA51DC1FA9E00C5DDBA /* countries_meta.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = countries_meta.txt; path = ../../data/countries_meta.txt; sourceTree = "<group>"; };
3496ABA61DC1FA9E00C5DDBA /* countries_names.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = countries_names.txt; path = ../../data/countries_names.txt; sourceTree = "<group>"; };
3496ABA71DC1FA9E00C5DDBA /* countries_obsolete.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = countries_obsolete.txt; path = ../../data/countries_obsolete.txt; sourceTree = "<group>"; };
3496ABA81DC1FA9E00C5DDBA /* countries.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = countries.txt; path = ../../data/countries.txt; sourceTree = "<group>"; };
3496ABAE1DC1FAC900C5DDBA /* minsk-pass.mwm */ = {isa = PBXFileReference; lastKnownFileType = file; name = "minsk-pass.mwm"; path = "../../data/minsk-pass.mwm"; sourceTree = "<group>"; };
34AF87D11DBE540700E5E7DC /* common-debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = "<group>"; };
34AF87D21DBE540700E5E7DC /* common-release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = "<group>"; };
34AF87D71DBE561400E5E7DC /* libindexer_tests_support.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libindexer_tests_support.a; sourceTree = BUILT_PRODUCTS_DIR; };
34AF87E31DBE565F00E5E7DC /* helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = helpers.cpp; sourceTree = "<group>"; };
34AF87E41DBE565F00E5E7DC /* helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = helpers.hpp; sourceTree = "<group>"; };
3D489BA71D3D1F8A0052AA38 /* editable_map_object_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = editable_map_object_test.cpp; sourceTree = "<group>"; };
3D489BA81D3D1F8A0052AA38 /* features_vector_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = features_vector_test.cpp; sourceTree = "<group>"; };
3D489BA91D3D1F8A0052AA38 /* string_slice_tests.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = string_slice_tests.cpp; sourceTree = "<group>"; };
@ -297,13 +333,12 @@
670C610A1AB065B100C38A8C /* test_type.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_type.cpp; sourceTree = "<group>"; };
670C610B1AB065B100C38A8C /* visibility_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = visibility_test.cpp; sourceTree = "<group>"; };
670C611F1AB065E100C38A8C /* testingmain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testingmain.cpp; path = ../../testing/testingmain.cpp; sourceTree = "<group>"; };
670C61251AB0661100C38A8C /* indexer_tests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = indexer_tests; sourceTree = BUILT_PRODUCTS_DIR; };
670C61251AB0661100C38A8C /* indexer_tests.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = indexer_tests.app; sourceTree = BUILT_PRODUCTS_DIR; };
670C61581AB0691900C38A8C /* features_offsets_table.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = features_offsets_table.cpp; sourceTree = "<group>"; };
670C61591AB0691900C38A8C /* features_offsets_table.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = features_offsets_table.hpp; sourceTree = "<group>"; };
670D04A81B0BA8580013A7AC /* feature_loader_101.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = feature_loader_101.cpp; sourceTree = "<group>"; };
670D04A91B0BA8580013A7AC /* feature_loader_101.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = feature_loader_101.hpp; sourceTree = "<group>"; };
670D04AA1B0BA8580013A7AC /* interval_index_101.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = interval_index_101.hpp; sourceTree = "<group>"; };
670D05AB1B0E07040013A7AC /* defaults.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = defaults.xcconfig; path = ../defaults.xcconfig; sourceTree = "<group>"; };
670EE56A1B60033A001E8064 /* features_vector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = features_vector.cpp; sourceTree = "<group>"; };
670EE56B1B60033A001E8064 /* unique_index.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = unique_index.hpp; sourceTree = "<group>"; };
6726C1CF1A49DAAC005EEA39 /* feature_meta.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = feature_meta.cpp; sourceTree = "<group>"; };
@ -398,10 +433,18 @@
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
34AF87D41DBE561400E5E7DC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
670C61221AB0661100C38A8C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
34AF87E71DBE567C00E5E7DC /* libindexer_tests_support.a in Frameworks */,
3D51BC451D5E4EBF00F1FA8D /* libsearch_tests_support.a in Frameworks */,
3D51BC421D5E4D3800F1FA8D /* libgenerator.a in Frameworks */,
3D51BC411D5E4CFA00F1FA8D /* libtess2.a in Frameworks */,
@ -441,6 +484,37 @@
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
3496ABB01DC1FB1500C5DDBA /* Resources */ = {
isa = PBXGroup;
children = (
3496ABAE1DC1FAC900C5DDBA /* minsk-pass.mwm */,
3496ABA41DC1FA9E00C5DDBA /* categories.txt */,
3496ABA51DC1FA9E00C5DDBA /* countries_meta.txt */,
3496ABA61DC1FA9E00C5DDBA /* countries_names.txt */,
3496ABA71DC1FA9E00C5DDBA /* countries_obsolete.txt */,
3496ABA81DC1FA9E00C5DDBA /* countries.txt */,
3496ABA21DC1FA7200C5DDBA /* editor.config */,
3496AB981DC1FA5200C5DDBA /* drules_proto_clear.bin */,
3496AB991DC1FA5200C5DDBA /* drules_proto_dark.bin */,
3496AB9A1DC1FA5200C5DDBA /* drules_proto_legacy.bin */,
3496AB9B1DC1FA5200C5DDBA /* drules_proto-bw.bin */,
3496AB9C1DC1FA5200C5DDBA /* drules_proto.bin */,
3496AB961DC1FA2000C5DDBA /* types.txt */,
3496AB941DC1F9FA00C5DDBA /* classificator.txt */,
);
name = Resources;
sourceTree = "<group>";
};
34AF87E21DBE562300E5E7DC /* indexer_tests_support */ = {
isa = PBXGroup;
children = (
34AF87E31DBE565F00E5E7DC /* helpers.cpp */,
34AF87E41DBE565F00E5E7DC /* helpers.hpp */,
);
name = indexer_tests_support;
path = ../../indexer/indexer_tests_support;
sourceTree = "<group>";
};
670BAACC1D0B0F0A000302DA /* libs */ = {
isa = PBXGroup;
children = (
@ -528,11 +602,14 @@
675340911A3F53CB00A0A8C3 = {
isa = PBXGroup;
children = (
670D05AB1B0E07040013A7AC /* defaults.xcconfig */,
34AF87E21DBE562300E5E7DC /* indexer_tests_support */,
34AF87D11DBE540700E5E7DC /* common-debug.xcconfig */,
34AF87D21DBE540700E5E7DC /* common-release.xcconfig */,
670BAACC1D0B0F0A000302DA /* libs */,
670C60F81AB0657700C38A8C /* indexer_tests */,
6753409C1A3F53CB00A0A8C3 /* indexer */,
6753409B1A3F53CB00A0A8C3 /* Products */,
3496ABB01DC1FB1500C5DDBA /* Resources */,
);
sourceTree = "<group>";
};
@ -540,7 +617,8 @@
isa = PBXGroup;
children = (
6753409A1A3F53CB00A0A8C3 /* libindexer.a */,
670C61251AB0661100C38A8C /* indexer_tests */,
670C61251AB0661100C38A8C /* indexer_tests.app */,
34AF87D71DBE561400E5E7DC /* libindexer_tests_support.a */,
);
name = Products;
sourceTree = "<group>";
@ -679,6 +757,13 @@
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
34AF87D51DBE561400E5E7DC /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
3D51BC321D5E4B9200F1FA8D /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
@ -765,6 +850,7 @@
675341081A3F540F00A0A8C3 /* data_factory.hpp in Headers */,
6753410A1A3F540F00A0A8C3 /* data_header.hpp in Headers */,
6753411B1A3F540F00A0A8C3 /* feature_impl.hpp in Headers */,
34AF87E61DBE565F00E5E7DC /* helpers.hpp in Headers */,
675341111A3F540F00A0A8C3 /* drules_struct.pb.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
@ -772,6 +858,23 @@
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
34AF87D61DBE561400E5E7DC /* indexer_tests_support */ = {
isa = PBXNativeTarget;
buildConfigurationList = 34AF87DF1DBE561400E5E7DC /* Build configuration list for PBXNativeTarget "indexer_tests_support" */;
buildPhases = (
34AF87D31DBE561400E5E7DC /* Sources */,
34AF87D41DBE561400E5E7DC /* Frameworks */,
34AF87D51DBE561400E5E7DC /* Headers */,
);
buildRules = (
);
dependencies = (
);
name = indexer_tests_support;
productName = indexer_test_support;
productReference = 34AF87D71DBE561400E5E7DC /* libindexer_tests_support.a */;
productType = "com.apple.product-type.library.static";
};
670C61241AB0661100C38A8C /* indexer_tests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 670C61291AB0661100C38A8C /* Build configuration list for PBXNativeTarget "indexer_tests" */;
@ -780,6 +883,7 @@
670C61221AB0661100C38A8C /* Frameworks */,
670C61231AB0661100C38A8C /* CopyFiles */,
3D51BC321D5E4B9200F1FA8D /* Headers */,
3496AB931DC1F9D300C5DDBA /* Resources */,
);
buildRules = (
);
@ -787,8 +891,8 @@
);
name = indexer_tests;
productName = indexer_tests;
productReference = 670C61251AB0661100C38A8C /* indexer_tests */;
productType = "com.apple.product-type.tool";
productReference = 670C61251AB0661100C38A8C /* indexer_tests.app */;
productType = "com.apple.product-type.application";
};
675340991A3F53CB00A0A8C3 /* indexer */ = {
isa = PBXNativeTarget;
@ -816,6 +920,10 @@
LastUpgradeCheck = 0730;
ORGANIZATIONNAME = maps.me;
TargetAttributes = {
34AF87D61DBE561400E5E7DC = {
CreatedOnToolsVersion = 8.0;
ProvisioningStyle = Automatic;
};
670C61241AB0661100C38A8C = {
CreatedOnToolsVersion = 6.1.1;
};
@ -837,12 +945,45 @@
projectRoot = "";
targets = (
675340991A3F53CB00A0A8C3 /* indexer */,
34AF87D61DBE561400E5E7DC /* indexer_tests_support */,
670C61241AB0661100C38A8C /* indexer_tests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
3496AB931DC1F9D300C5DDBA /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
3496ABAF1DC1FAC900C5DDBA /* minsk-pass.mwm in Resources */,
3496ABA91DC1FA9E00C5DDBA /* categories.txt in Resources */,
3496ABAA1DC1FA9E00C5DDBA /* countries_meta.txt in Resources */,
3496ABAB1DC1FA9E00C5DDBA /* countries_names.txt in Resources */,
3496ABAC1DC1FA9E00C5DDBA /* countries_obsolete.txt in Resources */,
3496ABAD1DC1FA9E00C5DDBA /* countries.txt in Resources */,
3496ABA31DC1FA7200C5DDBA /* editor.config in Resources */,
3496AB9D1DC1FA5200C5DDBA /* drules_proto_clear.bin in Resources */,
3496AB9E1DC1FA5200C5DDBA /* drules_proto_dark.bin in Resources */,
3496AB9F1DC1FA5200C5DDBA /* drules_proto_legacy.bin in Resources */,
3496ABA01DC1FA5200C5DDBA /* drules_proto-bw.bin in Resources */,
3496ABA11DC1FA5200C5DDBA /* drules_proto.bin in Resources */,
3496AB971DC1FA2000C5DDBA /* types.txt in Resources */,
3496AB951DC1F9FA00C5DDBA /* classificator.txt in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
34AF87D31DBE561400E5E7DC /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
34AF87E81DBE570200E5E7DC /* helpers.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
670C61211AB0661100C38A8C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@ -943,17 +1084,27 @@
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
34AF87E01DBE561400E5E7DC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
EXECUTABLE_PREFIX = lib;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
};
34AF87E11DBE561400E5E7DC /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
EXECUTABLE_PREFIX = lib;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
670C612A1AB0661100C38A8C /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
GCC_PREPROCESSOR_DEFINITIONS = "$(inherited)";
HEADER_SEARCH_PATHS = "$(inherited)";
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = (
"-framework",
QtCore,
);
INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
PRODUCT_BUNDLE_IDENTIFIER = maps.me.indexer_tests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@ -961,115 +1112,38 @@
670C612B1AB0661100C38A8C /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
HEADER_SEARCH_PATHS = "$(inherited)";
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = (
"-framework",
QtCore,
);
INFOPLIST_FILE = "$(OMIM_ROOT)/iphone/Maps/MAPSME.plist";
PRODUCT_BUNDLE_IDENTIFIER = maps.me.indexer_tests;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
675340A31A3F53CB00A0A8C3 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 670D05AB1B0E07040013A7AC /* defaults.xcconfig */;
baseConfigurationReference = 34AF87D11DBE540700E5E7DC /* common-debug.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
FRAMEWORK_SEARCH_PATHS = "$(QT_PATH)/lib";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(OMIM_ROOT)/3party/protobuf/src",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
};
name = Debug;
};
675340A41A3F53CB00A0A8C3 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 670D05AB1B0E07040013A7AC /* defaults.xcconfig */;
baseConfigurationReference = 34AF87D21DBE540700E5E7DC /* common-release.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
FRAMEWORK_SEARCH_PATHS = "$(QT_PATH)/lib";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
"$(inherited)",
"$(OMIM_ROOT)/3party/protobuf/src",
);
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
};
name = Release;
};
675340A61A3F53CB00A0A8C3 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
EXECUTABLE_PREFIX = lib;
GCC_ENABLE_CPP_EXCEPTIONS = YES;
GCC_ENABLE_CPP_RTTI = YES;
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
HEADER_SEARCH_PATHS = "$(inherited)";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
@ -1077,13 +1151,7 @@
675340A71A3F53CB00A0A8C3 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COMBINE_HIDPI_IMAGES = YES;
EXECUTABLE_PREFIX = lib;
GCC_ENABLE_CPP_EXCEPTIONS = YES;
GCC_ENABLE_CPP_RTTI = YES;
GCC_PREPROCESSOR_DEFINITIONS = "RELEASE=1";
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
HEADER_SEARCH_PATHS = "$(inherited)";
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
@ -1091,6 +1159,15 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
34AF87DF1DBE561400E5E7DC /* Build configuration list for PBXNativeTarget "indexer_tests_support" */ = {
isa = XCConfigurationList;
buildConfigurations = (
34AF87E01DBE561400E5E7DC /* Debug */,
34AF87E11DBE561400E5E7DC /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
670C61291AB0661100C38A8C /* Build configuration list for PBXNativeTarget "indexer_tests" */ = {
isa = XCConfigurationList;
buildConfigurations = (