project.pbxproj 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 131C67B9187C3E360009030E /* OCXMLSharedParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 131C67B8187C3E360009030E /* OCXMLSharedParser.m */; };
  10. 1345E4601884213400153F14 /* OCXMLShareByLinkParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 1345E45F1884213400153F14 /* OCXMLShareByLinkParser.m */; };
  11. 13AA8636187C211900A10927 /* OCSharedDto.m in Sources */ = {isa = PBXBuildFile; fileRef = 13AA8635187C211900A10927 /* OCSharedDto.m */; };
  12. 13AA8640187C3B9700A10927 /* OCXMLParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 13AA863F187C3B9700A10927 /* OCXMLParser.m */; };
  13. 59A5B71E191907F100724BE3 /* AFHTTPSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 59A5B70E191907F100724BE3 /* AFHTTPSessionManager.m */; };
  14. 59A5B71F191907F100724BE3 /* AFNetworkReachabilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 59A5B711191907F100724BE3 /* AFNetworkReachabilityManager.m */; };
  15. 59A5B720191907F100724BE3 /* AFSecurityPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 59A5B713191907F100724BE3 /* AFSecurityPolicy.m */; };
  16. 59A5B722191907F100724BE3 /* AFURLRequestSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 59A5B717191907F100724BE3 /* AFURLRequestSerialization.m */; };
  17. 59A5B723191907F100724BE3 /* AFURLResponseSerialization.m in Sources */ = {isa = PBXBuildFile; fileRef = 59A5B719191907F100724BE3 /* AFURLResponseSerialization.m */; };
  18. 59A5B724191907F100724BE3 /* AFURLSessionManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 59A5B71B191907F100724BE3 /* AFURLSessionManager.m */; };
  19. EA05999A1BB96D14002C2864 /* OCShareUser.m in Sources */ = {isa = PBXBuildFile; fileRef = EA0599991BB96D14002C2864 /* OCShareUser.m */; };
  20. EA73DC831B1C48EA00C3AC21 /* OCXMLServerErrorsParser.m in Sources */ = {isa = PBXBuildFile; fileRef = EA73DC821B1C48EA00C3AC21 /* OCXMLServerErrorsParser.m */; };
  21. EA7CC89B183E11E600B6A4B4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA7CC89A183E11E600B6A4B4 /* Foundation.framework */; };
  22. EA7CC8A9183E11E600B6A4B4 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA7CC8A8183E11E600B6A4B4 /* XCTest.framework */; };
  23. EA7CC8AA183E11E600B6A4B4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA7CC89A183E11E600B6A4B4 /* Foundation.framework */; };
  24. EA7CC8AC183E11E600B6A4B4 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA7CC8AB183E11E600B6A4B4 /* UIKit.framework */; };
  25. EA7CC8AF183E11E600B6A4B4 /* libownCloudiOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EA7CC897183E11E600B6A4B4 /* libownCloudiOS.a */; };
  26. EA7CC8B5183E11E600B6A4B4 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = EA7CC8B3183E11E600B6A4B4 /* InfoPlist.strings */; };
  27. EA7CC8B7183E11E600B6A4B4 /* OCCommunicationLibTests.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC8B6183E11E600B6A4B4 /* OCCommunicationLibTests.m */; };
  28. EA7CC912183E146000B6A4B4 /* UtilsFramework.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC911183E146000B6A4B4 /* UtilsFramework.m */; };
  29. EA7CC913183E146000B6A4B4 /* UtilsFramework.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC911183E146000B6A4B4 /* UtilsFramework.m */; };
  30. EA7CC928183E14A100B6A4B4 /* NSDate+ISO8601.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC91E183E14A100B6A4B4 /* NSDate+ISO8601.m */; };
  31. EA7CC929183E14A100B6A4B4 /* NSDate+ISO8601.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC91E183E14A100B6A4B4 /* NSDate+ISO8601.m */; };
  32. EA7CC92A183E14A100B6A4B4 /* NSDate+RFC1123.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC920183E14A100B6A4B4 /* NSDate+RFC1123.m */; };
  33. EA7CC92B183E14A100B6A4B4 /* NSDate+RFC1123.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC920183E14A100B6A4B4 /* NSDate+RFC1123.m */; };
  34. EA7CC92C183E14A100B6A4B4 /* OCHTTPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC923183E14A100B6A4B4 /* OCHTTPRequestOperation.m */; };
  35. EA7CC92D183E14A100B6A4B4 /* OCHTTPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC923183E14A100B6A4B4 /* OCHTTPRequestOperation.m */; };
  36. EA7CC92E183E14A100B6A4B4 /* OCWebDAVClient.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC925183E14A100B6A4B4 /* OCWebDAVClient.m */; };
  37. EA7CC92F183E14A100B6A4B4 /* OCWebDAVClient.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC925183E14A100B6A4B4 /* OCWebDAVClient.m */; };
  38. EA7CC934183E150000B6A4B4 /* OCCommunication.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC933183E150000B6A4B4 /* OCCommunication.m */; };
  39. EA7CC935183E150000B6A4B4 /* OCCommunication.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7CC933183E150000B6A4B4 /* OCCommunication.m */; };
  40. EA913A721BE9FB0700D015B8 /* OCCapabilities.m in Sources */ = {isa = PBXBuildFile; fileRef = EA913A711BE9FB0700D015B8 /* OCCapabilities.m */; };
  41. EAABAA32183E688900909831 /* OCFileDto.m in Sources */ = {isa = PBXBuildFile; fileRef = EAABAA31183E688900909831 /* OCFileDto.m */; };
  42. EAABAA33183E688900909831 /* OCFileDto.m in Sources */ = {isa = PBXBuildFile; fileRef = EAABAA31183E688900909831 /* OCFileDto.m */; };
  43. EAABAB1E1858594A00909831 /* OCChunkDto.m in Sources */ = {isa = PBXBuildFile; fileRef = EAABAB191858594A00909831 /* OCChunkDto.m */; };
  44. EAABAB1F1858594A00909831 /* OCChunkDto.m in Sources */ = {isa = PBXBuildFile; fileRef = EAABAB191858594A00909831 /* OCChunkDto.m */; };
  45. EAABAB2618585C5200909831 /* NSString+Encode.m in Sources */ = {isa = PBXBuildFile; fileRef = EAABAB2518585C5200909831 /* NSString+Encode.m */; };
  46. EAABAB2718585C5200909831 /* NSString+Encode.m in Sources */ = {isa = PBXBuildFile; fileRef = EAABAB2518585C5200909831 /* NSString+Encode.m */; };
  47. EAABAB39185B353100909831 /* test.jpeg in Resources */ = {isa = PBXBuildFile; fileRef = EAABAB38185B353100909831 /* test.jpeg */; };
  48. EAABAB3C185EE33B00909831 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAABAB3B185EE33B00909831 /* UIKit.framework */; };
  49. EAABAB40185F225300909831 /* video.MOV in Resources */ = {isa = PBXBuildFile; fileRef = EAABAB3F185F225300909831 /* video.MOV */; };
  50. F704980D1E369EF6008F5BB6 /* OCNotifications.m in Sources */ = {isa = PBXBuildFile; fileRef = F70498081E369EF6008F5BB6 /* OCNotifications.m */; };
  51. F704980E1E369EF6008F5BB6 /* OCNotificationsAction.m in Sources */ = {isa = PBXBuildFile; fileRef = F704980A1E369EF6008F5BB6 /* OCNotificationsAction.m */; };
  52. F704980F1E369EF6008F5BB6 /* OCRichObjectStrings.m in Sources */ = {isa = PBXBuildFile; fileRef = F704980C1E369EF6008F5BB6 /* OCRichObjectStrings.m */; };
  53. F73C00351E56098300EEEFA7 /* OCUserProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = F73C00341E56098300EEEFA7 /* OCUserProfile.m */; };
  54. F785C1341E6316A500469BAC /* OCXMLListParser.m in Sources */ = {isa = PBXBuildFile; fileRef = F785C1331E6316A500469BAC /* OCXMLListParser.m */; };
  55. F7FB5F171E66E63B00389481 /* OCActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = F7FB5F161E66E63B00389481 /* OCActivity.m */; };
  56. /* End PBXBuildFile section */
  57. /* Begin PBXContainerItemProxy section */
  58. EA7CC8AD183E11E600B6A4B4 /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = EA7CC88F183E11E600B6A4B4 /* Project object */;
  61. proxyType = 1;
  62. remoteGlobalIDString = EA7CC896183E11E600B6A4B4;
  63. remoteInfo = OCCommunicationLib;
  64. };
  65. /* End PBXContainerItemProxy section */
  66. /* Begin PBXCopyFilesBuildPhase section */
  67. EA7CC895183E11E600B6A4B4 /* CopyFiles */ = {
  68. isa = PBXCopyFilesBuildPhase;
  69. buildActionMask = 12;
  70. dstPath = "include/$(PRODUCT_NAME)";
  71. dstSubfolderSpec = 16;
  72. files = (
  73. );
  74. runOnlyForDeploymentPostprocessing = 0;
  75. };
  76. /* End PBXCopyFilesBuildPhase section */
  77. /* Begin PBXFileReference section */
  78. 131C67B7187C3E360009030E /* OCXMLSharedParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = OCXMLSharedParser.h; path = OCWebDavClient/Parsers/OCXMLSharedParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  79. 131C67B8187C3E360009030E /* OCXMLSharedParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = OCXMLSharedParser.m; path = OCWebDavClient/Parsers/OCXMLSharedParser.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  80. 1345E45E1884213400153F14 /* OCXMLShareByLinkParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OCXMLShareByLinkParser.h; path = OCWebDavClient/Parsers/OCXMLShareByLinkParser.h; sourceTree = "<group>"; };
  81. 1345E45F1884213400153F14 /* OCXMLShareByLinkParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OCXMLShareByLinkParser.m; path = OCWebDavClient/Parsers/OCXMLShareByLinkParser.m; sourceTree = "<group>"; };
  82. 13AA8634187C211900A10927 /* OCSharedDto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = OCSharedDto.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  83. 13AA8635187C211900A10927 /* OCSharedDto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = OCSharedDto.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  84. 13AA863E187C3B9700A10927 /* OCXMLParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = OCXMLParser.h; path = OCWebDavClient/Parsers/OCXMLParser.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  85. 13AA863F187C3B9700A10927 /* OCXMLParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = OCXMLParser.m; path = OCWebDavClient/Parsers/OCXMLParser.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  86. 591BFBF31B1C809000AB8D3A /* OCConstants.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = OCConstants.h; path = Utils/OCConstants.h; sourceTree = "<group>"; };
  87. 59A3EBC718FBD4E700D31D1B /* ConfigTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConfigTests.h; sourceTree = "<group>"; };
  88. 59A5B70D191907F100724BE3 /* AFHTTPSessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFHTTPSessionManager.h; path = ExternalLibs/AFNetworking/AFHTTPSessionManager.h; sourceTree = "<group>"; };
  89. 59A5B70E191907F100724BE3 /* AFHTTPSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFHTTPSessionManager.m; path = ExternalLibs/AFNetworking/AFHTTPSessionManager.m; sourceTree = "<group>"; };
  90. 59A5B70F191907F100724BE3 /* AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFNetworking.h; path = ExternalLibs/AFNetworking/AFNetworking.h; sourceTree = "<group>"; };
  91. 59A5B710191907F100724BE3 /* AFNetworkReachabilityManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFNetworkReachabilityManager.h; path = ExternalLibs/AFNetworking/AFNetworkReachabilityManager.h; sourceTree = "<group>"; };
  92. 59A5B711191907F100724BE3 /* AFNetworkReachabilityManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFNetworkReachabilityManager.m; path = ExternalLibs/AFNetworking/AFNetworkReachabilityManager.m; sourceTree = "<group>"; };
  93. 59A5B712191907F100724BE3 /* AFSecurityPolicy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFSecurityPolicy.h; path = ExternalLibs/AFNetworking/AFSecurityPolicy.h; sourceTree = "<group>"; };
  94. 59A5B713191907F100724BE3 /* AFSecurityPolicy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFSecurityPolicy.m; path = ExternalLibs/AFNetworking/AFSecurityPolicy.m; sourceTree = "<group>"; };
  95. 59A5B716191907F100724BE3 /* AFURLRequestSerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFURLRequestSerialization.h; path = ExternalLibs/AFNetworking/AFURLRequestSerialization.h; sourceTree = "<group>"; };
  96. 59A5B717191907F100724BE3 /* AFURLRequestSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFURLRequestSerialization.m; path = ExternalLibs/AFNetworking/AFURLRequestSerialization.m; sourceTree = "<group>"; };
  97. 59A5B718191907F100724BE3 /* AFURLResponseSerialization.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFURLResponseSerialization.h; path = ExternalLibs/AFNetworking/AFURLResponseSerialization.h; sourceTree = "<group>"; };
  98. 59A5B719191907F100724BE3 /* AFURLResponseSerialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFURLResponseSerialization.m; path = ExternalLibs/AFNetworking/AFURLResponseSerialization.m; sourceTree = "<group>"; };
  99. 59A5B71A191907F100724BE3 /* AFURLSessionManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AFURLSessionManager.h; path = ExternalLibs/AFNetworking/AFURLSessionManager.h; sourceTree = "<group>"; };
  100. 59A5B71B191907F100724BE3 /* AFURLSessionManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AFURLSessionManager.m; path = ExternalLibs/AFNetworking/AFURLSessionManager.m; sourceTree = "<group>"; };
  101. EA0599981BB96D14002C2864 /* OCShareUser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCShareUser.h; sourceTree = "<group>"; };
  102. EA0599991BB96D14002C2864 /* OCShareUser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCShareUser.m; sourceTree = "<group>"; };
  103. EA73DC811B1C48EA00C3AC21 /* OCXMLServerErrorsParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OCXMLServerErrorsParser.h; path = OCWebDavClient/Parsers/OCXMLServerErrorsParser.h; sourceTree = "<group>"; };
  104. EA73DC821B1C48EA00C3AC21 /* OCXMLServerErrorsParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OCXMLServerErrorsParser.m; path = OCWebDavClient/Parsers/OCXMLServerErrorsParser.m; sourceTree = "<group>"; };
  105. EA7CC897183E11E600B6A4B4 /* libownCloudiOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libownCloudiOS.a; sourceTree = BUILT_PRODUCTS_DIR; };
  106. EA7CC89A183E11E600B6A4B4 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  107. EA7CC89E183E11E600B6A4B4 /* ownCloud iOS library-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ownCloud iOS library-Prefix.pch"; sourceTree = "<group>"; };
  108. EA7CC8A7183E11E600B6A4B4 /* ownCloud iOS libraryTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ownCloud iOS libraryTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  109. EA7CC8A8183E11E600B6A4B4 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  110. EA7CC8AB183E11E600B6A4B4 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; };
  111. EA7CC8B2183E11E600B6A4B4 /* ownCloud iOS libraryTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ownCloud iOS libraryTests-Info.plist"; sourceTree = "<group>"; };
  112. EA7CC8B4183E11E600B6A4B4 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  113. EA7CC8B6183E11E600B6A4B4 /* OCCommunicationLibTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = OCCommunicationLibTests.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  114. EA7CC910183E146000B6A4B4 /* UtilsFramework.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = UtilsFramework.h; path = Utils/UtilsFramework.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  115. EA7CC911183E146000B6A4B4 /* UtilsFramework.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = UtilsFramework.m; path = Utils/UtilsFramework.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  116. EA7CC91D183E14A100B6A4B4 /* NSDate+ISO8601.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = "NSDate+ISO8601.h"; path = "OCWebDavClient/NSDate+ISO8601.h"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  117. EA7CC91E183E14A100B6A4B4 /* NSDate+ISO8601.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = "NSDate+ISO8601.m"; path = "OCWebDavClient/NSDate+ISO8601.m"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  118. EA7CC91F183E14A100B6A4B4 /* NSDate+RFC1123.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = "NSDate+RFC1123.h"; path = "OCWebDavClient/NSDate+RFC1123.h"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  119. EA7CC920183E14A100B6A4B4 /* NSDate+RFC1123.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = "NSDate+RFC1123.m"; path = "OCWebDavClient/NSDate+RFC1123.m"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  120. EA7CC922183E14A100B6A4B4 /* OCHTTPRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = OCHTTPRequestOperation.h; path = OCWebDavClient/OCHTTPRequestOperation.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  121. EA7CC923183E14A100B6A4B4 /* OCHTTPRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = OCHTTPRequestOperation.m; path = OCWebDavClient/OCHTTPRequestOperation.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  122. EA7CC924183E14A100B6A4B4 /* OCWebDAVClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = OCWebDAVClient.h; path = OCWebDavClient/OCWebDAVClient.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  123. EA7CC925183E14A100B6A4B4 /* OCWebDAVClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = OCWebDAVClient.m; path = OCWebDavClient/OCWebDAVClient.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  124. EA7CC932183E150000B6A4B4 /* OCCommunication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = OCCommunication.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  125. EA7CC933183E150000B6A4B4 /* OCCommunication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = OCCommunication.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  126. EA7CC936183E15C000B6A4B4 /* OCCommunicationLibTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = OCCommunicationLibTests.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  127. EA913A701BE9FB0700D015B8 /* OCCapabilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCCapabilities.h; sourceTree = "<group>"; };
  128. EA913A711BE9FB0700D015B8 /* OCCapabilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCCapabilities.m; sourceTree = "<group>"; };
  129. EAABAA2F183E687000909831 /* OCFrameworkConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = OCFrameworkConstants.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  130. EAABAA30183E688900909831 /* OCFileDto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = OCFileDto.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  131. EAABAA31183E688900909831 /* OCFileDto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = OCFileDto.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  132. EAABAB1218574A7C00909831 /* OCErrorMsg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = OCErrorMsg.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  133. EAABAB181858594A00909831 /* OCChunkDto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = OCChunkDto.h; path = UploadSupport/OCChunkDto.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  134. EAABAB191858594A00909831 /* OCChunkDto.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = OCChunkDto.m; path = UploadSupport/OCChunkDto.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  135. EAABAB2418585C5200909831 /* NSString+Encode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = "NSString+Encode.h"; path = "Utils/NSString+Encode.h"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  136. EAABAB2518585C5200909831 /* NSString+Encode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; name = "NSString+Encode.m"; path = "Utils/NSString+Encode.m"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  137. EAABAB38185B353100909831 /* test.jpeg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = test.jpeg; path = Resources/test.jpeg; sourceTree = "<group>"; };
  138. EAABAB3B185EE33B00909831 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  139. EAABAB3F185F225300909831 /* video.MOV */ = {isa = PBXFileReference; lastKnownFileType = video.quicktime; name = video.MOV; path = Resources/video.MOV; sourceTree = "<group>"; };
  140. F70498071E369EF6008F5BB6 /* OCNotifications.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCNotifications.h; sourceTree = "<group>"; };
  141. F70498081E369EF6008F5BB6 /* OCNotifications.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCNotifications.m; sourceTree = "<group>"; };
  142. F70498091E369EF6008F5BB6 /* OCNotificationsAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCNotificationsAction.h; sourceTree = "<group>"; };
  143. F704980A1E369EF6008F5BB6 /* OCNotificationsAction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCNotificationsAction.m; sourceTree = "<group>"; };
  144. F704980B1E369EF6008F5BB6 /* OCRichObjectStrings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCRichObjectStrings.h; sourceTree = "<group>"; };
  145. F704980C1E369EF6008F5BB6 /* OCRichObjectStrings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCRichObjectStrings.m; sourceTree = "<group>"; };
  146. F7202C8C1E6816C900C6D9AD /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  147. F7202C931E6817A400C6D9AD /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  148. F73C00331E56098300EEEFA7 /* OCUserProfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCUserProfile.h; sourceTree = "<group>"; };
  149. F73C00341E56098300EEEFA7 /* OCUserProfile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCUserProfile.m; sourceTree = "<group>"; };
  150. F785C1321E6316A500469BAC /* OCXMLListParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OCXMLListParser.h; path = OCWebDavClient/Parsers/OCXMLListParser.h; sourceTree = "<group>"; };
  151. F785C1331E6316A500469BAC /* OCXMLListParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OCXMLListParser.m; path = OCWebDavClient/Parsers/OCXMLListParser.m; sourceTree = "<group>"; };
  152. F7FB5F151E66E63B00389481 /* OCActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCActivity.h; sourceTree = "<group>"; };
  153. F7FB5F161E66E63B00389481 /* OCActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OCActivity.m; sourceTree = "<group>"; };
  154. /* End PBXFileReference section */
  155. /* Begin PBXFrameworksBuildPhase section */
  156. EA7CC894183E11E600B6A4B4 /* Frameworks */ = {
  157. isa = PBXFrameworksBuildPhase;
  158. buildActionMask = 2147483647;
  159. files = (
  160. EA7CC89B183E11E600B6A4B4 /* Foundation.framework in Frameworks */,
  161. );
  162. runOnlyForDeploymentPostprocessing = 0;
  163. };
  164. EA7CC8A4183E11E600B6A4B4 /* Frameworks */ = {
  165. isa = PBXFrameworksBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. EAABAB3C185EE33B00909831 /* UIKit.framework in Frameworks */,
  169. EA7CC8AF183E11E600B6A4B4 /* libownCloudiOS.a in Frameworks */,
  170. EA7CC8A9183E11E600B6A4B4 /* XCTest.framework in Frameworks */,
  171. EA7CC8AC183E11E600B6A4B4 /* UIKit.framework in Frameworks */,
  172. EA7CC8AA183E11E600B6A4B4 /* Foundation.framework in Frameworks */,
  173. );
  174. runOnlyForDeploymentPostprocessing = 0;
  175. };
  176. /* End PBXFrameworksBuildPhase section */
  177. /* Begin PBXGroup section */
  178. 13AA8637187C331F00A10927 /* Parsers */ = {
  179. isa = PBXGroup;
  180. children = (
  181. F785C1321E6316A500469BAC /* OCXMLListParser.h */,
  182. F785C1331E6316A500469BAC /* OCXMLListParser.m */,
  183. 131C67B7187C3E360009030E /* OCXMLSharedParser.h */,
  184. 131C67B8187C3E360009030E /* OCXMLSharedParser.m */,
  185. 13AA863E187C3B9700A10927 /* OCXMLParser.h */,
  186. 13AA863F187C3B9700A10927 /* OCXMLParser.m */,
  187. 1345E45E1884213400153F14 /* OCXMLShareByLinkParser.h */,
  188. 1345E45F1884213400153F14 /* OCXMLShareByLinkParser.m */,
  189. EA73DC811B1C48EA00C3AC21 /* OCXMLServerErrorsParser.h */,
  190. EA73DC821B1C48EA00C3AC21 /* OCXMLServerErrorsParser.m */,
  191. );
  192. name = Parsers;
  193. sourceTree = "<group>";
  194. };
  195. EA7CC88E183E11E600B6A4B4 = {
  196. isa = PBXGroup;
  197. children = (
  198. EA7CC89C183E11E600B6A4B4 /* OCCommunicationLib */,
  199. EA7CC8B0183E11E600B6A4B4 /* OCCommunicationLibTests */,
  200. EA7CC899183E11E600B6A4B4 /* Frameworks */,
  201. EA7CC898183E11E600B6A4B4 /* Products */,
  202. );
  203. sourceTree = "<group>";
  204. };
  205. EA7CC898183E11E600B6A4B4 /* Products */ = {
  206. isa = PBXGroup;
  207. children = (
  208. EA7CC897183E11E600B6A4B4 /* libownCloudiOS.a */,
  209. EA7CC8A7183E11E600B6A4B4 /* ownCloud iOS libraryTests.xctest */,
  210. );
  211. name = Products;
  212. sourceTree = "<group>";
  213. };
  214. EA7CC899183E11E600B6A4B4 /* Frameworks */ = {
  215. isa = PBXGroup;
  216. children = (
  217. EAABAB3B185EE33B00909831 /* UIKit.framework */,
  218. EA7CC89A183E11E600B6A4B4 /* Foundation.framework */,
  219. EA7CC8A8183E11E600B6A4B4 /* XCTest.framework */,
  220. EA7CC8AB183E11E600B6A4B4 /* UIKit.framework */,
  221. );
  222. name = Frameworks;
  223. sourceTree = "<group>";
  224. };
  225. EA7CC89C183E11E600B6A4B4 /* OCCommunicationLib */ = {
  226. isa = PBXGroup;
  227. children = (
  228. F7FB5F151E66E63B00389481 /* OCActivity.h */,
  229. F7FB5F161E66E63B00389481 /* OCActivity.m */,
  230. EAABAA30183E688900909831 /* OCFileDto.h */,
  231. EAABAA31183E688900909831 /* OCFileDto.m */,
  232. EA0599981BB96D14002C2864 /* OCShareUser.h */,
  233. EA0599991BB96D14002C2864 /* OCShareUser.m */,
  234. 13AA8634187C211900A10927 /* OCSharedDto.h */,
  235. 13AA8635187C211900A10927 /* OCSharedDto.m */,
  236. EA913A701BE9FB0700D015B8 /* OCCapabilities.h */,
  237. EA913A711BE9FB0700D015B8 /* OCCapabilities.m */,
  238. EAABAA2F183E687000909831 /* OCFrameworkConstants.h */,
  239. F73C00331E56098300EEEFA7 /* OCUserProfile.h */,
  240. F73C00341E56098300EEEFA7 /* OCUserProfile.m */,
  241. F70498071E369EF6008F5BB6 /* OCNotifications.h */,
  242. F70498081E369EF6008F5BB6 /* OCNotifications.m */,
  243. F70498091E369EF6008F5BB6 /* OCNotificationsAction.h */,
  244. F704980A1E369EF6008F5BB6 /* OCNotificationsAction.m */,
  245. F704980B1E369EF6008F5BB6 /* OCRichObjectStrings.h */,
  246. F704980C1E369EF6008F5BB6 /* OCRichObjectStrings.m */,
  247. EA7CC932183E150000B6A4B4 /* OCCommunication.h */,
  248. EA7CC933183E150000B6A4B4 /* OCCommunication.m */,
  249. EAABAB1218574A7C00909831 /* OCErrorMsg.h */,
  250. EAABAB171858593500909831 /* UploadSupport */,
  251. EA7CC91C183E147C00B6A4B4 /* OCWebDavClient */,
  252. EA7CC8E7183E133800B6A4B4 /* Utils */,
  253. EA7CC89D183E11E600B6A4B4 /* Supporting Files */,
  254. );
  255. path = OCCommunicationLib;
  256. sourceTree = "<group>";
  257. };
  258. EA7CC89D183E11E600B6A4B4 /* Supporting Files */ = {
  259. isa = PBXGroup;
  260. children = (
  261. EAABAB37185B352500909831 /* Resources */,
  262. EA7CC8C0183E126B00B6A4B4 /* ExternalLibs */,
  263. EA7CC89E183E11E600B6A4B4 /* ownCloud iOS library-Prefix.pch */,
  264. );
  265. name = "Supporting Files";
  266. sourceTree = "<group>";
  267. };
  268. EA7CC8B0183E11E600B6A4B4 /* OCCommunicationLibTests */ = {
  269. isa = PBXGroup;
  270. children = (
  271. 59A3EBC718FBD4E700D31D1B /* ConfigTests.h */,
  272. EA7CC936183E15C000B6A4B4 /* OCCommunicationLibTests.h */,
  273. EA7CC8B6183E11E600B6A4B4 /* OCCommunicationLibTests.m */,
  274. EA7CC8B1183E11E600B6A4B4 /* Supporting Files */,
  275. );
  276. path = OCCommunicationLibTests;
  277. sourceTree = "<group>";
  278. };
  279. EA7CC8B1183E11E600B6A4B4 /* Supporting Files */ = {
  280. isa = PBXGroup;
  281. children = (
  282. EA7CC8B2183E11E600B6A4B4 /* ownCloud iOS libraryTests-Info.plist */,
  283. EA7CC8B3183E11E600B6A4B4 /* InfoPlist.strings */,
  284. );
  285. name = "Supporting Files";
  286. sourceTree = "<group>";
  287. };
  288. EA7CC8C0183E126B00B6A4B4 /* ExternalLibs */ = {
  289. isa = PBXGroup;
  290. children = (
  291. EA7CC8C1183E12C200B6A4B4 /* AFNetworking */,
  292. );
  293. name = ExternalLibs;
  294. sourceTree = "<group>";
  295. };
  296. EA7CC8C1183E12C200B6A4B4 /* AFNetworking */ = {
  297. isa = PBXGroup;
  298. children = (
  299. 59A5B70D191907F100724BE3 /* AFHTTPSessionManager.h */,
  300. 59A5B70E191907F100724BE3 /* AFHTTPSessionManager.m */,
  301. 59A5B70F191907F100724BE3 /* AFNetworking.h */,
  302. 59A5B710191907F100724BE3 /* AFNetworkReachabilityManager.h */,
  303. 59A5B711191907F100724BE3 /* AFNetworkReachabilityManager.m */,
  304. 59A5B712191907F100724BE3 /* AFSecurityPolicy.h */,
  305. 59A5B713191907F100724BE3 /* AFSecurityPolicy.m */,
  306. 59A5B716191907F100724BE3 /* AFURLRequestSerialization.h */,
  307. 59A5B717191907F100724BE3 /* AFURLRequestSerialization.m */,
  308. 59A5B718191907F100724BE3 /* AFURLResponseSerialization.h */,
  309. 59A5B719191907F100724BE3 /* AFURLResponseSerialization.m */,
  310. 59A5B71A191907F100724BE3 /* AFURLSessionManager.h */,
  311. 59A5B71B191907F100724BE3 /* AFURLSessionManager.m */,
  312. );
  313. name = AFNetworking;
  314. sourceTree = "<group>";
  315. };
  316. EA7CC8E7183E133800B6A4B4 /* Utils */ = {
  317. isa = PBXGroup;
  318. children = (
  319. 591BFBF31B1C809000AB8D3A /* OCConstants.h */,
  320. EAABAB2418585C5200909831 /* NSString+Encode.h */,
  321. EAABAB2518585C5200909831 /* NSString+Encode.m */,
  322. EA7CC910183E146000B6A4B4 /* UtilsFramework.h */,
  323. EA7CC911183E146000B6A4B4 /* UtilsFramework.m */,
  324. );
  325. name = Utils;
  326. sourceTree = "<group>";
  327. };
  328. EA7CC91C183E147C00B6A4B4 /* OCWebDavClient */ = {
  329. isa = PBXGroup;
  330. children = (
  331. 13AA8637187C331F00A10927 /* Parsers */,
  332. EA7CC91D183E14A100B6A4B4 /* NSDate+ISO8601.h */,
  333. EA7CC91E183E14A100B6A4B4 /* NSDate+ISO8601.m */,
  334. EA7CC91F183E14A100B6A4B4 /* NSDate+RFC1123.h */,
  335. EA7CC920183E14A100B6A4B4 /* NSDate+RFC1123.m */,
  336. EA7CC922183E14A100B6A4B4 /* OCHTTPRequestOperation.h */,
  337. EA7CC923183E14A100B6A4B4 /* OCHTTPRequestOperation.m */,
  338. EA7CC924183E14A100B6A4B4 /* OCWebDAVClient.h */,
  339. EA7CC925183E14A100B6A4B4 /* OCWebDAVClient.m */,
  340. );
  341. name = OCWebDavClient;
  342. sourceTree = "<group>";
  343. };
  344. EAABAB171858593500909831 /* UploadSupport */ = {
  345. isa = PBXGroup;
  346. children = (
  347. EAABAB181858594A00909831 /* OCChunkDto.h */,
  348. EAABAB191858594A00909831 /* OCChunkDto.m */,
  349. );
  350. name = UploadSupport;
  351. sourceTree = "<group>";
  352. };
  353. EAABAB37185B352500909831 /* Resources */ = {
  354. isa = PBXGroup;
  355. children = (
  356. EAABAB38185B353100909831 /* test.jpeg */,
  357. EAABAB3F185F225300909831 /* video.MOV */,
  358. );
  359. name = Resources;
  360. sourceTree = "<group>";
  361. };
  362. /* End PBXGroup section */
  363. /* Begin PBXNativeTarget section */
  364. EA7CC896183E11E600B6A4B4 /* ownCloud iOS library */ = {
  365. isa = PBXNativeTarget;
  366. buildConfigurationList = EA7CC8BA183E11E600B6A4B4 /* Build configuration list for PBXNativeTarget "ownCloud iOS library" */;
  367. buildPhases = (
  368. EA7CC893183E11E600B6A4B4 /* Sources */,
  369. EA7CC894183E11E600B6A4B4 /* Frameworks */,
  370. EA7CC895183E11E600B6A4B4 /* CopyFiles */,
  371. );
  372. buildRules = (
  373. );
  374. dependencies = (
  375. );
  376. name = "ownCloud iOS library";
  377. productName = OCCommunicationLib;
  378. productReference = EA7CC897183E11E600B6A4B4 /* libownCloudiOS.a */;
  379. productType = "com.apple.product-type.library.static";
  380. };
  381. EA7CC8A6183E11E600B6A4B4 /* ownCloud iOS libraryTests */ = {
  382. isa = PBXNativeTarget;
  383. buildConfigurationList = EA7CC8BD183E11E600B6A4B4 /* Build configuration list for PBXNativeTarget "ownCloud iOS libraryTests" */;
  384. buildPhases = (
  385. EA7CC8A3183E11E600B6A4B4 /* Sources */,
  386. EA7CC8A4183E11E600B6A4B4 /* Frameworks */,
  387. EA7CC8A5183E11E600B6A4B4 /* Resources */,
  388. );
  389. buildRules = (
  390. );
  391. dependencies = (
  392. EA7CC8AE183E11E600B6A4B4 /* PBXTargetDependency */,
  393. );
  394. name = "ownCloud iOS libraryTests";
  395. productName = OCCommunicationLibTests;
  396. productReference = EA7CC8A7183E11E600B6A4B4 /* ownCloud iOS libraryTests.xctest */;
  397. productType = "com.apple.product-type.bundle.unit-test";
  398. };
  399. /* End PBXNativeTarget section */
  400. /* Begin PBXProject section */
  401. EA7CC88F183E11E600B6A4B4 /* Project object */ = {
  402. isa = PBXProject;
  403. attributes = {
  404. LastUpgradeCheck = 0800;
  405. ORGANIZATIONNAME = ownCloud;
  406. };
  407. buildConfigurationList = EA7CC892183E11E600B6A4B4 /* Build configuration list for PBXProject "ownCloud iOS library" */;
  408. compatibilityVersion = "Xcode 3.2";
  409. developmentRegion = English;
  410. hasScannedForEncodings = 0;
  411. knownRegions = (
  412. en,
  413. ru,
  414. pl,
  415. );
  416. mainGroup = EA7CC88E183E11E600B6A4B4;
  417. productRefGroup = EA7CC898183E11E600B6A4B4 /* Products */;
  418. projectDirPath = "";
  419. projectRoot = "";
  420. targets = (
  421. EA7CC896183E11E600B6A4B4 /* ownCloud iOS library */,
  422. EA7CC8A6183E11E600B6A4B4 /* ownCloud iOS libraryTests */,
  423. );
  424. };
  425. /* End PBXProject section */
  426. /* Begin PBXResourcesBuildPhase section */
  427. EA7CC8A5183E11E600B6A4B4 /* Resources */ = {
  428. isa = PBXResourcesBuildPhase;
  429. buildActionMask = 2147483647;
  430. files = (
  431. EA7CC8B5183E11E600B6A4B4 /* InfoPlist.strings in Resources */,
  432. EAABAB40185F225300909831 /* video.MOV in Resources */,
  433. EAABAB39185B353100909831 /* test.jpeg in Resources */,
  434. );
  435. runOnlyForDeploymentPostprocessing = 0;
  436. };
  437. /* End PBXResourcesBuildPhase section */
  438. /* Begin PBXSourcesBuildPhase section */
  439. EA7CC893183E11E600B6A4B4 /* Sources */ = {
  440. isa = PBXSourcesBuildPhase;
  441. buildActionMask = 2147483647;
  442. files = (
  443. 59A5B724191907F100724BE3 /* AFURLSessionManager.m in Sources */,
  444. EA913A721BE9FB0700D015B8 /* OCCapabilities.m in Sources */,
  445. 59A5B71E191907F100724BE3 /* AFHTTPSessionManager.m in Sources */,
  446. 59A5B71F191907F100724BE3 /* AFNetworkReachabilityManager.m in Sources */,
  447. EA7CC92E183E14A100B6A4B4 /* OCWebDAVClient.m in Sources */,
  448. EAABAB1E1858594A00909831 /* OCChunkDto.m in Sources */,
  449. F7FB5F171E66E63B00389481 /* OCActivity.m in Sources */,
  450. EA73DC831B1C48EA00C3AC21 /* OCXMLServerErrorsParser.m in Sources */,
  451. F785C1341E6316A500469BAC /* OCXMLListParser.m in Sources */,
  452. 1345E4601884213400153F14 /* OCXMLShareByLinkParser.m in Sources */,
  453. 59A5B720191907F100724BE3 /* AFSecurityPolicy.m in Sources */,
  454. EAABAA32183E688900909831 /* OCFileDto.m in Sources */,
  455. F704980F1E369EF6008F5BB6 /* OCRichObjectStrings.m in Sources */,
  456. F704980D1E369EF6008F5BB6 /* OCNotifications.m in Sources */,
  457. F73C00351E56098300EEEFA7 /* OCUserProfile.m in Sources */,
  458. EA7CC934183E150000B6A4B4 /* OCCommunication.m in Sources */,
  459. F704980E1E369EF6008F5BB6 /* OCNotificationsAction.m in Sources */,
  460. 131C67B9187C3E360009030E /* OCXMLSharedParser.m in Sources */,
  461. 13AA8640187C3B9700A10927 /* OCXMLParser.m in Sources */,
  462. EA7CC912183E146000B6A4B4 /* UtilsFramework.m in Sources */,
  463. EA7CC92A183E14A100B6A4B4 /* NSDate+RFC1123.m in Sources */,
  464. 13AA8636187C211900A10927 /* OCSharedDto.m in Sources */,
  465. EA7CC928183E14A100B6A4B4 /* NSDate+ISO8601.m in Sources */,
  466. EAABAB2618585C5200909831 /* NSString+Encode.m in Sources */,
  467. 59A5B722191907F100724BE3 /* AFURLRequestSerialization.m in Sources */,
  468. EA05999A1BB96D14002C2864 /* OCShareUser.m in Sources */,
  469. 59A5B723191907F100724BE3 /* AFURLResponseSerialization.m in Sources */,
  470. EA7CC92C183E14A100B6A4B4 /* OCHTTPRequestOperation.m in Sources */,
  471. );
  472. runOnlyForDeploymentPostprocessing = 0;
  473. };
  474. EA7CC8A3183E11E600B6A4B4 /* Sources */ = {
  475. isa = PBXSourcesBuildPhase;
  476. buildActionMask = 2147483647;
  477. files = (
  478. EAABAB1F1858594A00909831 /* OCChunkDto.m in Sources */,
  479. EA7CC92F183E14A100B6A4B4 /* OCWebDAVClient.m in Sources */,
  480. EA7CC935183E150000B6A4B4 /* OCCommunication.m in Sources */,
  481. EA7CC913183E146000B6A4B4 /* UtilsFramework.m in Sources */,
  482. EA7CC92B183E14A100B6A4B4 /* NSDate+RFC1123.m in Sources */,
  483. EAABAA33183E688900909831 /* OCFileDto.m in Sources */,
  484. EA7CC8B7183E11E600B6A4B4 /* OCCommunicationLibTests.m in Sources */,
  485. EA7CC929183E14A100B6A4B4 /* NSDate+ISO8601.m in Sources */,
  486. EA7CC92D183E14A100B6A4B4 /* OCHTTPRequestOperation.m in Sources */,
  487. EAABAB2718585C5200909831 /* NSString+Encode.m in Sources */,
  488. );
  489. runOnlyForDeploymentPostprocessing = 0;
  490. };
  491. /* End PBXSourcesBuildPhase section */
  492. /* Begin PBXTargetDependency section */
  493. EA7CC8AE183E11E600B6A4B4 /* PBXTargetDependency */ = {
  494. isa = PBXTargetDependency;
  495. target = EA7CC896183E11E600B6A4B4 /* ownCloud iOS library */;
  496. targetProxy = EA7CC8AD183E11E600B6A4B4 /* PBXContainerItemProxy */;
  497. };
  498. /* End PBXTargetDependency section */
  499. /* Begin PBXVariantGroup section */
  500. EA7CC8B3183E11E600B6A4B4 /* InfoPlist.strings */ = {
  501. isa = PBXVariantGroup;
  502. children = (
  503. EA7CC8B4183E11E600B6A4B4 /* en */,
  504. F7202C8C1E6816C900C6D9AD /* ru */,
  505. F7202C931E6817A400C6D9AD /* pl */,
  506. );
  507. name = InfoPlist.strings;
  508. sourceTree = "<group>";
  509. };
  510. /* End PBXVariantGroup section */
  511. /* Begin XCBuildConfiguration section */
  512. EA7CC8B8183E11E600B6A4B4 /* Debug */ = {
  513. isa = XCBuildConfiguration;
  514. buildSettings = {
  515. ALWAYS_SEARCH_USER_PATHS = NO;
  516. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  517. CLANG_CXX_LIBRARY = "libc++";
  518. CLANG_ENABLE_MODULES = YES;
  519. CLANG_ENABLE_OBJC_ARC = YES;
  520. CLANG_WARN_BOOL_CONVERSION = YES;
  521. CLANG_WARN_CONSTANT_CONVERSION = YES;
  522. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  523. CLANG_WARN_EMPTY_BODY = YES;
  524. CLANG_WARN_ENUM_CONVERSION = YES;
  525. CLANG_WARN_INFINITE_RECURSION = YES;
  526. CLANG_WARN_INT_CONVERSION = YES;
  527. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  528. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  529. CLANG_WARN_UNREACHABLE_CODE = YES;
  530. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  531. COPY_PHASE_STRIP = NO;
  532. ENABLE_STRICT_OBJC_MSGSEND = YES;
  533. ENABLE_TESTABILITY = YES;
  534. GCC_C_LANGUAGE_STANDARD = gnu99;
  535. GCC_DYNAMIC_NO_PIC = NO;
  536. GCC_NO_COMMON_BLOCKS = YES;
  537. GCC_OPTIMIZATION_LEVEL = 0;
  538. GCC_PREPROCESSOR_DEFINITIONS = (
  539. "DEBUG=1",
  540. "$(inherited)",
  541. );
  542. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  543. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  544. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  545. GCC_WARN_UNDECLARED_SELECTOR = YES;
  546. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  547. GCC_WARN_UNUSED_FUNCTION = YES;
  548. GCC_WARN_UNUSED_VARIABLE = YES;
  549. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  550. ONLY_ACTIVE_ARCH = YES;
  551. SDKROOT = iphoneos;
  552. };
  553. name = Debug;
  554. };
  555. EA7CC8B9183E11E600B6A4B4 /* Release */ = {
  556. isa = XCBuildConfiguration;
  557. buildSettings = {
  558. ALWAYS_SEARCH_USER_PATHS = NO;
  559. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  560. CLANG_CXX_LIBRARY = "libc++";
  561. CLANG_ENABLE_MODULES = YES;
  562. CLANG_ENABLE_OBJC_ARC = YES;
  563. CLANG_WARN_BOOL_CONVERSION = YES;
  564. CLANG_WARN_CONSTANT_CONVERSION = YES;
  565. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  566. CLANG_WARN_EMPTY_BODY = YES;
  567. CLANG_WARN_ENUM_CONVERSION = YES;
  568. CLANG_WARN_INFINITE_RECURSION = YES;
  569. CLANG_WARN_INT_CONVERSION = YES;
  570. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  571. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  572. CLANG_WARN_UNREACHABLE_CODE = YES;
  573. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  574. COPY_PHASE_STRIP = YES;
  575. ENABLE_NS_ASSERTIONS = NO;
  576. ENABLE_STRICT_OBJC_MSGSEND = YES;
  577. GCC_C_LANGUAGE_STANDARD = gnu99;
  578. GCC_NO_COMMON_BLOCKS = YES;
  579. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  580. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  581. GCC_WARN_UNDECLARED_SELECTOR = YES;
  582. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  583. GCC_WARN_UNUSED_FUNCTION = YES;
  584. GCC_WARN_UNUSED_VARIABLE = YES;
  585. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  586. SDKROOT = iphoneos;
  587. VALIDATE_PRODUCT = YES;
  588. };
  589. name = Release;
  590. };
  591. EA7CC8BB183E11E600B6A4B4 /* Debug */ = {
  592. isa = XCBuildConfiguration;
  593. buildSettings = {
  594. DSTROOT = /tmp/OCCommunicationLib.dst;
  595. GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
  596. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  597. GCC_PREFIX_HEADER = "OCCommunicationLib/ownCloud iOS library-Prefix.pch";
  598. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  599. ONLY_ACTIVE_ARCH = NO;
  600. OTHER_LDFLAGS = "-ObjC";
  601. PRODUCT_NAME = ownCloudiOS;
  602. SKIP_INSTALL = YES;
  603. VALID_ARCHS = "armv7 armv7s arm64";
  604. };
  605. name = Debug;
  606. };
  607. EA7CC8BC183E11E600B6A4B4 /* Release */ = {
  608. isa = XCBuildConfiguration;
  609. buildSettings = {
  610. DSTROOT = /tmp/OCCommunicationLib.dst;
  611. GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
  612. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  613. GCC_PREFIX_HEADER = "OCCommunicationLib/ownCloud iOS library-Prefix.pch";
  614. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  615. ONLY_ACTIVE_ARCH = NO;
  616. OTHER_LDFLAGS = "-ObjC";
  617. PRODUCT_NAME = ownCloudiOS;
  618. SKIP_INSTALL = YES;
  619. VALID_ARCHS = "armv7 armv7s arm64";
  620. };
  621. name = Release;
  622. };
  623. EA7CC8BE183E11E600B6A4B4 /* Debug */ = {
  624. isa = XCBuildConfiguration;
  625. buildSettings = {
  626. FRAMEWORK_SEARCH_PATHS = (
  627. "$(SDKROOT)/Developer/Library/Frameworks",
  628. "$(inherited)",
  629. "$(DEVELOPER_FRAMEWORKS_DIR)",
  630. );
  631. GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
  632. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  633. GCC_PREFIX_HEADER = "OCCommunicationLib/ownCloud iOS library-Prefix.pch";
  634. GCC_PREPROCESSOR_DEFINITIONS = UNIT_TEST;
  635. INFOPLIST_FILE = "OCCommunicationLibTests/ownCloud iOS libraryTests-Info.plist";
  636. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  637. PRODUCT_BUNDLE_IDENTIFIER = "owncloud.${PRODUCT_NAME:rfc1034identifier}";
  638. PRODUCT_NAME = "ownCloud iOS libraryTests";
  639. WRAPPER_EXTENSION = xctest;
  640. };
  641. name = Debug;
  642. };
  643. EA7CC8BF183E11E600B6A4B4 /* Release */ = {
  644. isa = XCBuildConfiguration;
  645. buildSettings = {
  646. FRAMEWORK_SEARCH_PATHS = (
  647. "$(SDKROOT)/Developer/Library/Frameworks",
  648. "$(inherited)",
  649. "$(DEVELOPER_FRAMEWORKS_DIR)",
  650. );
  651. GCC_INCREASE_PRECOMPILED_HEADER_SHARING = NO;
  652. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  653. GCC_PREFIX_HEADER = "OCCommunicationLib/ownCloud iOS library-Prefix.pch";
  654. GCC_PREPROCESSOR_DEFINITIONS = "";
  655. INFOPLIST_FILE = "OCCommunicationLibTests/ownCloud iOS libraryTests-Info.plist";
  656. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  657. PRODUCT_BUNDLE_IDENTIFIER = "owncloud.${PRODUCT_NAME:rfc1034identifier}";
  658. PRODUCT_NAME = "ownCloud iOS libraryTests";
  659. WRAPPER_EXTENSION = xctest;
  660. };
  661. name = Release;
  662. };
  663. /* End XCBuildConfiguration section */
  664. /* Begin XCConfigurationList section */
  665. EA7CC892183E11E600B6A4B4 /* Build configuration list for PBXProject "ownCloud iOS library" */ = {
  666. isa = XCConfigurationList;
  667. buildConfigurations = (
  668. EA7CC8B8183E11E600B6A4B4 /* Debug */,
  669. EA7CC8B9183E11E600B6A4B4 /* Release */,
  670. );
  671. defaultConfigurationIsVisible = 0;
  672. defaultConfigurationName = Release;
  673. };
  674. EA7CC8BA183E11E600B6A4B4 /* Build configuration list for PBXNativeTarget "ownCloud iOS library" */ = {
  675. isa = XCConfigurationList;
  676. buildConfigurations = (
  677. EA7CC8BB183E11E600B6A4B4 /* Debug */,
  678. EA7CC8BC183E11E600B6A4B4 /* Release */,
  679. );
  680. defaultConfigurationIsVisible = 0;
  681. defaultConfigurationName = Release;
  682. };
  683. EA7CC8BD183E11E600B6A4B4 /* Build configuration list for PBXNativeTarget "ownCloud iOS libraryTests" */ = {
  684. isa = XCConfigurationList;
  685. buildConfigurations = (
  686. EA7CC8BE183E11E600B6A4B4 /* Debug */,
  687. EA7CC8BF183E11E600B6A4B4 /* Release */,
  688. );
  689. defaultConfigurationIsVisible = 0;
  690. defaultConfigurationName = Release;
  691. };
  692. /* End XCConfigurationList section */
  693. };
  694. rootObject = EA7CC88F183E11E600B6A4B4 /* Project object */;
  695. }