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:
authorSergey Yershov <yershov@corp.mail.ru>2015-12-11 14:03:56 +0300
committerSergey Yershov <yershov@corp.mail.ru>2015-12-11 14:03:56 +0300
commit914a9e5aea29f402f760d6c811658c99797c8226 (patch)
tree0b57e5654b481ccd450b304b82a9be66c7e2abf9 /xcode/tomcrypt
parent96d71bcd90989848d220a5efa4fb3ea70859e609 (diff)
Fix xcode projects
Diffstat (limited to 'xcode/tomcrypt')
-rw-r--r--xcode/tomcrypt/tomcrypt.xcodeproj/project.pbxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/tomcrypt/tomcrypt.xcodeproj/project.pbxproj b/xcode/tomcrypt/tomcrypt.xcodeproj/project.pbxproj
index 747160c7ec..44ad8c80d1 100644
--- a/xcode/tomcrypt/tomcrypt.xcodeproj/project.pbxproj
+++ b/xcode/tomcrypt/tomcrypt.xcodeproj/project.pbxproj
@@ -7,7 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
- 39B24A021BAB222E00681326 /* crypt_argchk.c in Sources */ = {isa = PBXBuildFile; fileRef = 39B24A011BAB222E00681326 /* crypt_argchk.c */; settings = {ASSET_TAGS = (); }; };
+ 39B24A021BAB222E00681326 /* crypt_argchk.c in Sources */ = {isa = PBXBuildFile; fileRef = 39B24A011BAB222E00681326 /* crypt_argchk.c */; };
675345291A3F6AF000A0A8C3 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 675345281A3F6AF000A0A8C3 /* sha256.c */; settings = {COMPILER_FLAGS = "-O2"; }; };
6753452C1A3F6B0100A0A8C3 /* base64_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = 6753452A1A3F6B0100A0A8C3 /* base64_decode.c */; settings = {COMPILER_FLAGS = "-O2"; }; };
6753452D1A3F6B0100A0A8C3 /* base64_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = 6753452B1A3F6B0100A0A8C3 /* base64_encode.c */; settings = {COMPILER_FLAGS = "-O2"; }; };