project.pbxproj 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4C0E5BF81B673D3400816CCC /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0E5BF71B673D3400816CCC /* Result.swift */; };
  10. 4C0E5BF91B673D3400816CCC /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0E5BF71B673D3400816CCC /* Result.swift */; };
  11. 4C1DC8541B68908E00476DE3 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1DC8531B68908E00476DE3 /* Error.swift */; };
  12. 4C1DC8551B68908E00476DE3 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1DC8531B68908E00476DE3 /* Error.swift */; };
  13. 4C23EB431B327C5B0090E0BC /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */; };
  14. 4C23EB441B327C5B0090E0BC /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */; };
  15. 4C256A531B096C770065714F /* BaseTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C256A501B096C2C0065714F /* BaseTestCase.swift */; };
  16. 4C256A541B096C770065714F /* BaseTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C256A501B096C2C0065714F /* BaseTestCase.swift */; };
  17. 4C3238E71B3604DB00FE04AE /* MultipartFormDataTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C3238E61B3604DB00FE04AE /* MultipartFormDataTests.swift */; };
  18. 4C3238E81B3604DB00FE04AE /* MultipartFormDataTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C3238E61B3604DB00FE04AE /* MultipartFormDataTests.swift */; };
  19. 4C33A1391B5207DB00873DFF /* rainbow.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 4C33A1231B5207DB00873DFF /* rainbow.jpg */; };
  20. 4C33A13A1B5207DB00873DFF /* rainbow.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 4C33A1231B5207DB00873DFF /* rainbow.jpg */; };
  21. 4C33A13B1B5207DB00873DFF /* unicorn.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C33A1241B5207DB00873DFF /* unicorn.png */; };
  22. 4C33A13C1B5207DB00873DFF /* unicorn.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C33A1241B5207DB00873DFF /* unicorn.png */; };
  23. 4C33A1431B52089C00873DFF /* ServerTrustPolicyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C33A1421B52089C00873DFF /* ServerTrustPolicyTests.swift */; };
  24. 4C33A1441B52089C00873DFF /* ServerTrustPolicyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C33A1421B52089C00873DFF /* ServerTrustPolicyTests.swift */; };
  25. 4C341BBA1B1A865A00C1B34D /* CacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C341BB91B1A865A00C1B34D /* CacheTests.swift */; };
  26. 4C341BBB1B1A865A00C1B34D /* CacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C341BB91B1A865A00C1B34D /* CacheTests.swift */; };
  27. 4C811F8D1B51856D00E0F59A /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */; };
  28. 4C811F8E1B51856D00E0F59A /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */; };
  29. 4C812C3B1B535F220017E0BF /* alamofire-root-ca.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3A1B535F220017E0BF /* alamofire-root-ca.cer */; };
  30. 4C812C3C1B535F220017E0BF /* alamofire-root-ca.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3A1B535F220017E0BF /* alamofire-root-ca.cer */; };
  31. 4C812C3F1B535F2E0017E0BF /* alamofire-signing-ca1.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3D1B535F2E0017E0BF /* alamofire-signing-ca1.cer */; };
  32. 4C812C401B535F2E0017E0BF /* alamofire-signing-ca1.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3D1B535F2E0017E0BF /* alamofire-signing-ca1.cer */; };
  33. 4C812C411B535F2E0017E0BF /* alamofire-signing-ca2.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3E1B535F2E0017E0BF /* alamofire-signing-ca2.cer */; };
  34. 4C812C421B535F2E0017E0BF /* alamofire-signing-ca2.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3E1B535F2E0017E0BF /* alamofire-signing-ca2.cer */; };
  35. 4C812C471B535F400017E0BF /* *.alamofire.org.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C431B535F400017E0BF /* *.alamofire.org.cer */; };
  36. 4C812C481B535F400017E0BF /* *.alamofire.org.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C431B535F400017E0BF /* *.alamofire.org.cer */; };
  37. 4C812C491B535F400017E0BF /* multiple-dns-names.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C441B535F400017E0BF /* multiple-dns-names.cer */; };
  38. 4C812C4A1B535F400017E0BF /* multiple-dns-names.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C441B535F400017E0BF /* multiple-dns-names.cer */; };
  39. 4C812C4B1B535F400017E0BF /* signed-by-ca1.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C451B535F400017E0BF /* signed-by-ca1.cer */; };
  40. 4C812C4C1B535F400017E0BF /* signed-by-ca1.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C451B535F400017E0BF /* signed-by-ca1.cer */; };
  41. 4C812C4D1B535F400017E0BF /* test.alamofire.org.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C461B535F400017E0BF /* test.alamofire.org.cer */; };
  42. 4C812C4E1B535F400017E0BF /* test.alamofire.org.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C461B535F400017E0BF /* test.alamofire.org.cer */; };
  43. 4C812C541B535F540017E0BF /* expired.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C4F1B535F540017E0BF /* expired.cer */; };
  44. 4C812C551B535F540017E0BF /* expired.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C4F1B535F540017E0BF /* expired.cer */; };
  45. 4C812C561B535F540017E0BF /* missing-dns-name-and-uri.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C501B535F540017E0BF /* missing-dns-name-and-uri.cer */; };
  46. 4C812C571B535F540017E0BF /* missing-dns-name-and-uri.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C501B535F540017E0BF /* missing-dns-name-and-uri.cer */; };
  47. 4C812C581B535F540017E0BF /* signed-by-ca2.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C511B535F540017E0BF /* signed-by-ca2.cer */; };
  48. 4C812C591B535F540017E0BF /* signed-by-ca2.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C511B535F540017E0BF /* signed-by-ca2.cer */; };
  49. 4C812C5A1B535F540017E0BF /* valid-dns-name.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C521B535F540017E0BF /* valid-dns-name.cer */; };
  50. 4C812C5B1B535F540017E0BF /* valid-dns-name.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C521B535F540017E0BF /* valid-dns-name.cer */; };
  51. 4C812C5C1B535F540017E0BF /* valid-uri.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C531B535F540017E0BF /* valid-uri.cer */; };
  52. 4C812C5D1B535F540017E0BF /* valid-uri.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C531B535F540017E0BF /* valid-uri.cer */; };
  53. 4C812C611B535F6D0017E0BF /* intermediate-ca-disig.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C5E1B535F6D0017E0BF /* intermediate-ca-disig.cer */; };
  54. 4C812C621B535F6D0017E0BF /* intermediate-ca-disig.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C5E1B535F6D0017E0BF /* intermediate-ca-disig.cer */; };
  55. 4C812C631B535F6D0017E0BF /* root-ca-disig.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C5F1B535F6D0017E0BF /* root-ca-disig.cer */; };
  56. 4C812C641B535F6D0017E0BF /* root-ca-disig.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C5F1B535F6D0017E0BF /* root-ca-disig.cer */; };
  57. 4C812C651B535F6D0017E0BF /* testssl-expire.disig.sk.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C601B535F6D0017E0BF /* testssl-expire.disig.sk.cer */; };
  58. 4C812C661B535F6D0017E0BF /* testssl-expire.disig.sk.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C601B535F6D0017E0BF /* testssl-expire.disig.sk.cer */; };
  59. 4CCFA79A1B2BE71600B6F460 /* URLProtocolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCFA7991B2BE71600B6F460 /* URLProtocolTests.swift */; };
  60. 4CCFA79B1B2BE71600B6F460 /* URLProtocolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCFA7991B2BE71600B6F460 /* URLProtocolTests.swift */; };
  61. 4CDE2C371AF8932A00BABAE5 /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C361AF8932A00BABAE5 /* Manager.swift */; };
  62. 4CDE2C381AF8932A00BABAE5 /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C361AF8932A00BABAE5 /* Manager.swift */; };
  63. 4CDE2C3A1AF899EC00BABAE5 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C391AF899EC00BABAE5 /* Request.swift */; };
  64. 4CDE2C3B1AF899EC00BABAE5 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C391AF899EC00BABAE5 /* Request.swift */; };
  65. 4CDE2C3D1AF89D4900BABAE5 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */; };
  66. 4CDE2C3E1AF89D4900BABAE5 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */; };
  67. 4CDE2C401AF89E0700BABAE5 /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */; };
  68. 4CDE2C411AF89E0700BABAE5 /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */; };
  69. 4CDE2C431AF89F0900BABAE5 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C421AF89F0900BABAE5 /* Validation.swift */; };
  70. 4CDE2C441AF89F0900BABAE5 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C421AF89F0900BABAE5 /* Validation.swift */; };
  71. 4CDE2C461AF89FF300BABAE5 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */; };
  72. 4CDE2C471AF89FF300BABAE5 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */; };
  73. 4CE2724F1AF88FB500F1D59A /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
  74. 4CE272501AF88FB500F1D59A /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
  75. 4DD67C241A5C58FB00ED2280 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
  76. 4DD67C251A5C590000ED2280 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
  77. F8111E3919A95C8B0040E7D1 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
  78. F8111E6019A9674D0040E7D1 /* DownloadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */; };
  79. F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
  80. F8111E6419A9674D0040E7D1 /* UploadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5F19A9674D0040E7D1 /* UploadTests.swift */; };
  81. F829C6B81A7A94F100A2CD59 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */; };
  82. F829C6BE1A7A950600A2CD59 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
  83. F829C6BF1A7A950600A2CD59 /* RequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5D19A9674D0040E7D1 /* RequestTests.swift */; };
  84. F829C6C01A7A950600A2CD59 /* ManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8D1C6F419D52968002E74FE /* ManagerTests.swift */; };
  85. F829C6C11A7A950600A2CD59 /* ResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */; };
  86. F829C6C21A7A950600A2CD59 /* UploadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5F19A9674D0040E7D1 /* UploadTests.swift */; };
  87. F829C6C31A7A950600A2CD59 /* DownloadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */; };
  88. F829C6C41A7A950600A2CD59 /* AuthenticationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */; };
  89. F829C6C51A7A950600A2CD59 /* ValidationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */; };
  90. F86AEFE71AE6A312007D9C76 /* TLSEvaluationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */; };
  91. F86AEFE81AE6A315007D9C76 /* TLSEvaluationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */; };
  92. F8858DDD19A96B4300F55F93 /* RequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5D19A9674D0040E7D1 /* RequestTests.swift */; };
  93. F8858DDE19A96B4400F55F93 /* ResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */; };
  94. F897FF4119AA800700AB5182 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
  95. F8AE910219D28DCC0078C7B2 /* ValidationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */; };
  96. F8D1C6F519D52968002E74FE /* ManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8D1C6F419D52968002E74FE /* ManagerTests.swift */; };
  97. F8E6024519CB46A800A3E7F1 /* AuthenticationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */; };
  98. /* End PBXBuildFile section */
  99. /* Begin PBXContainerItemProxy section */
  100. F8111E6519A967880040E7D1 /* PBXContainerItemProxy */ = {
  101. isa = PBXContainerItemProxy;
  102. containerPortal = F8111E2A19A95C8B0040E7D1 /* Project object */;
  103. proxyType = 1;
  104. remoteGlobalIDString = F8111E3219A95C8B0040E7D1;
  105. remoteInfo = Alamofire;
  106. };
  107. F829C6B91A7A94F100A2CD59 /* PBXContainerItemProxy */ = {
  108. isa = PBXContainerItemProxy;
  109. containerPortal = F8111E2A19A95C8B0040E7D1 /* Project object */;
  110. proxyType = 1;
  111. remoteGlobalIDString = 4DD67C0A1A5C55C900ED2280;
  112. remoteInfo = "Alamofire OSX";
  113. };
  114. /* End PBXContainerItemProxy section */
  115. /* Begin PBXFileReference section */
  116. 4C0E5BF71B673D3400816CCC /* Result.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = "<group>"; };
  117. 4C1DC8531B68908E00476DE3 /* Error.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Error.swift; sourceTree = "<group>"; };
  118. 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipartFormData.swift; sourceTree = "<group>"; };
  119. 4C256A501B096C2C0065714F /* BaseTestCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseTestCase.swift; sourceTree = "<group>"; };
  120. 4C3238E61B3604DB00FE04AE /* MultipartFormDataTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipartFormDataTests.swift; sourceTree = "<group>"; };
  121. 4C33A1231B5207DB00873DFF /* rainbow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rainbow.jpg; sourceTree = "<group>"; };
  122. 4C33A1241B5207DB00873DFF /* unicorn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = unicorn.png; sourceTree = "<group>"; };
  123. 4C33A1421B52089C00873DFF /* ServerTrustPolicyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ServerTrustPolicyTests.swift; sourceTree = "<group>"; };
  124. 4C341BB91B1A865A00C1B34D /* CacheTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CacheTests.swift; sourceTree = "<group>"; };
  125. 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ServerTrustPolicy.swift; sourceTree = "<group>"; };
  126. 4C812C3A1B535F220017E0BF /* alamofire-root-ca.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "alamofire-root-ca.cer"; path = "alamofire.org/alamofire-root-ca.cer"; sourceTree = "<group>"; };
  127. 4C812C3D1B535F2E0017E0BF /* alamofire-signing-ca1.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "alamofire-signing-ca1.cer"; path = "alamofire.org/alamofire-signing-ca1.cer"; sourceTree = "<group>"; };
  128. 4C812C3E1B535F2E0017E0BF /* alamofire-signing-ca2.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "alamofire-signing-ca2.cer"; path = "alamofire.org/alamofire-signing-ca2.cer"; sourceTree = "<group>"; };
  129. 4C812C431B535F400017E0BF /* *.alamofire.org.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "*.alamofire.org.cer"; path = "alamofire.org/*.alamofire.org.cer"; sourceTree = "<group>"; };
  130. 4C812C441B535F400017E0BF /* multiple-dns-names.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "multiple-dns-names.cer"; path = "alamofire.org/multiple-dns-names.cer"; sourceTree = "<group>"; };
  131. 4C812C451B535F400017E0BF /* signed-by-ca1.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "signed-by-ca1.cer"; path = "alamofire.org/signed-by-ca1.cer"; sourceTree = "<group>"; };
  132. 4C812C461B535F400017E0BF /* test.alamofire.org.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = test.alamofire.org.cer; path = alamofire.org/test.alamofire.org.cer; sourceTree = "<group>"; };
  133. 4C812C4F1B535F540017E0BF /* expired.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = expired.cer; path = alamofire.org/expired.cer; sourceTree = "<group>"; };
  134. 4C812C501B535F540017E0BF /* missing-dns-name-and-uri.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "missing-dns-name-and-uri.cer"; path = "alamofire.org/missing-dns-name-and-uri.cer"; sourceTree = "<group>"; };
  135. 4C812C511B535F540017E0BF /* signed-by-ca2.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "signed-by-ca2.cer"; path = "alamofire.org/signed-by-ca2.cer"; sourceTree = "<group>"; };
  136. 4C812C521B535F540017E0BF /* valid-dns-name.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "valid-dns-name.cer"; path = "alamofire.org/valid-dns-name.cer"; sourceTree = "<group>"; };
  137. 4C812C531B535F540017E0BF /* valid-uri.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "valid-uri.cer"; path = "alamofire.org/valid-uri.cer"; sourceTree = "<group>"; };
  138. 4C812C5E1B535F6D0017E0BF /* intermediate-ca-disig.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "intermediate-ca-disig.cer"; path = "disig.sk/intermediate-ca-disig.cer"; sourceTree = "<group>"; };
  139. 4C812C5F1B535F6D0017E0BF /* root-ca-disig.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "root-ca-disig.cer"; path = "disig.sk/root-ca-disig.cer"; sourceTree = "<group>"; };
  140. 4C812C601B535F6D0017E0BF /* testssl-expire.disig.sk.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "testssl-expire.disig.sk.cer"; path = "disig.sk/testssl-expire.disig.sk.cer"; sourceTree = "<group>"; };
  141. 4CCFA7991B2BE71600B6F460 /* URLProtocolTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLProtocolTests.swift; sourceTree = "<group>"; };
  142. 4CDE2C361AF8932A00BABAE5 /* Manager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Manager.swift; sourceTree = "<group>"; };
  143. 4CDE2C391AF899EC00BABAE5 /* Request.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Request.swift; sourceTree = "<group>"; };
  144. 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Download.swift; sourceTree = "<group>"; };
  145. 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Upload.swift; sourceTree = "<group>"; };
  146. 4CDE2C421AF89F0900BABAE5 /* Validation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Validation.swift; sourceTree = "<group>"; };
  147. 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseSerialization.swift; sourceTree = "<group>"; };
  148. 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParameterEncoding.swift; sourceTree = "<group>"; };
  149. 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  150. F8111E3319A95C8B0040E7D1 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  151. F8111E3719A95C8B0040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  152. F8111E3819A95C8B0040E7D1 /* Alamofire.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Alamofire.h; sourceTree = "<group>"; };
  153. F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Alamofire iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  154. F8111E4119A95C8B0040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  155. F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadTests.swift; sourceTree = "<group>"; };
  156. F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParameterEncodingTests.swift; sourceTree = "<group>"; };
  157. F8111E5D19A9674D0040E7D1 /* RequestTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestTests.swift; sourceTree = "<group>"; };
  158. F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseTests.swift; sourceTree = "<group>"; };
  159. F8111E5F19A9674D0040E7D1 /* UploadTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadTests.swift; sourceTree = "<group>"; };
  160. F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Alamofire OSX Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  161. F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TLSEvaluationTests.swift; sourceTree = "<group>"; };
  162. F897FF4019AA800700AB5182 /* Alamofire.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Alamofire.swift; sourceTree = "<group>"; };
  163. F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ValidationTests.swift; sourceTree = "<group>"; };
  164. F8D1C6F419D52968002E74FE /* ManagerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManagerTests.swift; sourceTree = "<group>"; };
  165. F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationTests.swift; sourceTree = "<group>"; };
  166. /* End PBXFileReference section */
  167. /* Begin PBXFrameworksBuildPhase section */
  168. 4DD67C071A5C55C900ED2280 /* Frameworks */ = {
  169. isa = PBXFrameworksBuildPhase;
  170. buildActionMask = 2147483647;
  171. files = (
  172. );
  173. runOnlyForDeploymentPostprocessing = 0;
  174. };
  175. F8111E2F19A95C8B0040E7D1 /* Frameworks */ = {
  176. isa = PBXFrameworksBuildPhase;
  177. buildActionMask = 2147483647;
  178. files = (
  179. );
  180. runOnlyForDeploymentPostprocessing = 0;
  181. };
  182. F8111E3B19A95C8B0040E7D1 /* Frameworks */ = {
  183. isa = PBXFrameworksBuildPhase;
  184. buildActionMask = 2147483647;
  185. files = (
  186. );
  187. runOnlyForDeploymentPostprocessing = 0;
  188. };
  189. F829C6AF1A7A94F100A2CD59 /* Frameworks */ = {
  190. isa = PBXFrameworksBuildPhase;
  191. buildActionMask = 2147483647;
  192. files = (
  193. F829C6B81A7A94F100A2CD59 /* Alamofire.framework in Frameworks */,
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. /* End PBXFrameworksBuildPhase section */
  198. /* Begin PBXGroup section */
  199. 4C256A4E1B09656A0065714F /* Core */ = {
  200. isa = PBXGroup;
  201. children = (
  202. F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */,
  203. F8D1C6F419D52968002E74FE /* ManagerTests.swift */,
  204. F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */,
  205. F8111E5D19A9674D0040E7D1 /* RequestTests.swift */,
  206. F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */,
  207. );
  208. name = Core;
  209. sourceTree = "<group>";
  210. };
  211. 4C256A4F1B09656E0065714F /* Features */ = {
  212. isa = PBXGroup;
  213. children = (
  214. 4C341BB91B1A865A00C1B34D /* CacheTests.swift */,
  215. F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */,
  216. 4C3238E61B3604DB00FE04AE /* MultipartFormDataTests.swift */,
  217. 4C33A1421B52089C00873DFF /* ServerTrustPolicyTests.swift */,
  218. F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */,
  219. F8111E5F19A9674D0040E7D1 /* UploadTests.swift */,
  220. 4CCFA7991B2BE71600B6F460 /* URLProtocolTests.swift */,
  221. F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */,
  222. );
  223. name = Features;
  224. sourceTree = "<group>";
  225. };
  226. 4C3238E91B3617A600FE04AE /* Resources */ = {
  227. isa = PBXGroup;
  228. children = (
  229. 4C33A1171B5207DB00873DFF /* Certificates */,
  230. 4C33A1221B5207DB00873DFF /* Images */,
  231. );
  232. name = Resources;
  233. sourceTree = "<group>";
  234. };
  235. 4C33A1171B5207DB00873DFF /* Certificates */ = {
  236. isa = PBXGroup;
  237. children = (
  238. 4C812C391B535F060017E0BF /* alamofire.org */,
  239. 4C812C381B535F000017E0BF /* disig.sk */,
  240. );
  241. name = Certificates;
  242. path = Resources/Certificates;
  243. sourceTree = "<group>";
  244. };
  245. 4C33A1221B5207DB00873DFF /* Images */ = {
  246. isa = PBXGroup;
  247. children = (
  248. 4C33A1231B5207DB00873DFF /* rainbow.jpg */,
  249. 4C33A1241B5207DB00873DFF /* unicorn.png */,
  250. );
  251. name = Images;
  252. path = Resources/Images;
  253. sourceTree = "<group>";
  254. };
  255. 4C33A13D1B52080800873DFF /* Root */ = {
  256. isa = PBXGroup;
  257. children = (
  258. 4C812C3A1B535F220017E0BF /* alamofire-root-ca.cer */,
  259. );
  260. name = Root;
  261. sourceTree = "<group>";
  262. };
  263. 4C33A13E1B52081100873DFF /* Intermediate */ = {
  264. isa = PBXGroup;
  265. children = (
  266. 4C812C3D1B535F2E0017E0BF /* alamofire-signing-ca1.cer */,
  267. 4C812C3E1B535F2E0017E0BF /* alamofire-signing-ca2.cer */,
  268. );
  269. name = Intermediate;
  270. sourceTree = "<group>";
  271. };
  272. 4C33A13F1B52081A00873DFF /* Leaf */ = {
  273. isa = PBXGroup;
  274. children = (
  275. 4C33A1401B52084400873DFF /* Signed by CA1 */,
  276. 4C33A1411B52084E00873DFF /* Signed by CA2 */,
  277. );
  278. name = Leaf;
  279. sourceTree = "<group>";
  280. };
  281. 4C33A1401B52084400873DFF /* Signed by CA1 */ = {
  282. isa = PBXGroup;
  283. children = (
  284. 4C812C431B535F400017E0BF /* *.alamofire.org.cer */,
  285. 4C812C441B535F400017E0BF /* multiple-dns-names.cer */,
  286. 4C812C451B535F400017E0BF /* signed-by-ca1.cer */,
  287. 4C812C461B535F400017E0BF /* test.alamofire.org.cer */,
  288. );
  289. name = "Signed by CA1";
  290. sourceTree = "<group>";
  291. };
  292. 4C33A1411B52084E00873DFF /* Signed by CA2 */ = {
  293. isa = PBXGroup;
  294. children = (
  295. 4C812C4F1B535F540017E0BF /* expired.cer */,
  296. 4C812C501B535F540017E0BF /* missing-dns-name-and-uri.cer */,
  297. 4C812C511B535F540017E0BF /* signed-by-ca2.cer */,
  298. 4C812C521B535F540017E0BF /* valid-dns-name.cer */,
  299. 4C812C531B535F540017E0BF /* valid-uri.cer */,
  300. );
  301. name = "Signed by CA2";
  302. sourceTree = "<group>";
  303. };
  304. 4C812C381B535F000017E0BF /* disig.sk */ = {
  305. isa = PBXGroup;
  306. children = (
  307. 4C812C5E1B535F6D0017E0BF /* intermediate-ca-disig.cer */,
  308. 4C812C5F1B535F6D0017E0BF /* root-ca-disig.cer */,
  309. 4C812C601B535F6D0017E0BF /* testssl-expire.disig.sk.cer */,
  310. );
  311. name = disig.sk;
  312. sourceTree = "<group>";
  313. };
  314. 4C812C391B535F060017E0BF /* alamofire.org */ = {
  315. isa = PBXGroup;
  316. children = (
  317. 4C33A13D1B52080800873DFF /* Root */,
  318. 4C33A13E1B52081100873DFF /* Intermediate */,
  319. 4C33A13F1B52081A00873DFF /* Leaf */,
  320. );
  321. name = alamofire.org;
  322. sourceTree = "<group>";
  323. };
  324. 4CDE2C481AF8A14A00BABAE5 /* Core */ = {
  325. isa = PBXGroup;
  326. children = (
  327. 4C1DC8531B68908E00476DE3 /* Error.swift */,
  328. 4CDE2C361AF8932A00BABAE5 /* Manager.swift */,
  329. 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */,
  330. 4CDE2C391AF899EC00BABAE5 /* Request.swift */,
  331. 4C0E5BF71B673D3400816CCC /* Result.swift */,
  332. );
  333. name = Core;
  334. sourceTree = "<group>";
  335. };
  336. 4CDE2C491AF8A14E00BABAE5 /* Features */ = {
  337. isa = PBXGroup;
  338. children = (
  339. 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */,
  340. 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */,
  341. 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */,
  342. 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */,
  343. 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */,
  344. 4CDE2C421AF89F0900BABAE5 /* Validation.swift */,
  345. );
  346. name = Features;
  347. sourceTree = "<group>";
  348. };
  349. F8111E2919A95C8B0040E7D1 = {
  350. isa = PBXGroup;
  351. children = (
  352. F8111E3519A95C8B0040E7D1 /* Source */,
  353. F8111E3F19A95C8B0040E7D1 /* Tests */,
  354. F8111E3419A95C8B0040E7D1 /* Products */,
  355. );
  356. sourceTree = "<group>";
  357. };
  358. F8111E3419A95C8B0040E7D1 /* Products */ = {
  359. isa = PBXGroup;
  360. children = (
  361. F8111E3319A95C8B0040E7D1 /* Alamofire.framework */,
  362. F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */,
  363. 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */,
  364. F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */,
  365. );
  366. name = Products;
  367. sourceTree = "<group>";
  368. };
  369. F8111E3519A95C8B0040E7D1 /* Source */ = {
  370. isa = PBXGroup;
  371. children = (
  372. F897FF4019AA800700AB5182 /* Alamofire.swift */,
  373. 4CDE2C481AF8A14A00BABAE5 /* Core */,
  374. 4CDE2C491AF8A14E00BABAE5 /* Features */,
  375. F8111E3619A95C8B0040E7D1 /* Supporting Files */,
  376. );
  377. path = Source;
  378. sourceTree = "<group>";
  379. };
  380. F8111E3619A95C8B0040E7D1 /* Supporting Files */ = {
  381. isa = PBXGroup;
  382. children = (
  383. F8111E3819A95C8B0040E7D1 /* Alamofire.h */,
  384. F8111E3719A95C8B0040E7D1 /* Info.plist */,
  385. );
  386. name = "Supporting Files";
  387. sourceTree = "<group>";
  388. };
  389. F8111E3F19A95C8B0040E7D1 /* Tests */ = {
  390. isa = PBXGroup;
  391. children = (
  392. 4C256A501B096C2C0065714F /* BaseTestCase.swift */,
  393. 4C256A4E1B09656A0065714F /* Core */,
  394. 4C256A4F1B09656E0065714F /* Features */,
  395. 4C3238E91B3617A600FE04AE /* Resources */,
  396. F8111E4019A95C8B0040E7D1 /* Supporting Files */,
  397. );
  398. path = Tests;
  399. sourceTree = "<group>";
  400. };
  401. F8111E4019A95C8B0040E7D1 /* Supporting Files */ = {
  402. isa = PBXGroup;
  403. children = (
  404. F8111E4119A95C8B0040E7D1 /* Info.plist */,
  405. );
  406. name = "Supporting Files";
  407. sourceTree = "<group>";
  408. };
  409. /* End PBXGroup section */
  410. /* Begin PBXHeadersBuildPhase section */
  411. 4DD67C081A5C55C900ED2280 /* Headers */ = {
  412. isa = PBXHeadersBuildPhase;
  413. buildActionMask = 2147483647;
  414. files = (
  415. 4DD67C241A5C58FB00ED2280 /* Alamofire.h in Headers */,
  416. );
  417. runOnlyForDeploymentPostprocessing = 0;
  418. };
  419. F8111E3019A95C8B0040E7D1 /* Headers */ = {
  420. isa = PBXHeadersBuildPhase;
  421. buildActionMask = 2147483647;
  422. files = (
  423. F8111E3919A95C8B0040E7D1 /* Alamofire.h in Headers */,
  424. );
  425. runOnlyForDeploymentPostprocessing = 0;
  426. };
  427. /* End PBXHeadersBuildPhase section */
  428. /* Begin PBXNativeTarget section */
  429. 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */ = {
  430. isa = PBXNativeTarget;
  431. buildConfigurationList = 4DD67C1E1A5C55C900ED2280 /* Build configuration list for PBXNativeTarget "Alamofire OSX" */;
  432. buildPhases = (
  433. 4DD67C061A5C55C900ED2280 /* Sources */,
  434. 4DD67C071A5C55C900ED2280 /* Frameworks */,
  435. 4DD67C081A5C55C900ED2280 /* Headers */,
  436. 4DD67C091A5C55C900ED2280 /* Resources */,
  437. );
  438. buildRules = (
  439. );
  440. dependencies = (
  441. );
  442. name = "Alamofire OSX";
  443. productName = AlamofireOSX;
  444. productReference = 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */;
  445. productType = "com.apple.product-type.framework";
  446. };
  447. F8111E3219A95C8B0040E7D1 /* Alamofire iOS */ = {
  448. isa = PBXNativeTarget;
  449. buildConfigurationList = F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */;
  450. buildPhases = (
  451. F8111E2E19A95C8B0040E7D1 /* Sources */,
  452. F8111E2F19A95C8B0040E7D1 /* Frameworks */,
  453. F8111E3019A95C8B0040E7D1 /* Headers */,
  454. F8111E3119A95C8B0040E7D1 /* Resources */,
  455. );
  456. buildRules = (
  457. );
  458. dependencies = (
  459. );
  460. name = "Alamofire iOS";
  461. productName = Alamofire;
  462. productReference = F8111E3319A95C8B0040E7D1 /* Alamofire.framework */;
  463. productType = "com.apple.product-type.framework";
  464. };
  465. F8111E3D19A95C8B0040E7D1 /* Alamofire iOS Tests */ = {
  466. isa = PBXNativeTarget;
  467. buildConfigurationList = F8111E4919A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS Tests" */;
  468. buildPhases = (
  469. F8111E3A19A95C8B0040E7D1 /* Sources */,
  470. F8111E3B19A95C8B0040E7D1 /* Frameworks */,
  471. F8111E3C19A95C8B0040E7D1 /* Resources */,
  472. );
  473. buildRules = (
  474. );
  475. dependencies = (
  476. F8111E6619A967880040E7D1 /* PBXTargetDependency */,
  477. );
  478. name = "Alamofire iOS Tests";
  479. productName = AlamofireTests;
  480. productReference = F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */;
  481. productType = "com.apple.product-type.bundle.unit-test";
  482. };
  483. F829C6B11A7A94F100A2CD59 /* Alamofire OSX Tests */ = {
  484. isa = PBXNativeTarget;
  485. buildConfigurationList = F829C6BB1A7A94F100A2CD59 /* Build configuration list for PBXNativeTarget "Alamofire OSX Tests" */;
  486. buildPhases = (
  487. F829C6AE1A7A94F100A2CD59 /* Sources */,
  488. F829C6AF1A7A94F100A2CD59 /* Frameworks */,
  489. F829C6B01A7A94F100A2CD59 /* Resources */,
  490. );
  491. buildRules = (
  492. );
  493. dependencies = (
  494. F829C6BA1A7A94F100A2CD59 /* PBXTargetDependency */,
  495. );
  496. name = "Alamofire OSX Tests";
  497. productName = "Alamofire OSX Tests";
  498. productReference = F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */;
  499. productType = "com.apple.product-type.bundle.unit-test";
  500. };
  501. /* End PBXNativeTarget section */
  502. /* Begin PBXProject section */
  503. F8111E2A19A95C8B0040E7D1 /* Project object */ = {
  504. isa = PBXProject;
  505. attributes = {
  506. LastSwiftUpdateCheck = 0700;
  507. LastUpgradeCheck = 0700;
  508. ORGANIZATIONNAME = Alamofire;
  509. TargetAttributes = {
  510. 4DD67C0A1A5C55C900ED2280 = {
  511. CreatedOnToolsVersion = 6.1.1;
  512. };
  513. F8111E3219A95C8B0040E7D1 = {
  514. CreatedOnToolsVersion = 6.0;
  515. };
  516. F8111E3D19A95C8B0040E7D1 = {
  517. CreatedOnToolsVersion = 6.0;
  518. };
  519. F829C6B11A7A94F100A2CD59 = {
  520. CreatedOnToolsVersion = 6.1.1;
  521. };
  522. };
  523. };
  524. buildConfigurationList = F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */;
  525. compatibilityVersion = "Xcode 3.2";
  526. developmentRegion = English;
  527. hasScannedForEncodings = 0;
  528. knownRegions = (
  529. en,
  530. );
  531. mainGroup = F8111E2919A95C8B0040E7D1;
  532. productRefGroup = F8111E3419A95C8B0040E7D1 /* Products */;
  533. projectDirPath = "";
  534. projectRoot = "";
  535. targets = (
  536. F8111E3219A95C8B0040E7D1 /* Alamofire iOS */,
  537. 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */,
  538. F8111E3D19A95C8B0040E7D1 /* Alamofire iOS Tests */,
  539. F829C6B11A7A94F100A2CD59 /* Alamofire OSX Tests */,
  540. );
  541. };
  542. /* End PBXProject section */
  543. /* Begin PBXResourcesBuildPhase section */
  544. 4DD67C091A5C55C900ED2280 /* Resources */ = {
  545. isa = PBXResourcesBuildPhase;
  546. buildActionMask = 2147483647;
  547. files = (
  548. );
  549. runOnlyForDeploymentPostprocessing = 0;
  550. };
  551. F8111E3119A95C8B0040E7D1 /* Resources */ = {
  552. isa = PBXResourcesBuildPhase;
  553. buildActionMask = 2147483647;
  554. files = (
  555. );
  556. runOnlyForDeploymentPostprocessing = 0;
  557. };
  558. F8111E3C19A95C8B0040E7D1 /* Resources */ = {
  559. isa = PBXResourcesBuildPhase;
  560. buildActionMask = 2147483647;
  561. files = (
  562. 4C812C3B1B535F220017E0BF /* alamofire-root-ca.cer in Resources */,
  563. 4C812C4B1B535F400017E0BF /* signed-by-ca1.cer in Resources */,
  564. 4C812C541B535F540017E0BF /* expired.cer in Resources */,
  565. 4C812C491B535F400017E0BF /* multiple-dns-names.cer in Resources */,
  566. 4C812C4D1B535F400017E0BF /* test.alamofire.org.cer in Resources */,
  567. 4C812C411B535F2E0017E0BF /* alamofire-signing-ca2.cer in Resources */,
  568. 4C33A13B1B5207DB00873DFF /* unicorn.png in Resources */,
  569. 4C812C561B535F540017E0BF /* missing-dns-name-and-uri.cer in Resources */,
  570. 4C812C581B535F540017E0BF /* signed-by-ca2.cer in Resources */,
  571. 4C812C651B535F6D0017E0BF /* testssl-expire.disig.sk.cer in Resources */,
  572. 4C812C611B535F6D0017E0BF /* intermediate-ca-disig.cer in Resources */,
  573. 4C33A1391B5207DB00873DFF /* rainbow.jpg in Resources */,
  574. 4C812C631B535F6D0017E0BF /* root-ca-disig.cer in Resources */,
  575. 4C812C5C1B535F540017E0BF /* valid-uri.cer in Resources */,
  576. 4C812C3F1B535F2E0017E0BF /* alamofire-signing-ca1.cer in Resources */,
  577. 4C812C5A1B535F540017E0BF /* valid-dns-name.cer in Resources */,
  578. 4C812C471B535F400017E0BF /* *.alamofire.org.cer in Resources */,
  579. );
  580. runOnlyForDeploymentPostprocessing = 0;
  581. };
  582. F829C6B01A7A94F100A2CD59 /* Resources */ = {
  583. isa = PBXResourcesBuildPhase;
  584. buildActionMask = 2147483647;
  585. files = (
  586. 4C812C3C1B535F220017E0BF /* alamofire-root-ca.cer in Resources */,
  587. 4C812C4C1B535F400017E0BF /* signed-by-ca1.cer in Resources */,
  588. 4C812C551B535F540017E0BF /* expired.cer in Resources */,
  589. 4C812C4A1B535F400017E0BF /* multiple-dns-names.cer in Resources */,
  590. 4C812C4E1B535F400017E0BF /* test.alamofire.org.cer in Resources */,
  591. 4C812C421B535F2E0017E0BF /* alamofire-signing-ca2.cer in Resources */,
  592. 4C33A13C1B5207DB00873DFF /* unicorn.png in Resources */,
  593. 4C812C571B535F540017E0BF /* missing-dns-name-and-uri.cer in Resources */,
  594. 4C812C591B535F540017E0BF /* signed-by-ca2.cer in Resources */,
  595. 4C812C661B535F6D0017E0BF /* testssl-expire.disig.sk.cer in Resources */,
  596. 4C812C621B535F6D0017E0BF /* intermediate-ca-disig.cer in Resources */,
  597. 4C33A13A1B5207DB00873DFF /* rainbow.jpg in Resources */,
  598. 4C812C641B535F6D0017E0BF /* root-ca-disig.cer in Resources */,
  599. 4C812C5D1B535F540017E0BF /* valid-uri.cer in Resources */,
  600. 4C812C401B535F2E0017E0BF /* alamofire-signing-ca1.cer in Resources */,
  601. 4C812C5B1B535F540017E0BF /* valid-dns-name.cer in Resources */,
  602. 4C812C481B535F400017E0BF /* *.alamofire.org.cer in Resources */,
  603. );
  604. runOnlyForDeploymentPostprocessing = 0;
  605. };
  606. /* End PBXResourcesBuildPhase section */
  607. /* Begin PBXSourcesBuildPhase section */
  608. 4DD67C061A5C55C900ED2280 /* Sources */ = {
  609. isa = PBXSourcesBuildPhase;
  610. buildActionMask = 2147483647;
  611. files = (
  612. 4CDE2C411AF89E0700BABAE5 /* Upload.swift in Sources */,
  613. 4CE272501AF88FB500F1D59A /* ParameterEncoding.swift in Sources */,
  614. 4CDE2C3B1AF899EC00BABAE5 /* Request.swift in Sources */,
  615. 4CDE2C471AF89FF300BABAE5 /* ResponseSerialization.swift in Sources */,
  616. 4C1DC8551B68908E00476DE3 /* Error.swift in Sources */,
  617. 4CDE2C381AF8932A00BABAE5 /* Manager.swift in Sources */,
  618. 4DD67C251A5C590000ED2280 /* Alamofire.swift in Sources */,
  619. 4C23EB441B327C5B0090E0BC /* MultipartFormData.swift in Sources */,
  620. 4C811F8E1B51856D00E0F59A /* ServerTrustPolicy.swift in Sources */,
  621. 4CDE2C3E1AF89D4900BABAE5 /* Download.swift in Sources */,
  622. 4CDE2C441AF89F0900BABAE5 /* Validation.swift in Sources */,
  623. 4C0E5BF91B673D3400816CCC /* Result.swift in Sources */,
  624. );
  625. runOnlyForDeploymentPostprocessing = 0;
  626. };
  627. F8111E2E19A95C8B0040E7D1 /* Sources */ = {
  628. isa = PBXSourcesBuildPhase;
  629. buildActionMask = 2147483647;
  630. files = (
  631. 4CDE2C401AF89E0700BABAE5 /* Upload.swift in Sources */,
  632. 4CE2724F1AF88FB500F1D59A /* ParameterEncoding.swift in Sources */,
  633. 4CDE2C3A1AF899EC00BABAE5 /* Request.swift in Sources */,
  634. 4CDE2C461AF89FF300BABAE5 /* ResponseSerialization.swift in Sources */,
  635. 4C1DC8541B68908E00476DE3 /* Error.swift in Sources */,
  636. 4CDE2C371AF8932A00BABAE5 /* Manager.swift in Sources */,
  637. F897FF4119AA800700AB5182 /* Alamofire.swift in Sources */,
  638. 4C23EB431B327C5B0090E0BC /* MultipartFormData.swift in Sources */,
  639. 4C811F8D1B51856D00E0F59A /* ServerTrustPolicy.swift in Sources */,
  640. 4CDE2C3D1AF89D4900BABAE5 /* Download.swift in Sources */,
  641. 4CDE2C431AF89F0900BABAE5 /* Validation.swift in Sources */,
  642. 4C0E5BF81B673D3400816CCC /* Result.swift in Sources */,
  643. );
  644. runOnlyForDeploymentPostprocessing = 0;
  645. };
  646. F8111E3A19A95C8B0040E7D1 /* Sources */ = {
  647. isa = PBXSourcesBuildPhase;
  648. buildActionMask = 2147483647;
  649. files = (
  650. 4C3238E71B3604DB00FE04AE /* MultipartFormDataTests.swift in Sources */,
  651. 4C33A1431B52089C00873DFF /* ServerTrustPolicyTests.swift in Sources */,
  652. 4C341BBA1B1A865A00C1B34D /* CacheTests.swift in Sources */,
  653. 4CCFA79A1B2BE71600B6F460 /* URLProtocolTests.swift in Sources */,
  654. F86AEFE71AE6A312007D9C76 /* TLSEvaluationTests.swift in Sources */,
  655. F8858DDD19A96B4300F55F93 /* RequestTests.swift in Sources */,
  656. 4C256A531B096C770065714F /* BaseTestCase.swift in Sources */,
  657. F8E6024519CB46A800A3E7F1 /* AuthenticationTests.swift in Sources */,
  658. F8858DDE19A96B4400F55F93 /* ResponseTests.swift in Sources */,
  659. F8D1C6F519D52968002E74FE /* ManagerTests.swift in Sources */,
  660. F8AE910219D28DCC0078C7B2 /* ValidationTests.swift in Sources */,
  661. F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */,
  662. F8111E6419A9674D0040E7D1 /* UploadTests.swift in Sources */,
  663. F8111E6019A9674D0040E7D1 /* DownloadTests.swift in Sources */,
  664. );
  665. runOnlyForDeploymentPostprocessing = 0;
  666. };
  667. F829C6AE1A7A94F100A2CD59 /* Sources */ = {
  668. isa = PBXSourcesBuildPhase;
  669. buildActionMask = 2147483647;
  670. files = (
  671. 4C3238E81B3604DB00FE04AE /* MultipartFormDataTests.swift in Sources */,
  672. 4C33A1441B52089C00873DFF /* ServerTrustPolicyTests.swift in Sources */,
  673. 4C341BBB1B1A865A00C1B34D /* CacheTests.swift in Sources */,
  674. 4CCFA79B1B2BE71600B6F460 /* URLProtocolTests.swift in Sources */,
  675. F829C6BE1A7A950600A2CD59 /* ParameterEncodingTests.swift in Sources */,
  676. F829C6BF1A7A950600A2CD59 /* RequestTests.swift in Sources */,
  677. 4C256A541B096C770065714F /* BaseTestCase.swift in Sources */,
  678. F829C6C01A7A950600A2CD59 /* ManagerTests.swift in Sources */,
  679. F829C6C11A7A950600A2CD59 /* ResponseTests.swift in Sources */,
  680. F829C6C21A7A950600A2CD59 /* UploadTests.swift in Sources */,
  681. F829C6C31A7A950600A2CD59 /* DownloadTests.swift in Sources */,
  682. F829C6C41A7A950600A2CD59 /* AuthenticationTests.swift in Sources */,
  683. F829C6C51A7A950600A2CD59 /* ValidationTests.swift in Sources */,
  684. F86AEFE81AE6A315007D9C76 /* TLSEvaluationTests.swift in Sources */,
  685. );
  686. runOnlyForDeploymentPostprocessing = 0;
  687. };
  688. /* End PBXSourcesBuildPhase section */
  689. /* Begin PBXTargetDependency section */
  690. F8111E6619A967880040E7D1 /* PBXTargetDependency */ = {
  691. isa = PBXTargetDependency;
  692. target = F8111E3219A95C8B0040E7D1 /* Alamofire iOS */;
  693. targetProxy = F8111E6519A967880040E7D1 /* PBXContainerItemProxy */;
  694. };
  695. F829C6BA1A7A94F100A2CD59 /* PBXTargetDependency */ = {
  696. isa = PBXTargetDependency;
  697. target = 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */;
  698. targetProxy = F829C6B91A7A94F100A2CD59 /* PBXContainerItemProxy */;
  699. };
  700. /* End PBXTargetDependency section */
  701. /* Begin XCBuildConfiguration section */
  702. 4DD67C1F1A5C55C900ED2280 /* Debug */ = {
  703. isa = XCBuildConfiguration;
  704. buildSettings = {
  705. APPLICATION_EXTENSION_API_ONLY = YES;
  706. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  707. COMBINE_HIDPI_IMAGES = YES;
  708. DEFINES_MODULE = YES;
  709. DYLIB_COMPATIBILITY_VERSION = 1;
  710. DYLIB_CURRENT_VERSION = 1;
  711. DYLIB_INSTALL_NAME_BASE = "@rpath";
  712. FRAMEWORK_VERSION = A;
  713. GCC_PREPROCESSOR_DEFINITIONS = (
  714. "DEBUG=1",
  715. "$(inherited)",
  716. );
  717. INFOPLIST_FILE = Source/Info.plist;
  718. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  719. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  720. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  721. MACOSX_DEPLOYMENT_TARGET = 10.9;
  722. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  723. PRODUCT_NAME = Alamofire;
  724. SDKROOT = macosx;
  725. SKIP_INSTALL = YES;
  726. };
  727. name = Debug;
  728. };
  729. 4DD67C201A5C55C900ED2280 /* Release */ = {
  730. isa = XCBuildConfiguration;
  731. buildSettings = {
  732. APPLICATION_EXTENSION_API_ONLY = YES;
  733. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  734. COMBINE_HIDPI_IMAGES = YES;
  735. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  736. DEFINES_MODULE = YES;
  737. DYLIB_COMPATIBILITY_VERSION = 1;
  738. DYLIB_CURRENT_VERSION = 1;
  739. DYLIB_INSTALL_NAME_BASE = "@rpath";
  740. FRAMEWORK_VERSION = A;
  741. INFOPLIST_FILE = Source/Info.plist;
  742. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  743. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  744. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  745. MACOSX_DEPLOYMENT_TARGET = 10.9;
  746. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  747. PRODUCT_NAME = Alamofire;
  748. SDKROOT = macosx;
  749. SKIP_INSTALL = YES;
  750. };
  751. name = Release;
  752. };
  753. F8111E4419A95C8B0040E7D1 /* Debug */ = {
  754. isa = XCBuildConfiguration;
  755. buildSettings = {
  756. ALWAYS_SEARCH_USER_PATHS = NO;
  757. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  758. CLANG_CXX_LIBRARY = "libc++";
  759. CLANG_ENABLE_MODULES = YES;
  760. CLANG_ENABLE_OBJC_ARC = YES;
  761. CLANG_WARN_BOOL_CONVERSION = YES;
  762. CLANG_WARN_CONSTANT_CONVERSION = YES;
  763. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  764. CLANG_WARN_EMPTY_BODY = YES;
  765. CLANG_WARN_ENUM_CONVERSION = YES;
  766. CLANG_WARN_INT_CONVERSION = YES;
  767. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  768. CLANG_WARN_UNREACHABLE_CODE = YES;
  769. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  770. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  771. COPY_PHASE_STRIP = NO;
  772. CURRENT_PROJECT_VERSION = 1;
  773. ENABLE_STRICT_OBJC_MSGSEND = YES;
  774. ENABLE_TESTABILITY = YES;
  775. GCC_C_LANGUAGE_STANDARD = gnu99;
  776. GCC_DYNAMIC_NO_PIC = NO;
  777. GCC_OPTIMIZATION_LEVEL = 0;
  778. GCC_PREPROCESSOR_DEFINITIONS = (
  779. "DEBUG=1",
  780. "$(inherited)",
  781. );
  782. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  783. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  784. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  785. GCC_WARN_UNDECLARED_SELECTOR = YES;
  786. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  787. GCC_WARN_UNUSED_FUNCTION = YES;
  788. GCC_WARN_UNUSED_VARIABLE = YES;
  789. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  790. MACOSX_DEPLOYMENT_TARGET = 10.9;
  791. MTL_ENABLE_DEBUG_INFO = YES;
  792. ONLY_ACTIVE_ARCH = YES;
  793. SDKROOT = iphoneos;
  794. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  795. TARGETED_DEVICE_FAMILY = "1,2";
  796. VERSIONING_SYSTEM = "apple-generic";
  797. VERSION_INFO_PREFIX = "";
  798. };
  799. name = Debug;
  800. };
  801. F8111E4519A95C8B0040E7D1 /* Release */ = {
  802. isa = XCBuildConfiguration;
  803. buildSettings = {
  804. ALWAYS_SEARCH_USER_PATHS = NO;
  805. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  806. CLANG_CXX_LIBRARY = "libc++";
  807. CLANG_ENABLE_MODULES = YES;
  808. CLANG_ENABLE_OBJC_ARC = YES;
  809. CLANG_WARN_BOOL_CONVERSION = YES;
  810. CLANG_WARN_CONSTANT_CONVERSION = YES;
  811. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  812. CLANG_WARN_EMPTY_BODY = YES;
  813. CLANG_WARN_ENUM_CONVERSION = YES;
  814. CLANG_WARN_INT_CONVERSION = YES;
  815. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  816. CLANG_WARN_UNREACHABLE_CODE = YES;
  817. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  818. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  819. COPY_PHASE_STRIP = YES;
  820. CURRENT_PROJECT_VERSION = 1;
  821. ENABLE_NS_ASSERTIONS = NO;
  822. ENABLE_STRICT_OBJC_MSGSEND = YES;
  823. GCC_C_LANGUAGE_STANDARD = gnu99;
  824. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  825. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  826. GCC_WARN_UNDECLARED_SELECTOR = YES;
  827. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  828. GCC_WARN_UNUSED_FUNCTION = YES;
  829. GCC_WARN_UNUSED_VARIABLE = YES;
  830. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  831. MACOSX_DEPLOYMENT_TARGET = 10.9;
  832. MTL_ENABLE_DEBUG_INFO = NO;
  833. SDKROOT = iphoneos;
  834. TARGETED_DEVICE_FAMILY = "1,2";
  835. VALIDATE_PRODUCT = YES;
  836. VERSIONING_SYSTEM = "apple-generic";
  837. VERSION_INFO_PREFIX = "";
  838. };
  839. name = Release;
  840. };
  841. F8111E4719A95C8B0040E7D1 /* Debug */ = {
  842. isa = XCBuildConfiguration;
  843. buildSettings = {
  844. APPLICATION_EXTENSION_API_ONLY = YES;
  845. CLANG_ENABLE_MODULES = YES;
  846. CODE_SIGN_IDENTITY = "iPhone Developer";
  847. DEFINES_MODULE = YES;
  848. DYLIB_COMPATIBILITY_VERSION = 1;
  849. DYLIB_CURRENT_VERSION = 1;
  850. DYLIB_INSTALL_NAME_BASE = "@rpath";
  851. INFOPLIST_FILE = Source/Info.plist;
  852. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  853. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  854. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  855. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  856. PRODUCT_NAME = Alamofire;
  857. SKIP_INSTALL = YES;
  858. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  859. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  860. };
  861. name = Debug;
  862. };
  863. F8111E4819A95C8B0040E7D1 /* Release */ = {
  864. isa = XCBuildConfiguration;
  865. buildSettings = {
  866. APPLICATION_EXTENSION_API_ONLY = YES;
  867. CLANG_ENABLE_MODULES = YES;
  868. CODE_SIGN_IDENTITY = "iPhone Developer";
  869. DEFINES_MODULE = YES;
  870. DYLIB_COMPATIBILITY_VERSION = 1;
  871. DYLIB_CURRENT_VERSION = 1;
  872. DYLIB_INSTALL_NAME_BASE = "@rpath";
  873. INFOPLIST_FILE = Source/Info.plist;
  874. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  875. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  876. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  877. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  878. PRODUCT_NAME = Alamofire;
  879. SKIP_INSTALL = YES;
  880. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  881. };
  882. name = Release;
  883. };
  884. F8111E4A19A95C8B0040E7D1 /* Debug */ = {
  885. isa = XCBuildConfiguration;
  886. buildSettings = {
  887. CODE_SIGN_IDENTITY = "iPhone Developer";
  888. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  889. GCC_PREPROCESSOR_DEFINITIONS = (
  890. "DEBUG=1",
  891. "$(inherited)",
  892. );
  893. INFOPLIST_FILE = Tests/Info.plist;
  894. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  895. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  896. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  897. PRODUCT_NAME = "$(TARGET_NAME)";
  898. };
  899. name = Debug;
  900. };
  901. F8111E4B19A95C8B0040E7D1 /* Release */ = {
  902. isa = XCBuildConfiguration;
  903. buildSettings = {
  904. CODE_SIGN_IDENTITY = "iPhone Developer";
  905. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  906. INFOPLIST_FILE = Tests/Info.plist;
  907. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  908. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  909. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  910. PRODUCT_NAME = "$(TARGET_NAME)";
  911. };
  912. name = Release;
  913. };
  914. F829C6BC1A7A94F100A2CD59 /* Debug */ = {
  915. isa = XCBuildConfiguration;
  916. buildSettings = {
  917. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  918. COMBINE_HIDPI_IMAGES = YES;
  919. FRAMEWORK_SEARCH_PATHS = (
  920. "$(DEVELOPER_FRAMEWORKS_DIR)",
  921. "$(inherited)",
  922. );
  923. GCC_PREPROCESSOR_DEFINITIONS = (
  924. "DEBUG=1",
  925. "$(inherited)",
  926. );
  927. INFOPLIST_FILE = Tests/Info.plist;
  928. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  929. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  930. MACOSX_DEPLOYMENT_TARGET = 10.9;
  931. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  932. PRODUCT_NAME = "$(TARGET_NAME)";
  933. SDKROOT = macosx;
  934. };
  935. name = Debug;
  936. };
  937. F829C6BD1A7A94F100A2CD59 /* Release */ = {
  938. isa = XCBuildConfiguration;
  939. buildSettings = {
  940. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  941. COMBINE_HIDPI_IMAGES = YES;
  942. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  943. FRAMEWORK_SEARCH_PATHS = (
  944. "$(DEVELOPER_FRAMEWORKS_DIR)",
  945. "$(inherited)",
  946. );
  947. INFOPLIST_FILE = Tests/Info.plist;
  948. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  949. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  950. MACOSX_DEPLOYMENT_TARGET = 10.9;
  951. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  952. PRODUCT_NAME = "$(TARGET_NAME)";
  953. SDKROOT = macosx;
  954. };
  955. name = Release;
  956. };
  957. /* End XCBuildConfiguration section */
  958. /* Begin XCConfigurationList section */
  959. 4DD67C1E1A5C55C900ED2280 /* Build configuration list for PBXNativeTarget "Alamofire OSX" */ = {
  960. isa = XCConfigurationList;
  961. buildConfigurations = (
  962. 4DD67C1F1A5C55C900ED2280 /* Debug */,
  963. 4DD67C201A5C55C900ED2280 /* Release */,
  964. );
  965. defaultConfigurationIsVisible = 0;
  966. defaultConfigurationName = Release;
  967. };
  968. F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */ = {
  969. isa = XCConfigurationList;
  970. buildConfigurations = (
  971. F8111E4419A95C8B0040E7D1 /* Debug */,
  972. F8111E4519A95C8B0040E7D1 /* Release */,
  973. );
  974. defaultConfigurationIsVisible = 0;
  975. defaultConfigurationName = Release;
  976. };
  977. F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */ = {
  978. isa = XCConfigurationList;
  979. buildConfigurations = (
  980. F8111E4719A95C8B0040E7D1 /* Debug */,
  981. F8111E4819A95C8B0040E7D1 /* Release */,
  982. );
  983. defaultConfigurationIsVisible = 0;
  984. defaultConfigurationName = Release;
  985. };
  986. F8111E4919A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS Tests" */ = {
  987. isa = XCConfigurationList;
  988. buildConfigurations = (
  989. F8111E4A19A95C8B0040E7D1 /* Debug */,
  990. F8111E4B19A95C8B0040E7D1 /* Release */,
  991. );
  992. defaultConfigurationIsVisible = 0;
  993. defaultConfigurationName = Release;
  994. };
  995. F829C6BB1A7A94F100A2CD59 /* Build configuration list for PBXNativeTarget "Alamofire OSX Tests" */ = {
  996. isa = XCConfigurationList;
  997. buildConfigurations = (
  998. F829C6BC1A7A94F100A2CD59 /* Debug */,
  999. F829C6BD1A7A94F100A2CD59 /* Release */,
  1000. );
  1001. defaultConfigurationIsVisible = 0;
  1002. defaultConfigurationName = Release;
  1003. };
  1004. /* End XCConfigurationList section */
  1005. };
  1006. rootObject = F8111E2A19A95C8B0040E7D1 /* Project object */;
  1007. }