forked from organicmaps/organicmaps
[ios] Linker flags have been fixed.
This commit is contained in:
parent
53f18fc448
commit
971f9602e9
1 changed files with 78 additions and 0 deletions
|
@ -4973,6 +4973,7 @@
|
|||
"-lexpat",
|
||||
"-lprotobuf",
|
||||
"-losrm",
|
||||
"-ObjC",
|
||||
);
|
||||
PRODUCT_NAME = "maps.me rel";
|
||||
SDKROOT = iphoneos;
|
||||
|
@ -5003,6 +5004,32 @@
|
|||
"${SRCROOT}/Statistics",
|
||||
"${SRCROOT}",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lstats_client",
|
||||
"-lmap",
|
||||
"-lsearch",
|
||||
"-lgui",
|
||||
"-ldrape_frontend",
|
||||
"-ldrape",
|
||||
"-lgraphics",
|
||||
"-lstorage",
|
||||
"-lrouting",
|
||||
"-lindexer",
|
||||
"-lanim",
|
||||
"-lplatform",
|
||||
"-lgeometry",
|
||||
"-lcoding",
|
||||
"-lbase",
|
||||
"-lfreetype",
|
||||
"-lfribidi",
|
||||
"-lzlib",
|
||||
"-ljansson",
|
||||
"-ltomcrypt",
|
||||
"-lexpat",
|
||||
"-lprotobuf",
|
||||
"-losrm",
|
||||
"-ObjC",
|
||||
);
|
||||
PROVISIONING_PROFILE = "";
|
||||
};
|
||||
name = "Drape Release Full";
|
||||
|
@ -5027,6 +5054,32 @@
|
|||
"${SRCROOT}/Statistics",
|
||||
"${SRCROOT}",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lstats_client",
|
||||
"-lmap",
|
||||
"-lsearch",
|
||||
"-lgui",
|
||||
"-ldrape_frontend",
|
||||
"-ldrape",
|
||||
"-lgraphics",
|
||||
"-lstorage",
|
||||
"-lrouting",
|
||||
"-lindexer",
|
||||
"-lanim",
|
||||
"-lplatform",
|
||||
"-lgeometry",
|
||||
"-lcoding",
|
||||
"-lbase",
|
||||
"-lfreetype",
|
||||
"-lfribidi",
|
||||
"-lzlib",
|
||||
"-ljansson",
|
||||
"-ltomcrypt",
|
||||
"-lexpat",
|
||||
"-lprotobuf",
|
||||
"-losrm",
|
||||
"-ObjC",
|
||||
);
|
||||
PROVISIONING_PROFILE = "";
|
||||
};
|
||||
name = "Drape Release Full";
|
||||
|
@ -5687,6 +5740,7 @@
|
|||
"-lexpat",
|
||||
"-lprotobuf",
|
||||
"-losrm",
|
||||
"-ObjC",
|
||||
);
|
||||
PRODUCT_NAME = "maps.me dbg";
|
||||
SDKROOT = iphoneos;
|
||||
|
@ -5726,6 +5780,30 @@
|
|||
"$(PROJECT_DIR)/Statistics/MRGService/ExternalLibs/MobileAppTracking",
|
||||
"$(PROJECT_DIR)/Statistics/MRGService/ExternalLibs/MyTracker",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-lstats_client",
|
||||
"-lmap",
|
||||
"-lsearch",
|
||||
"-lgui",
|
||||
"-lgraphics",
|
||||
"-lstorage",
|
||||
"-lrouting",
|
||||
"-lindexer",
|
||||
"-lanim",
|
||||
"-lplatform",
|
||||
"-lgeometry",
|
||||
"-lcoding",
|
||||
"-lbase",
|
||||
"-lfreetype",
|
||||
"-lfribidi",
|
||||
"-lzlib",
|
||||
"-ljansson",
|
||||
"-ltomcrypt",
|
||||
"-lexpat",
|
||||
"-lprotobuf",
|
||||
"-losrm",
|
||||
"-ObjC",
|
||||
);
|
||||
PROVISIONING_PROFILE = "";
|
||||
};
|
||||
name = "Debug Full";
|
||||
|
|
Loading…
Add table
Reference in a new issue