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:
Diffstat (limited to 'xcode/bsdiff/bsdiff.xcodeproj/project.pbxproj')
-rw-r--r--xcode/bsdiff/bsdiff.xcodeproj/project.pbxproj218
1 files changed, 218 insertions, 0 deletions
diff --git a/xcode/bsdiff/bsdiff.xcodeproj/project.pbxproj b/xcode/bsdiff/bsdiff.xcodeproj/project.pbxproj
new file mode 100644
index 0000000000..1aa89f83fb
--- /dev/null
+++ b/xcode/bsdiff/bsdiff.xcodeproj/project.pbxproj
@@ -0,0 +1,218 @@
+// !$*UTF8*$!
+{
+ archiveVersion = 1;
+ classes = {
+ };
+ objectVersion = 46;
+ objects = {
+
+/* Begin PBXBuildFile section */
+ 4586D0B51F4811BB00DF9CE5 /* bsdiff_common.h in Headers */ = {isa = PBXBuildFile; fileRef = 4586D0B11F4811BB00DF9CE5 /* bsdiff_common.h */; };
+ 4586D0B61F4811BB00DF9CE5 /* bsdiff_search.h in Headers */ = {isa = PBXBuildFile; fileRef = 4586D0B21F4811BB00DF9CE5 /* bsdiff_search.h */; };
+ 4586D0B71F4811BB00DF9CE5 /* bsdiff.h in Headers */ = {isa = PBXBuildFile; fileRef = 4586D0B31F4811BB00DF9CE5 /* bsdiff.h */; };
+ 4586D0B81F4811BB00DF9CE5 /* paged_array.h in Headers */ = {isa = PBXBuildFile; fileRef = 4586D0B41F4811BB00DF9CE5 /* paged_array.h */; };
+ 4586D0BE1F4811E600DF9CE5 /* divsufsort_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4586D0B91F4811E600DF9CE5 /* divsufsort_private.h */; };
+ 4586D0BF1F4811E600DF9CE5 /* divsufsort.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4586D0BA1F4811E600DF9CE5 /* divsufsort.cc */; };
+ 4586D0C01F4811E600DF9CE5 /* divsufsort.h in Headers */ = {isa = PBXBuildFile; fileRef = 4586D0BB1F4811E600DF9CE5 /* divsufsort.h */; };
+ 4586D0C11F4811E600DF9CE5 /* sssort.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4586D0BC1F4811E600DF9CE5 /* sssort.cc */; };
+ 4586D0C21F4811E600DF9CE5 /* trsort.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4586D0BD1F4811E600DF9CE5 /* trsort.cc */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+ 4586D0A11F480FE600DF9CE5 /* libbsdiff.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libbsdiff.a; sourceTree = BUILT_PRODUCTS_DIR; };
+ 4586D0AF1F4810A700DF9CE5 /* common-debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = "<group>"; };
+ 4586D0B01F4810A700DF9CE5 /* common-release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = "common-release.xcconfig"; path = "../common-release.xcconfig"; sourceTree = "<group>"; };
+ 4586D0B11F4811BB00DF9CE5 /* bsdiff_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bsdiff_common.h; path = bsdiff/bsdiff_common.h; sourceTree = "<group>"; };
+ 4586D0B21F4811BB00DF9CE5 /* bsdiff_search.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bsdiff_search.h; path = bsdiff/bsdiff_search.h; sourceTree = "<group>"; };
+ 4586D0B31F4811BB00DF9CE5 /* bsdiff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bsdiff.h; path = bsdiff/bsdiff.h; sourceTree = "<group>"; };
+ 4586D0B41F4811BB00DF9CE5 /* paged_array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = paged_array.h; path = bsdiff/paged_array.h; sourceTree = "<group>"; };
+ 4586D0B91F4811E600DF9CE5 /* divsufsort_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = divsufsort_private.h; path = divsufsort/divsufsort_private.h; sourceTree = "<group>"; };
+ 4586D0BA1F4811E600DF9CE5 /* divsufsort.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = divsufsort.cc; path = divsufsort/divsufsort.cc; sourceTree = "<group>"; };
+ 4586D0BB1F4811E600DF9CE5 /* divsufsort.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = divsufsort.h; path = divsufsort/divsufsort.h; sourceTree = "<group>"; };
+ 4586D0BC1F4811E600DF9CE5 /* sssort.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sssort.cc; path = divsufsort/sssort.cc; sourceTree = "<group>"; };
+ 4586D0BD1F4811E600DF9CE5 /* trsort.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trsort.cc; path = divsufsort/trsort.cc; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+ 4586D09E1F480FE600DF9CE5 /* Frameworks */ = {
+ isa = PBXFrameworksBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+ 4586D0981F480FE600DF9CE5 = {
+ isa = PBXGroup;
+ children = (
+ 4586D0AF1F4810A700DF9CE5 /* common-debug.xcconfig */,
+ 4586D0B01F4810A700DF9CE5 /* common-release.xcconfig */,
+ 4586D0A31F480FE600DF9CE5 /* bsdiff */,
+ 4586D0A21F480FE600DF9CE5 /* Products */,
+ );
+ sourceTree = "<group>";
+ };
+ 4586D0A21F480FE600DF9CE5 /* Products */ = {
+ isa = PBXGroup;
+ children = (
+ 4586D0A11F480FE600DF9CE5 /* libbsdiff.a */,
+ );
+ name = Products;
+ sourceTree = "<group>";
+ };
+ 4586D0A31F480FE600DF9CE5 /* bsdiff */ = {
+ isa = PBXGroup;
+ children = (
+ 4586D0B91F4811E600DF9CE5 /* divsufsort_private.h */,
+ 4586D0BA1F4811E600DF9CE5 /* divsufsort.cc */,
+ 4586D0BB1F4811E600DF9CE5 /* divsufsort.h */,
+ 4586D0BC1F4811E600DF9CE5 /* sssort.cc */,
+ 4586D0BD1F4811E600DF9CE5 /* trsort.cc */,
+ 4586D0B11F4811BB00DF9CE5 /* bsdiff_common.h */,
+ 4586D0B21F4811BB00DF9CE5 /* bsdiff_search.h */,
+ 4586D0B31F4811BB00DF9CE5 /* bsdiff.h */,
+ 4586D0B41F4811BB00DF9CE5 /* paged_array.h */,
+ );
+ name = bsdiff;
+ path = "../../3party/bsdiff-courgette";
+ sourceTree = "<group>";
+ };
+/* End PBXGroup section */
+
+/* Begin PBXHeadersBuildPhase section */
+ 4586D09F1F480FE600DF9CE5 /* Headers */ = {
+ isa = PBXHeadersBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 4586D0BE1F4811E600DF9CE5 /* divsufsort_private.h in Headers */,
+ 4586D0B71F4811BB00DF9CE5 /* bsdiff.h in Headers */,
+ 4586D0B61F4811BB00DF9CE5 /* bsdiff_search.h in Headers */,
+ 4586D0B81F4811BB00DF9CE5 /* paged_array.h in Headers */,
+ 4586D0B51F4811BB00DF9CE5 /* bsdiff_common.h in Headers */,
+ 4586D0C01F4811E600DF9CE5 /* divsufsort.h in Headers */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXHeadersBuildPhase section */
+
+/* Begin PBXNativeTarget section */
+ 4586D0A01F480FE600DF9CE5 /* bsdiff */ = {
+ isa = PBXNativeTarget;
+ buildConfigurationList = 4586D0AC1F480FE600DF9CE5 /* Build configuration list for PBXNativeTarget "bsdiff" */;
+ buildPhases = (
+ 4586D09D1F480FE600DF9CE5 /* Sources */,
+ 4586D09E1F480FE600DF9CE5 /* Frameworks */,
+ 4586D09F1F480FE600DF9CE5 /* Headers */,
+ );
+ buildRules = (
+ );
+ dependencies = (
+ );
+ name = bsdiff;
+ productName = bsdiff;
+ productReference = 4586D0A11F480FE600DF9CE5 /* libbsdiff.a */;
+ productType = "com.apple.product-type.library.static";
+ };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+ 4586D0991F480FE600DF9CE5 /* Project object */ = {
+ isa = PBXProject;
+ attributes = {
+ LastUpgradeCheck = 0830;
+ ORGANIZATIONNAME = maps.me;
+ TargetAttributes = {
+ 4586D0A01F480FE600DF9CE5 = {
+ CreatedOnToolsVersion = 8.3.3;
+ ProvisioningStyle = Automatic;
+ };
+ };
+ };
+ buildConfigurationList = 4586D09C1F480FE600DF9CE5 /* Build configuration list for PBXProject "bsdiff" */;
+ compatibilityVersion = "Xcode 3.2";
+ developmentRegion = English;
+ hasScannedForEncodings = 0;
+ knownRegions = (
+ en,
+ );
+ mainGroup = 4586D0981F480FE600DF9CE5;
+ productRefGroup = 4586D0A21F480FE600DF9CE5 /* Products */;
+ projectDirPath = "";
+ projectRoot = "";
+ targets = (
+ 4586D0A01F480FE600DF9CE5 /* bsdiff */,
+ );
+ };
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+ 4586D09D1F480FE600DF9CE5 /* Sources */ = {
+ isa = PBXSourcesBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ 4586D0BF1F4811E600DF9CE5 /* divsufsort.cc in Sources */,
+ 4586D0C11F4811E600DF9CE5 /* sssort.cc in Sources */,
+ 4586D0C21F4811E600DF9CE5 /* trsort.cc in Sources */,
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+ 4586D0AA1F480FE600DF9CE5 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 4586D0AF1F4810A700DF9CE5 /* common-debug.xcconfig */;
+ buildSettings = {
+ };
+ name = Debug;
+ };
+ 4586D0AB1F480FE600DF9CE5 /* Release */ = {
+ isa = XCBuildConfiguration;
+ baseConfigurationReference = 4586D0B01F4810A700DF9CE5 /* common-release.xcconfig */;
+ buildSettings = {
+ };
+ name = Release;
+ };
+ 4586D0AD1F480FE600DF9CE5 /* Debug */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Debug;
+ };
+ 4586D0AE1F480FE600DF9CE5 /* Release */ = {
+ isa = XCBuildConfiguration;
+ buildSettings = {
+ EXECUTABLE_PREFIX = lib;
+ PRODUCT_NAME = "$(TARGET_NAME)";
+ };
+ name = Release;
+ };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+ 4586D09C1F480FE600DF9CE5 /* Build configuration list for PBXProject "bsdiff" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 4586D0AA1F480FE600DF9CE5 /* Debug */,
+ 4586D0AB1F480FE600DF9CE5 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+ 4586D0AC1F480FE600DF9CE5 /* Build configuration list for PBXNativeTarget "bsdiff" */ = {
+ isa = XCConfigurationList;
+ buildConfigurations = (
+ 4586D0AD1F480FE600DF9CE5 /* Debug */,
+ 4586D0AE1F480FE600DF9CE5 /* Release */,
+ );
+ defaultConfigurationIsVisible = 0;
+ defaultConfigurationName = Release;
+ };
+/* End XCConfigurationList section */
+ };
+ rootObject = 4586D0991F480FE600DF9CE5 /* Project object */;
+}