project.pbxproj 43 KB

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