project.pbxproj 41 KB

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