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:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-09-21 14:11:42 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-09-27 19:04:41 +0300
commita0f0b12426e13101da5557ec7f11c1b95649eb6b (patch)
treef3f15be63c44939ef05364276f5cde64a8a2cada
parent9a70b67794a7c2d17476f80b4aa1d622a0906ea0 (diff)
[xcode-9] [ios] Updated supported architectures.
-rw-r--r--iphone/Maps/Maps.xcodeproj/project.pbxproj9
-rw-r--r--xcode/common.xcconfig3
2 files changed, 2 insertions, 10 deletions
diff --git a/iphone/Maps/Maps.xcodeproj/project.pbxproj b/iphone/Maps/Maps.xcodeproj/project.pbxproj
index 319ba8a2c5..621994586e 100644
--- a/iphone/Maps/Maps.xcodeproj/project.pbxproj
+++ b/iphone/Maps/Maps.xcodeproj/project.pbxproj
@@ -6694,7 +6694,6 @@
);
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "xc dbg";
- VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Debug;
};
@@ -6721,7 +6720,6 @@
);
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "xc rel";
- VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Release;
};
@@ -7101,7 +7099,6 @@
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
- VALID_ARCHS = "i386 x86_64";
VERSIONING_SYSTEM = "apple-generic";
};
name = Simulator;
@@ -7207,7 +7204,6 @@
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
- VALID_ARCHS = "armv7 armv7s arm64";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
@@ -7297,7 +7293,6 @@
"$(inherited)",
"$(PROJECT_DIR)/3party/Flurry",
);
- ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
"$(inherited)",
"-Wall",
@@ -7316,7 +7311,6 @@
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
- VALID_ARCHS = "armv7 armv7s arm64";
VERSIONING_SYSTEM = "apple-generic";
};
name = AdHoc;
@@ -7425,7 +7419,6 @@
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
- VALID_ARCHS = "armv7 armv7s arm64";
VERSIONING_SYSTEM = "apple-generic";
};
name = "Production Full";
@@ -7534,7 +7527,6 @@
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
- VALID_ARCHS = "armv7 armv7s arm64";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
@@ -7644,7 +7636,6 @@
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
- VALID_ARCHS = "i386 x86_64";
VERSIONING_SYSTEM = "apple-generic";
};
name = "Simulator Release";
diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig
index 55477ccce0..251b14d6f0 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -60,4 +60,5 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES
ONLY_ACTIVE_ARCH = YES
OTHER_SWIFT_FLAGS = -Xfrontend -warn-long-function-bodies=400
PRODUCT_NAME = $(TARGET_NAME)
-VALID_ARCHS = i386 x86_64 armv7 armv7s arm64
+VALID_ARCHS = arm64
+VALID_ARCHS[sdk=iphonesimulator*] = x86_64