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
path: root/iphone
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-04-20 11:45:31 +0300
committerSergey Yershov <syershov@maps.me>2017-04-20 11:46:38 +0300
commit40a373586827214d680ab40ae29fcce5d9d76875 (patch)
tree92875bc36977b97426c55a8e9d8a509c20b7b281 /iphone
parent96e77809e46c6e7bad62273b50078934e4368e76 (diff)
[mopub-config] [ios] Fixed mopub project config.
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/3party/MoPubSDK/Mopub.xcodeproj/project.pbxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/iphone/Maps/3party/MoPubSDK/Mopub.xcodeproj/project.pbxproj b/iphone/Maps/3party/MoPubSDK/Mopub.xcodeproj/project.pbxproj
index 2452cb115f..ceb2aa7a98 100644
--- a/iphone/Maps/3party/MoPubSDK/Mopub.xcodeproj/project.pbxproj
+++ b/iphone/Maps/3party/MoPubSDK/Mopub.xcodeproj/project.pbxproj
@@ -1366,6 +1366,7 @@
MACH_O_TYPE = staticlib;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = AdHoc;
};
@@ -1390,6 +1391,7 @@
MACH_O_TYPE = staticlib;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = "Production Full";
};
@@ -1413,6 +1415,7 @@
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
MACH_O_TYPE = staticlib;
SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = "Simulator Release";
};
@@ -1436,6 +1439,7 @@
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
MACH_O_TYPE = staticlib;
SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = Simulator;
};
@@ -1459,6 +1463,7 @@
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
MACH_O_TYPE = staticlib;
SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = Debug;
};
@@ -1470,6 +1475,7 @@
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
MACH_O_TYPE = staticlib;
SDKROOT = iphoneos;
+ SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
};
name = Release;
};