Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-09-26 21:06:06 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-09-26 21:42:21 +0300
commit36584b8e20cafe7f8c59af9fde607f86a9bacac5 (patch)
treee5eca86f7c0c6d24f9cf8e5a99472976ca2dbcac /xcode/shaders
parentc0368c5a45ecb1fccbae8ad2297004f9b9bfad67 (diff)
Fixed compilation for iOS simulator.
Diffstat (limited to 'xcode/shaders')
-rw-r--r--xcode/shaders/shaders.xcodeproj/project.pbxproj33
1 files changed, 33 insertions, 0 deletions
diff --git a/xcode/shaders/shaders.xcodeproj/project.pbxproj b/xcode/shaders/shaders.xcodeproj/project.pbxproj
index de28ab2ed6..acc6aa9bda 100644
--- a/xcode/shaders/shaders.xcodeproj/project.pbxproj
+++ b/xcode/shaders/shaders.xcodeproj/project.pbxproj
@@ -425,6 +425,7 @@
4566606A20E254060085E8C1 /* Sources */,
4566606B20E254060085E8C1 /* Frameworks */,
4566606C20E254060085E8C1 /* CopyFiles */,
+ BB529C26215BE1CA0088A2A5 /* ShellScript */,
);
buildRules = (
);
@@ -533,6 +534,19 @@
shellPath = /bin/sh;
shellScript = "python ${SRCROOT}/../../shaders/gl_shaders_preprocessor.py ${SRCROOT}/../../shaders/GL shader_index.txt programs.hpp shaders_lib.glsl ${SRCROOT}/../../shaders gl_shaders";
};
+ BB529C26215BE1CA0088A2A5 /* ShellScript */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ outputPaths = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "touch ${BUILT_PRODUCTS_DIR}/shaders_metal.metallib";
+ };
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
@@ -622,12 +636,23 @@
4566607820E254060085E8C1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*]" = (
+ metal_program_params.mm,
+ metal_program_pool.mm,
+ program_manager_metal.mm,
+ );
};
name = Debug;
};
4566607920E254060085E8C1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ EXCLUDED_SOURCE_FILE_NAMES = "";
+ "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*]" = (
+ metal_program_params.mm,
+ metal_program_pool.mm,
+ program_manager_metal.mm,
+ );
};
name = Release;
};
@@ -647,6 +672,11 @@
4566607E20E2552D0085E8C1 /* Production Full */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*]" = (
+ metal_program_params.mm,
+ metal_program_pool.mm,
+ program_manager_metal.mm,
+ );
};
name = "Production Full";
};
@@ -698,18 +728,21 @@
4598438021394BE000F8CAB2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ SUPPORTED_PLATFORMS = "macosx iphoneos";
};
name = Debug;
};
4598438121394BE000F8CAB2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ SUPPORTED_PLATFORMS = "macosx iphoneos";
};
name = Release;
};
4598438221394BE000F8CAB2 /* Production Full */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ SUPPORTED_PLATFORMS = "macosx iphoneos";
};
name = "Production Full";
};