project.pbxproj 89 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4C0B58391B747A4400C0B99C /* ResponseSerializationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0B58381B747A4400C0B99C /* ResponseSerializationTests.swift */; };
  10. 4C0B583A1B747A4400C0B99C /* ResponseSerializationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0B58381B747A4400C0B99C /* ResponseSerializationTests.swift */; };
  11. 4C0B62511BB1001C009302D3 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0B62501BB1001C009302D3 /* Response.swift */; };
  12. 4C0B62521BB1001C009302D3 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0B62501BB1001C009302D3 /* Response.swift */; };
  13. 4C0B62531BB1001C009302D3 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0B62501BB1001C009302D3 /* Response.swift */; };
  14. 4C0E5BF81B673D3400816CCC /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0E5BF71B673D3400816CCC /* Result.swift */; };
  15. 4C0E5BF91B673D3400816CCC /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0E5BF71B673D3400816CCC /* Result.swift */; };
  16. 4C1DC8541B68908E00476DE3 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1DC8531B68908E00476DE3 /* Error.swift */; };
  17. 4C1DC8551B68908E00476DE3 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1DC8531B68908E00476DE3 /* Error.swift */; };
  18. 4C23EB431B327C5B0090E0BC /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */; };
  19. 4C23EB441B327C5B0090E0BC /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */; };
  20. 4C256A531B096C770065714F /* BaseTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C256A501B096C2C0065714F /* BaseTestCase.swift */; };
  21. 4C256A541B096C770065714F /* BaseTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C256A501B096C2C0065714F /* BaseTestCase.swift */; };
  22. 4C3238E71B3604DB00FE04AE /* MultipartFormDataTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C3238E61B3604DB00FE04AE /* MultipartFormDataTests.swift */; };
  23. 4C3238E81B3604DB00FE04AE /* MultipartFormDataTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C3238E61B3604DB00FE04AE /* MultipartFormDataTests.swift */; };
  24. 4C33A1391B5207DB00873DFF /* rainbow.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 4C33A1231B5207DB00873DFF /* rainbow.jpg */; };
  25. 4C33A13A1B5207DB00873DFF /* rainbow.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 4C33A1231B5207DB00873DFF /* rainbow.jpg */; };
  26. 4C33A13B1B5207DB00873DFF /* unicorn.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C33A1241B5207DB00873DFF /* unicorn.png */; };
  27. 4C33A13C1B5207DB00873DFF /* unicorn.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C33A1241B5207DB00873DFF /* unicorn.png */; };
  28. 4C33A1431B52089C00873DFF /* ServerTrustPolicyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C33A1421B52089C00873DFF /* ServerTrustPolicyTests.swift */; };
  29. 4C33A1441B52089C00873DFF /* ServerTrustPolicyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C33A1421B52089C00873DFF /* ServerTrustPolicyTests.swift */; };
  30. 4C341BBA1B1A865A00C1B34D /* CacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C341BB91B1A865A00C1B34D /* CacheTests.swift */; };
  31. 4C341BBB1B1A865A00C1B34D /* CacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C341BB91B1A865A00C1B34D /* CacheTests.swift */; };
  32. 4C4CBE7B1BAF700C0024D659 /* String+AlamofireTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C4CBE7A1BAF700C0024D659 /* String+AlamofireTests.swift */; };
  33. 4C4CBE7C1BAF700C0024D659 /* String+AlamofireTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C4CBE7A1BAF700C0024D659 /* String+AlamofireTests.swift */; };
  34. 4C7C8D221B9D0D9000948136 /* NSURLSessionConfiguration+AlamofireTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C7C8D211B9D0D9000948136 /* NSURLSessionConfiguration+AlamofireTests.swift */; };
  35. 4C7C8D231B9D0D9000948136 /* NSURLSessionConfiguration+AlamofireTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C7C8D211B9D0D9000948136 /* NSURLSessionConfiguration+AlamofireTests.swift */; };
  36. 4C80F9F81BB730EF001B46D2 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0B62501BB1001C009302D3 /* Response.swift */; };
  37. 4C80F9F91BB730F6001B46D2 /* String+AlamofireTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C4CBE7A1BAF700C0024D659 /* String+AlamofireTests.swift */; };
  38. 4C811F8D1B51856D00E0F59A /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */; };
  39. 4C811F8E1B51856D00E0F59A /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */; };
  40. 4C812C3B1B535F220017E0BF /* alamofire-root-ca.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3A1B535F220017E0BF /* alamofire-root-ca.cer */; };
  41. 4C812C3C1B535F220017E0BF /* alamofire-root-ca.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3A1B535F220017E0BF /* alamofire-root-ca.cer */; };
  42. 4C812C3F1B535F2E0017E0BF /* alamofire-signing-ca1.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3D1B535F2E0017E0BF /* alamofire-signing-ca1.cer */; };
  43. 4C812C401B535F2E0017E0BF /* alamofire-signing-ca1.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3D1B535F2E0017E0BF /* alamofire-signing-ca1.cer */; };
  44. 4C812C411B535F2E0017E0BF /* alamofire-signing-ca2.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3E1B535F2E0017E0BF /* alamofire-signing-ca2.cer */; };
  45. 4C812C421B535F2E0017E0BF /* alamofire-signing-ca2.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3E1B535F2E0017E0BF /* alamofire-signing-ca2.cer */; };
  46. 4C812C471B535F400017E0BF /* wildcard.alamofire.org.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C431B535F400017E0BF /* wildcard.alamofire.org.cer */; };
  47. 4C812C481B535F400017E0BF /* wildcard.alamofire.org.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C431B535F400017E0BF /* wildcard.alamofire.org.cer */; };
  48. 4C812C491B535F400017E0BF /* multiple-dns-names.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C441B535F400017E0BF /* multiple-dns-names.cer */; };
  49. 4C812C4A1B535F400017E0BF /* multiple-dns-names.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C441B535F400017E0BF /* multiple-dns-names.cer */; };
  50. 4C812C4B1B535F400017E0BF /* signed-by-ca1.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C451B535F400017E0BF /* signed-by-ca1.cer */; };
  51. 4C812C4C1B535F400017E0BF /* signed-by-ca1.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C451B535F400017E0BF /* signed-by-ca1.cer */; };
  52. 4C812C4D1B535F400017E0BF /* test.alamofire.org.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C461B535F400017E0BF /* test.alamofire.org.cer */; };
  53. 4C812C4E1B535F400017E0BF /* test.alamofire.org.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C461B535F400017E0BF /* test.alamofire.org.cer */; };
  54. 4C812C541B535F540017E0BF /* expired.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C4F1B535F540017E0BF /* expired.cer */; };
  55. 4C812C551B535F540017E0BF /* expired.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C4F1B535F540017E0BF /* expired.cer */; };
  56. 4C812C561B535F540017E0BF /* missing-dns-name-and-uri.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C501B535F540017E0BF /* missing-dns-name-and-uri.cer */; };
  57. 4C812C571B535F540017E0BF /* missing-dns-name-and-uri.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C501B535F540017E0BF /* missing-dns-name-and-uri.cer */; };
  58. 4C812C581B535F540017E0BF /* signed-by-ca2.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C511B535F540017E0BF /* signed-by-ca2.cer */; };
  59. 4C812C591B535F540017E0BF /* signed-by-ca2.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C511B535F540017E0BF /* signed-by-ca2.cer */; };
  60. 4C812C5A1B535F540017E0BF /* valid-dns-name.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C521B535F540017E0BF /* valid-dns-name.cer */; };
  61. 4C812C5B1B535F540017E0BF /* valid-dns-name.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C521B535F540017E0BF /* valid-dns-name.cer */; };
  62. 4C812C5C1B535F540017E0BF /* valid-uri.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C531B535F540017E0BF /* valid-uri.cer */; };
  63. 4C812C5D1B535F540017E0BF /* valid-uri.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C531B535F540017E0BF /* valid-uri.cer */; };
  64. 4C812C611B535F6D0017E0BF /* intermediate-ca-disig.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C5E1B535F6D0017E0BF /* intermediate-ca-disig.cer */; };
  65. 4C812C621B535F6D0017E0BF /* intermediate-ca-disig.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C5E1B535F6D0017E0BF /* intermediate-ca-disig.cer */; };
  66. 4C812C631B535F6D0017E0BF /* root-ca-disig.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C5F1B535F6D0017E0BF /* root-ca-disig.cer */; };
  67. 4C812C641B535F6D0017E0BF /* root-ca-disig.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C5F1B535F6D0017E0BF /* root-ca-disig.cer */; };
  68. 4C812C651B535F6D0017E0BF /* testssl-expire.disig.sk.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C601B535F6D0017E0BF /* testssl-expire.disig.sk.cer */; };
  69. 4C812C661B535F6D0017E0BF /* testssl-expire.disig.sk.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C601B535F6D0017E0BF /* testssl-expire.disig.sk.cer */; };
  70. 4C83F41B1B749E0E00203445 /* Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C83F41A1B749E0E00203445 /* Stream.swift */; };
  71. 4C83F41C1B749E0E00203445 /* Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C83F41A1B749E0E00203445 /* Stream.swift */; };
  72. 4C83F41D1B749E0E00203445 /* Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C83F41A1B749E0E00203445 /* Stream.swift */; };
  73. 4CA028C51B7466C500C84163 /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CA028C41B7466C500C84163 /* ResultTests.swift */; };
  74. 4CA028C61B7466C500C84163 /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CA028C41B7466C500C84163 /* ResultTests.swift */; };
  75. 4CCFA79A1B2BE71600B6F460 /* URLProtocolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCFA7991B2BE71600B6F460 /* URLProtocolTests.swift */; };
  76. 4CCFA79B1B2BE71600B6F460 /* URLProtocolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCFA7991B2BE71600B6F460 /* URLProtocolTests.swift */; };
  77. 4CDE2C371AF8932A00BABAE5 /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C361AF8932A00BABAE5 /* Manager.swift */; };
  78. 4CDE2C381AF8932A00BABAE5 /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C361AF8932A00BABAE5 /* Manager.swift */; };
  79. 4CDE2C3A1AF899EC00BABAE5 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C391AF899EC00BABAE5 /* Request.swift */; };
  80. 4CDE2C3B1AF899EC00BABAE5 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C391AF899EC00BABAE5 /* Request.swift */; };
  81. 4CDE2C3D1AF89D4900BABAE5 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */; };
  82. 4CDE2C3E1AF89D4900BABAE5 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */; };
  83. 4CDE2C401AF89E0700BABAE5 /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */; };
  84. 4CDE2C411AF89E0700BABAE5 /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */; };
  85. 4CDE2C431AF89F0900BABAE5 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C421AF89F0900BABAE5 /* Validation.swift */; };
  86. 4CDE2C441AF89F0900BABAE5 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C421AF89F0900BABAE5 /* Validation.swift */; };
  87. 4CDE2C461AF89FF300BABAE5 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */; };
  88. 4CDE2C471AF89FF300BABAE5 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */; };
  89. 4CE2724F1AF88FB500F1D59A /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
  90. 4CE272501AF88FB500F1D59A /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
  91. 4CEC605A1B745C9100E684F4 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1DC8531B68908E00476DE3 /* Error.swift */; };
  92. 4CEC605B1B745C9100E684F4 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0E5BF71B673D3400816CCC /* Result.swift */; };
  93. 4CEC605C1B745C9B00E684F4 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
  94. 4CF626F91BA7CB3E0011A099 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CF626EF1BA7CB3E0011A099 /* Alamofire.framework */; };
  95. 4CF627061BA7CBE30011A099 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
  96. 4CF627071BA7CBF60011A099 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
  97. 4CF627081BA7CBF60011A099 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C1DC8531B68908E00476DE3 /* Error.swift */; };
  98. 4CF627091BA7CBF60011A099 /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C361AF8932A00BABAE5 /* Manager.swift */; };
  99. 4CF6270A1BA7CBF60011A099 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
  100. 4CF6270B1BA7CBF60011A099 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C391AF899EC00BABAE5 /* Request.swift */; };
  101. 4CF6270C1BA7CBF60011A099 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0E5BF71B673D3400816CCC /* Result.swift */; };
  102. 4CF6270D1BA7CBF60011A099 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */; };
  103. 4CF6270E1BA7CBF60011A099 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */; };
  104. 4CF6270F1BA7CBF60011A099 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */; };
  105. 4CF627101BA7CBF60011A099 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */; };
  106. 4CF627111BA7CBF60011A099 /* Stream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C83F41A1B749E0E00203445 /* Stream.swift */; };
  107. 4CF627121BA7CBF60011A099 /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */; };
  108. 4CF627131BA7CBF60011A099 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C421AF89F0900BABAE5 /* Validation.swift */; };
  109. 4CF627141BA7CC240011A099 /* BaseTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C256A501B096C2C0065714F /* BaseTestCase.swift */; };
  110. 4CF627151BA7CC240011A099 /* AuthenticationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */; };
  111. 4CF627161BA7CC240011A099 /* ManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8D1C6F419D52968002E74FE /* ManagerTests.swift */; };
  112. 4CF627171BA7CC240011A099 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
  113. 4CF627181BA7CC240011A099 /* RequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5D19A9674D0040E7D1 /* RequestTests.swift */; };
  114. 4CF627191BA7CC240011A099 /* ResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */; };
  115. 4CF6271A1BA7CC240011A099 /* ResultTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CA028C41B7466C500C84163 /* ResultTests.swift */; };
  116. 4CF6271B1BA7CC240011A099 /* NSURLSessionConfiguration+AlamofireTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C7C8D211B9D0D9000948136 /* NSURLSessionConfiguration+AlamofireTests.swift */; };
  117. 4CF6271C1BA7CC240011A099 /* CacheTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C341BB91B1A865A00C1B34D /* CacheTests.swift */; };
  118. 4CF6271D1BA7CC240011A099 /* DownloadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */; };
  119. 4CF6271E1BA7CC240011A099 /* MultipartFormDataTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C3238E61B3604DB00FE04AE /* MultipartFormDataTests.swift */; };
  120. 4CF6271F1BA7CC240011A099 /* ResponseSerializationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C0B58381B747A4400C0B99C /* ResponseSerializationTests.swift */; };
  121. 4CF627201BA7CC240011A099 /* ServerTrustPolicyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C33A1421B52089C00873DFF /* ServerTrustPolicyTests.swift */; };
  122. 4CF627211BA7CC240011A099 /* TLSEvaluationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */; };
  123. 4CF627221BA7CC240011A099 /* UploadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5F19A9674D0040E7D1 /* UploadTests.swift */; };
  124. 4CF627231BA7CC240011A099 /* URLProtocolTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CCFA7991B2BE71600B6F460 /* URLProtocolTests.swift */; };
  125. 4CF627241BA7CC240011A099 /* ValidationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */; };
  126. 4CF627251BA7CC300011A099 /* alamofire-root-ca.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3A1B535F220017E0BF /* alamofire-root-ca.cer */; };
  127. 4CF627261BA7CC300011A099 /* alamofire-signing-ca1.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3D1B535F2E0017E0BF /* alamofire-signing-ca1.cer */; };
  128. 4CF627271BA7CC300011A099 /* alamofire-signing-ca2.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C3E1B535F2E0017E0BF /* alamofire-signing-ca2.cer */; };
  129. 4CF627281BA7CC300011A099 /* multiple-dns-names.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C441B535F400017E0BF /* multiple-dns-names.cer */; };
  130. 4CF627291BA7CC300011A099 /* signed-by-ca1.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C451B535F400017E0BF /* signed-by-ca1.cer */; };
  131. 4CF6272A1BA7CC300011A099 /* test.alamofire.org.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C461B535F400017E0BF /* test.alamofire.org.cer */; };
  132. 4CF6272B1BA7CC300011A099 /* wildcard.alamofire.org.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C431B535F400017E0BF /* wildcard.alamofire.org.cer */; };
  133. 4CF6272C1BA7CC300011A099 /* expired.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C4F1B535F540017E0BF /* expired.cer */; };
  134. 4CF6272D1BA7CC300011A099 /* missing-dns-name-and-uri.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C501B535F540017E0BF /* missing-dns-name-and-uri.cer */; };
  135. 4CF6272E1BA7CC300011A099 /* signed-by-ca2.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C511B535F540017E0BF /* signed-by-ca2.cer */; };
  136. 4CF6272F1BA7CC300011A099 /* valid-dns-name.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C521B535F540017E0BF /* valid-dns-name.cer */; };
  137. 4CF627301BA7CC300011A099 /* valid-uri.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C531B535F540017E0BF /* valid-uri.cer */; };
  138. 4CF627311BA7CC300011A099 /* intermediate-ca-disig.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C5E1B535F6D0017E0BF /* intermediate-ca-disig.cer */; };
  139. 4CF627321BA7CC300011A099 /* root-ca-disig.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C5F1B535F6D0017E0BF /* root-ca-disig.cer */; };
  140. 4CF627331BA7CC300011A099 /* testssl-expire.disig.sk.cer in Resources */ = {isa = PBXBuildFile; fileRef = 4C812C601B535F6D0017E0BF /* testssl-expire.disig.sk.cer */; };
  141. 4CF627341BA7CC300011A099 /* rainbow.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 4C33A1231B5207DB00873DFF /* rainbow.jpg */; };
  142. 4CF627351BA7CC300011A099 /* unicorn.png in Resources */ = {isa = PBXBuildFile; fileRef = 4C33A1241B5207DB00873DFF /* unicorn.png */; };
  143. 4DD67C241A5C58FB00ED2280 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
  144. 4DD67C251A5C590000ED2280 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
  145. 8035DB621BAB492500466CB3 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8111E3319A95C8B0040E7D1 /* Alamofire.framework */; };
  146. B39E2F951C1A744F002DA1A9 /* certDER.cer in Resources */ = {isa = PBXBuildFile; fileRef = B39E2F831C1A72F8002DA1A9 /* certDER.cer */; };
  147. B39E2F961C1A744F002DA1A9 /* certDER.crt in Resources */ = {isa = PBXBuildFile; fileRef = B39E2F841C1A72F8002DA1A9 /* certDER.crt */; };
  148. B39E2F971C1A744F002DA1A9 /* certDER.der in Resources */ = {isa = PBXBuildFile; fileRef = B39E2F851C1A72F8002DA1A9 /* certDER.der */; };
  149. B39E2F981C1A744F002DA1A9 /* certPEM.cer in Resources */ = {isa = PBXBuildFile; fileRef = B39E2F861C1A72F8002DA1A9 /* certPEM.cer */; };
  150. B39E2F991C1A744F002DA1A9 /* certPEM.crt in Resources */ = {isa = PBXBuildFile; fileRef = B39E2F871C1A72F8002DA1A9 /* certPEM.crt */; };
  151. B39E2F9B1C1A744F002DA1A9 /* randomGibberish.crt in Resources */ = {isa = PBXBuildFile; fileRef = B39E2F891C1A72F8002DA1A9 /* randomGibberish.crt */; };
  152. B39E2F9C1C1A744F002DA1A9 /* keyDER.der in Resources */ = {isa = PBXBuildFile; fileRef = B39E2F8A1C1A72F8002DA1A9 /* keyDER.der */; };
  153. E4202FCF1B667AA100C997FB /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */; };
  154. E4202FD01B667AA100C997FB /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
  155. E4202FD11B667AA100C997FB /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C391AF899EC00BABAE5 /* Request.swift */; };
  156. E4202FD21B667AA100C997FB /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */; };
  157. E4202FD31B667AA100C997FB /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C361AF8932A00BABAE5 /* Manager.swift */; };
  158. E4202FD41B667AA100C997FB /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
  159. E4202FD51B667AA100C997FB /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */; };
  160. E4202FD61B667AA100C997FB /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */; };
  161. E4202FD71B667AA100C997FB /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */; };
  162. E4202FD81B667AA100C997FB /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C421AF89F0900BABAE5 /* Validation.swift */; };
  163. F8111E3919A95C8B0040E7D1 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
  164. F8111E6019A9674D0040E7D1 /* DownloadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */; };
  165. F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
  166. F8111E6419A9674D0040E7D1 /* UploadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5F19A9674D0040E7D1 /* UploadTests.swift */; };
  167. F829C6B81A7A94F100A2CD59 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */; };
  168. F829C6BE1A7A950600A2CD59 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
  169. F829C6BF1A7A950600A2CD59 /* RequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5D19A9674D0040E7D1 /* RequestTests.swift */; };
  170. F829C6C01A7A950600A2CD59 /* ManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8D1C6F419D52968002E74FE /* ManagerTests.swift */; };
  171. F829C6C11A7A950600A2CD59 /* ResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */; };
  172. F829C6C21A7A950600A2CD59 /* UploadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5F19A9674D0040E7D1 /* UploadTests.swift */; };
  173. F829C6C31A7A950600A2CD59 /* DownloadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */; };
  174. F829C6C41A7A950600A2CD59 /* AuthenticationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */; };
  175. F829C6C51A7A950600A2CD59 /* ValidationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */; };
  176. F86AEFE71AE6A312007D9C76 /* TLSEvaluationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */; };
  177. F86AEFE81AE6A315007D9C76 /* TLSEvaluationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */; };
  178. F8858DDD19A96B4300F55F93 /* RequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5D19A9674D0040E7D1 /* RequestTests.swift */; };
  179. F8858DDE19A96B4400F55F93 /* ResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */; };
  180. F897FF4119AA800700AB5182 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
  181. F8AE910219D28DCC0078C7B2 /* ValidationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */; };
  182. F8D1C6F519D52968002E74FE /* ManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8D1C6F419D52968002E74FE /* ManagerTests.swift */; };
  183. F8E6024519CB46A800A3E7F1 /* AuthenticationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */; };
  184. /* End PBXBuildFile section */
  185. /* Begin PBXContainerItemProxy section */
  186. 4CF626FA1BA7CB3E0011A099 /* PBXContainerItemProxy */ = {
  187. isa = PBXContainerItemProxy;
  188. containerPortal = F8111E2A19A95C8B0040E7D1 /* Project object */;
  189. proxyType = 1;
  190. remoteGlobalIDString = 4CF626EE1BA7CB3E0011A099;
  191. remoteInfo = "Alamofire tvOS";
  192. };
  193. F8111E6519A967880040E7D1 /* PBXContainerItemProxy */ = {
  194. isa = PBXContainerItemProxy;
  195. containerPortal = F8111E2A19A95C8B0040E7D1 /* Project object */;
  196. proxyType = 1;
  197. remoteGlobalIDString = F8111E3219A95C8B0040E7D1;
  198. remoteInfo = Alamofire;
  199. };
  200. F829C6B91A7A94F100A2CD59 /* PBXContainerItemProxy */ = {
  201. isa = PBXContainerItemProxy;
  202. containerPortal = F8111E2A19A95C8B0040E7D1 /* Project object */;
  203. proxyType = 1;
  204. remoteGlobalIDString = 4DD67C0A1A5C55C900ED2280;
  205. remoteInfo = "Alamofire OSX";
  206. };
  207. /* End PBXContainerItemProxy section */
  208. /* Begin PBXFileReference section */
  209. 4C0B58381B747A4400C0B99C /* ResponseSerializationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseSerializationTests.swift; sourceTree = "<group>"; };
  210. 4C0B62501BB1001C009302D3 /* Response.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Response.swift; sourceTree = "<group>"; };
  211. 4C0E02681BF99A18004E7F18 /* Info-tvOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Info-tvOS.plist"; path = "Source/Info-tvOS.plist"; sourceTree = SOURCE_ROOT; };
  212. 4C0E5BF71B673D3400816CCC /* Result.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Result.swift; sourceTree = "<group>"; };
  213. 4C1DC8531B68908E00476DE3 /* Error.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Error.swift; sourceTree = "<group>"; };
  214. 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipartFormData.swift; sourceTree = "<group>"; };
  215. 4C256A501B096C2C0065714F /* BaseTestCase.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaseTestCase.swift; sourceTree = "<group>"; };
  216. 4C3238E61B3604DB00FE04AE /* MultipartFormDataTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultipartFormDataTests.swift; sourceTree = "<group>"; };
  217. 4C33A1231B5207DB00873DFF /* rainbow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rainbow.jpg; sourceTree = "<group>"; };
  218. 4C33A1241B5207DB00873DFF /* unicorn.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = unicorn.png; sourceTree = "<group>"; };
  219. 4C33A1421B52089C00873DFF /* ServerTrustPolicyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ServerTrustPolicyTests.swift; sourceTree = "<group>"; };
  220. 4C341BB91B1A865A00C1B34D /* CacheTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CacheTests.swift; sourceTree = "<group>"; };
  221. 4C4CBE7A1BAF700C0024D659 /* String+AlamofireTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+AlamofireTests.swift"; sourceTree = "<group>"; };
  222. 4C7C8D211B9D0D9000948136 /* NSURLSessionConfiguration+AlamofireTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSURLSessionConfiguration+AlamofireTests.swift"; sourceTree = "<group>"; };
  223. 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ServerTrustPolicy.swift; sourceTree = "<group>"; };
  224. 4C812C3A1B535F220017E0BF /* alamofire-root-ca.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "alamofire-root-ca.cer"; path = "alamofire.org/alamofire-root-ca.cer"; sourceTree = "<group>"; };
  225. 4C812C3D1B535F2E0017E0BF /* alamofire-signing-ca1.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "alamofire-signing-ca1.cer"; path = "alamofire.org/alamofire-signing-ca1.cer"; sourceTree = "<group>"; };
  226. 4C812C3E1B535F2E0017E0BF /* alamofire-signing-ca2.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "alamofire-signing-ca2.cer"; path = "alamofire.org/alamofire-signing-ca2.cer"; sourceTree = "<group>"; };
  227. 4C812C431B535F400017E0BF /* wildcard.alamofire.org.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = wildcard.alamofire.org.cer; path = alamofire.org/wildcard.alamofire.org.cer; sourceTree = "<group>"; };
  228. 4C812C441B535F400017E0BF /* multiple-dns-names.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "multiple-dns-names.cer"; path = "alamofire.org/multiple-dns-names.cer"; sourceTree = "<group>"; };
  229. 4C812C451B535F400017E0BF /* signed-by-ca1.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "signed-by-ca1.cer"; path = "alamofire.org/signed-by-ca1.cer"; sourceTree = "<group>"; };
  230. 4C812C461B535F400017E0BF /* test.alamofire.org.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = test.alamofire.org.cer; path = alamofire.org/test.alamofire.org.cer; sourceTree = "<group>"; };
  231. 4C812C4F1B535F540017E0BF /* expired.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = expired.cer; path = alamofire.org/expired.cer; sourceTree = "<group>"; };
  232. 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>"; };
  233. 4C812C511B535F540017E0BF /* signed-by-ca2.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "signed-by-ca2.cer"; path = "alamofire.org/signed-by-ca2.cer"; sourceTree = "<group>"; };
  234. 4C812C521B535F540017E0BF /* valid-dns-name.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "valid-dns-name.cer"; path = "alamofire.org/valid-dns-name.cer"; sourceTree = "<group>"; };
  235. 4C812C531B535F540017E0BF /* valid-uri.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "valid-uri.cer"; path = "alamofire.org/valid-uri.cer"; sourceTree = "<group>"; };
  236. 4C812C5E1B535F6D0017E0BF /* intermediate-ca-disig.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "intermediate-ca-disig.cer"; path = "disig.sk/intermediate-ca-disig.cer"; sourceTree = "<group>"; };
  237. 4C812C5F1B535F6D0017E0BF /* root-ca-disig.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = "root-ca-disig.cer"; path = "disig.sk/root-ca-disig.cer"; sourceTree = "<group>"; };
  238. 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>"; };
  239. 4C83F41A1B749E0E00203445 /* Stream.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Stream.swift; sourceTree = "<group>"; };
  240. 4CA028C41B7466C500C84163 /* ResultTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResultTests.swift; sourceTree = "<group>"; };
  241. 4CCFA7991B2BE71600B6F460 /* URLProtocolTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = URLProtocolTests.swift; sourceTree = "<group>"; };
  242. 4CDE2C361AF8932A00BABAE5 /* Manager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Manager.swift; sourceTree = "<group>"; };
  243. 4CDE2C391AF899EC00BABAE5 /* Request.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Request.swift; sourceTree = "<group>"; };
  244. 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Download.swift; sourceTree = "<group>"; };
  245. 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Upload.swift; sourceTree = "<group>"; };
  246. 4CDE2C421AF89F0900BABAE5 /* Validation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Validation.swift; sourceTree = "<group>"; };
  247. 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseSerialization.swift; sourceTree = "<group>"; };
  248. 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParameterEncoding.swift; sourceTree = "<group>"; };
  249. 4CF626EF1BA7CB3E0011A099 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  250. 4CF626F81BA7CB3E0011A099 /* Alamofire tvOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Alamofire tvOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  251. 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  252. 72998D721BF26173006D3F69 /* Info-tvOS.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = "<group>"; };
  253. B39E2F831C1A72F8002DA1A9 /* certDER.cer */ = {isa = PBXFileReference; lastKnownFileType = file; name = certDER.cer; path = selfSignedAndMalformedCerts/certDER.cer; sourceTree = "<group>"; };
  254. B39E2F841C1A72F8002DA1A9 /* certDER.crt */ = {isa = PBXFileReference; lastKnownFileType = file; name = certDER.crt; path = selfSignedAndMalformedCerts/certDER.crt; sourceTree = "<group>"; };
  255. B39E2F851C1A72F8002DA1A9 /* certDER.der */ = {isa = PBXFileReference; lastKnownFileType = file; name = certDER.der; path = selfSignedAndMalformedCerts/certDER.der; sourceTree = "<group>"; };
  256. B39E2F861C1A72F8002DA1A9 /* certPEM.cer */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = certPEM.cer; path = selfSignedAndMalformedCerts/certPEM.cer; sourceTree = "<group>"; };
  257. B39E2F871C1A72F8002DA1A9 /* certPEM.crt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = certPEM.crt; path = selfSignedAndMalformedCerts/certPEM.crt; sourceTree = "<group>"; };
  258. B39E2F891C1A72F8002DA1A9 /* randomGibberish.crt */ = {isa = PBXFileReference; lastKnownFileType = file; name = randomGibberish.crt; path = selfSignedAndMalformedCerts/randomGibberish.crt; sourceTree = "<group>"; };
  259. B39E2F8A1C1A72F8002DA1A9 /* keyDER.der */ = {isa = PBXFileReference; lastKnownFileType = file; name = keyDER.der; path = selfSignedAndMalformedCerts/keyDER.der; sourceTree = "<group>"; };
  260. E4202FE01B667AA100C997FB /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  261. F8111E3319A95C8B0040E7D1 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  262. F8111E3719A95C8B0040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  263. F8111E3819A95C8B0040E7D1 /* Alamofire.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Alamofire.h; sourceTree = "<group>"; };
  264. F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Alamofire iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  265. F8111E4119A95C8B0040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  266. F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadTests.swift; sourceTree = "<group>"; };
  267. F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParameterEncodingTests.swift; sourceTree = "<group>"; };
  268. F8111E5D19A9674D0040E7D1 /* RequestTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestTests.swift; sourceTree = "<group>"; };
  269. F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseTests.swift; sourceTree = "<group>"; };
  270. F8111E5F19A9674D0040E7D1 /* UploadTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadTests.swift; sourceTree = "<group>"; };
  271. F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Alamofire OSX Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  272. F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TLSEvaluationTests.swift; sourceTree = "<group>"; };
  273. F897FF4019AA800700AB5182 /* Alamofire.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Alamofire.swift; sourceTree = "<group>"; };
  274. F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ValidationTests.swift; sourceTree = "<group>"; };
  275. F8D1C6F419D52968002E74FE /* ManagerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManagerTests.swift; sourceTree = "<group>"; };
  276. F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationTests.swift; sourceTree = "<group>"; };
  277. /* End PBXFileReference section */
  278. /* Begin PBXFrameworksBuildPhase section */
  279. 4CF626EB1BA7CB3E0011A099 /* Frameworks */ = {
  280. isa = PBXFrameworksBuildPhase;
  281. buildActionMask = 2147483647;
  282. files = (
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. };
  286. 4CF626F51BA7CB3E0011A099 /* Frameworks */ = {
  287. isa = PBXFrameworksBuildPhase;
  288. buildActionMask = 2147483647;
  289. files = (
  290. 4CF626F91BA7CB3E0011A099 /* Alamofire.framework in Frameworks */,
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. };
  294. 4DD67C071A5C55C900ED2280 /* Frameworks */ = {
  295. isa = PBXFrameworksBuildPhase;
  296. buildActionMask = 2147483647;
  297. files = (
  298. );
  299. runOnlyForDeploymentPostprocessing = 0;
  300. };
  301. E4202FD91B667AA100C997FB /* Frameworks */ = {
  302. isa = PBXFrameworksBuildPhase;
  303. buildActionMask = 2147483647;
  304. files = (
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. };
  308. F8111E2F19A95C8B0040E7D1 /* Frameworks */ = {
  309. isa = PBXFrameworksBuildPhase;
  310. buildActionMask = 2147483647;
  311. files = (
  312. );
  313. runOnlyForDeploymentPostprocessing = 0;
  314. };
  315. F8111E3B19A95C8B0040E7D1 /* Frameworks */ = {
  316. isa = PBXFrameworksBuildPhase;
  317. buildActionMask = 2147483647;
  318. files = (
  319. 8035DB621BAB492500466CB3 /* Alamofire.framework in Frameworks */,
  320. );
  321. runOnlyForDeploymentPostprocessing = 0;
  322. };
  323. F829C6AF1A7A94F100A2CD59 /* Frameworks */ = {
  324. isa = PBXFrameworksBuildPhase;
  325. buildActionMask = 2147483647;
  326. files = (
  327. F829C6B81A7A94F100A2CD59 /* Alamofire.framework in Frameworks */,
  328. );
  329. runOnlyForDeploymentPostprocessing = 0;
  330. };
  331. /* End PBXFrameworksBuildPhase section */
  332. /* Begin PBXGroup section */
  333. 4C256A4E1B09656A0065714F /* Core */ = {
  334. isa = PBXGroup;
  335. children = (
  336. F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */,
  337. F8D1C6F419D52968002E74FE /* ManagerTests.swift */,
  338. F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */,
  339. F8111E5D19A9674D0040E7D1 /* RequestTests.swift */,
  340. F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */,
  341. 4CA028C41B7466C500C84163 /* ResultTests.swift */,
  342. );
  343. name = Core;
  344. sourceTree = "<group>";
  345. };
  346. 4C256A4F1B09656E0065714F /* Features */ = {
  347. isa = PBXGroup;
  348. children = (
  349. 4C341BB91B1A865A00C1B34D /* CacheTests.swift */,
  350. F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */,
  351. 4C3238E61B3604DB00FE04AE /* MultipartFormDataTests.swift */,
  352. 4C0B58381B747A4400C0B99C /* ResponseSerializationTests.swift */,
  353. 4C33A1421B52089C00873DFF /* ServerTrustPolicyTests.swift */,
  354. F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */,
  355. F8111E5F19A9674D0040E7D1 /* UploadTests.swift */,
  356. 4CCFA7991B2BE71600B6F460 /* URLProtocolTests.swift */,
  357. F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */,
  358. );
  359. name = Features;
  360. sourceTree = "<group>";
  361. };
  362. 4C3238E91B3617A600FE04AE /* Resources */ = {
  363. isa = PBXGroup;
  364. children = (
  365. 4C33A1171B5207DB00873DFF /* Certificates */,
  366. 4C33A1221B5207DB00873DFF /* Images */,
  367. );
  368. name = Resources;
  369. sourceTree = "<group>";
  370. };
  371. 4C33A1171B5207DB00873DFF /* Certificates */ = {
  372. isa = PBXGroup;
  373. children = (
  374. B39E2F821C1A72E5002DA1A9 /* Varying Encoding Types and Extensions */,
  375. 4C812C391B535F060017E0BF /* alamofire.org */,
  376. 4C812C381B535F000017E0BF /* disig.sk */,
  377. );
  378. name = Certificates;
  379. path = Resources/Certificates;
  380. sourceTree = "<group>";
  381. };
  382. 4C33A1221B5207DB00873DFF /* Images */ = {
  383. isa = PBXGroup;
  384. children = (
  385. 4C33A1231B5207DB00873DFF /* rainbow.jpg */,
  386. 4C33A1241B5207DB00873DFF /* unicorn.png */,
  387. );
  388. name = Images;
  389. path = Resources/Images;
  390. sourceTree = "<group>";
  391. };
  392. 4C33A13D1B52080800873DFF /* Root */ = {
  393. isa = PBXGroup;
  394. children = (
  395. 4C812C3A1B535F220017E0BF /* alamofire-root-ca.cer */,
  396. );
  397. name = Root;
  398. sourceTree = "<group>";
  399. };
  400. 4C33A13E1B52081100873DFF /* Intermediate */ = {
  401. isa = PBXGroup;
  402. children = (
  403. 4C812C3D1B535F2E0017E0BF /* alamofire-signing-ca1.cer */,
  404. 4C812C3E1B535F2E0017E0BF /* alamofire-signing-ca2.cer */,
  405. );
  406. name = Intermediate;
  407. sourceTree = "<group>";
  408. };
  409. 4C33A13F1B52081A00873DFF /* Leaf */ = {
  410. isa = PBXGroup;
  411. children = (
  412. 4C33A1401B52084400873DFF /* Signed by CA1 */,
  413. 4C33A1411B52084E00873DFF /* Signed by CA2 */,
  414. );
  415. name = Leaf;
  416. sourceTree = "<group>";
  417. };
  418. 4C33A1401B52084400873DFF /* Signed by CA1 */ = {
  419. isa = PBXGroup;
  420. children = (
  421. 4C812C441B535F400017E0BF /* multiple-dns-names.cer */,
  422. 4C812C451B535F400017E0BF /* signed-by-ca1.cer */,
  423. 4C812C461B535F400017E0BF /* test.alamofire.org.cer */,
  424. 4C812C431B535F400017E0BF /* wildcard.alamofire.org.cer */,
  425. );
  426. name = "Signed by CA1";
  427. sourceTree = "<group>";
  428. };
  429. 4C33A1411B52084E00873DFF /* Signed by CA2 */ = {
  430. isa = PBXGroup;
  431. children = (
  432. 4C812C4F1B535F540017E0BF /* expired.cer */,
  433. 4C812C501B535F540017E0BF /* missing-dns-name-and-uri.cer */,
  434. 4C812C511B535F540017E0BF /* signed-by-ca2.cer */,
  435. 4C812C521B535F540017E0BF /* valid-dns-name.cer */,
  436. 4C812C531B535F540017E0BF /* valid-uri.cer */,
  437. );
  438. name = "Signed by CA2";
  439. sourceTree = "<group>";
  440. };
  441. 4C7C8D201B9D0D7300948136 /* Extensions */ = {
  442. isa = PBXGroup;
  443. children = (
  444. 4C7C8D211B9D0D9000948136 /* NSURLSessionConfiguration+AlamofireTests.swift */,
  445. 4C4CBE7A1BAF700C0024D659 /* String+AlamofireTests.swift */,
  446. );
  447. name = Extensions;
  448. sourceTree = "<group>";
  449. };
  450. 4C812C381B535F000017E0BF /* disig.sk */ = {
  451. isa = PBXGroup;
  452. children = (
  453. 4C812C5E1B535F6D0017E0BF /* intermediate-ca-disig.cer */,
  454. 4C812C5F1B535F6D0017E0BF /* root-ca-disig.cer */,
  455. 4C812C601B535F6D0017E0BF /* testssl-expire.disig.sk.cer */,
  456. );
  457. name = disig.sk;
  458. sourceTree = "<group>";
  459. };
  460. 4C812C391B535F060017E0BF /* alamofire.org */ = {
  461. isa = PBXGroup;
  462. children = (
  463. 4C33A13D1B52080800873DFF /* Root */,
  464. 4C33A13E1B52081100873DFF /* Intermediate */,
  465. 4C33A13F1B52081A00873DFF /* Leaf */,
  466. );
  467. name = alamofire.org;
  468. sourceTree = "<group>";
  469. };
  470. 4CDE2C481AF8A14A00BABAE5 /* Core */ = {
  471. isa = PBXGroup;
  472. children = (
  473. 4C1DC8531B68908E00476DE3 /* Error.swift */,
  474. 4CDE2C361AF8932A00BABAE5 /* Manager.swift */,
  475. 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */,
  476. 4CDE2C391AF899EC00BABAE5 /* Request.swift */,
  477. 4C0B62501BB1001C009302D3 /* Response.swift */,
  478. 4C0E5BF71B673D3400816CCC /* Result.swift */,
  479. );
  480. name = Core;
  481. sourceTree = "<group>";
  482. };
  483. 4CDE2C491AF8A14E00BABAE5 /* Features */ = {
  484. isa = PBXGroup;
  485. children = (
  486. 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */,
  487. 4C23EB421B327C5B0090E0BC /* MultipartFormData.swift */,
  488. 4CDE2C451AF89FF300BABAE5 /* ResponseSerialization.swift */,
  489. 4C811F8C1B51856D00E0F59A /* ServerTrustPolicy.swift */,
  490. 4C83F41A1B749E0E00203445 /* Stream.swift */,
  491. 4CDE2C3F1AF89E0700BABAE5 /* Upload.swift */,
  492. 4CDE2C421AF89F0900BABAE5 /* Validation.swift */,
  493. );
  494. name = Features;
  495. sourceTree = "<group>";
  496. };
  497. B39E2F821C1A72E5002DA1A9 /* Varying Encoding Types and Extensions */ = {
  498. isa = PBXGroup;
  499. children = (
  500. B39E2F831C1A72F8002DA1A9 /* certDER.cer */,
  501. B39E2F841C1A72F8002DA1A9 /* certDER.crt */,
  502. B39E2F851C1A72F8002DA1A9 /* certDER.der */,
  503. B39E2F861C1A72F8002DA1A9 /* certPEM.cer */,
  504. B39E2F871C1A72F8002DA1A9 /* certPEM.crt */,
  505. B39E2F891C1A72F8002DA1A9 /* randomGibberish.crt */,
  506. B39E2F8A1C1A72F8002DA1A9 /* keyDER.der */,
  507. );
  508. name = "Varying Encoding Types and Extensions";
  509. sourceTree = "<group>";
  510. };
  511. F8111E2919A95C8B0040E7D1 = {
  512. isa = PBXGroup;
  513. children = (
  514. F8111E3519A95C8B0040E7D1 /* Source */,
  515. F8111E3F19A95C8B0040E7D1 /* Tests */,
  516. F8111E3419A95C8B0040E7D1 /* Products */,
  517. );
  518. sourceTree = "<group>";
  519. };
  520. F8111E3419A95C8B0040E7D1 /* Products */ = {
  521. isa = PBXGroup;
  522. children = (
  523. F8111E3319A95C8B0040E7D1 /* Alamofire.framework */,
  524. F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */,
  525. 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */,
  526. F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */,
  527. E4202FE01B667AA100C997FB /* Alamofire.framework */,
  528. 4CF626EF1BA7CB3E0011A099 /* Alamofire.framework */,
  529. 4CF626F81BA7CB3E0011A099 /* Alamofire tvOS Tests.xctest */,
  530. );
  531. name = Products;
  532. sourceTree = "<group>";
  533. };
  534. F8111E3519A95C8B0040E7D1 /* Source */ = {
  535. isa = PBXGroup;
  536. children = (
  537. F897FF4019AA800700AB5182 /* Alamofire.swift */,
  538. 4CDE2C481AF8A14A00BABAE5 /* Core */,
  539. 4CDE2C491AF8A14E00BABAE5 /* Features */,
  540. F8111E3619A95C8B0040E7D1 /* Supporting Files */,
  541. );
  542. path = Source;
  543. sourceTree = "<group>";
  544. };
  545. F8111E3619A95C8B0040E7D1 /* Supporting Files */ = {
  546. isa = PBXGroup;
  547. children = (
  548. F8111E3819A95C8B0040E7D1 /* Alamofire.h */,
  549. F8111E3719A95C8B0040E7D1 /* Info.plist */,
  550. 72998D721BF26173006D3F69 /* Info-tvOS.plist */,
  551. );
  552. name = "Supporting Files";
  553. sourceTree = "<group>";
  554. };
  555. F8111E3F19A95C8B0040E7D1 /* Tests */ = {
  556. isa = PBXGroup;
  557. children = (
  558. 4C256A501B096C2C0065714F /* BaseTestCase.swift */,
  559. 4C256A4E1B09656A0065714F /* Core */,
  560. 4C7C8D201B9D0D7300948136 /* Extensions */,
  561. 4C256A4F1B09656E0065714F /* Features */,
  562. 4C3238E91B3617A600FE04AE /* Resources */,
  563. F8111E4019A95C8B0040E7D1 /* Supporting Files */,
  564. );
  565. path = Tests;
  566. sourceTree = "<group>";
  567. };
  568. F8111E4019A95C8B0040E7D1 /* Supporting Files */ = {
  569. isa = PBXGroup;
  570. children = (
  571. F8111E4119A95C8B0040E7D1 /* Info.plist */,
  572. 4C0E02681BF99A18004E7F18 /* Info-tvOS.plist */,
  573. );
  574. name = "Supporting Files";
  575. sourceTree = "<group>";
  576. };
  577. /* End PBXGroup section */
  578. /* Begin PBXHeadersBuildPhase section */
  579. 4CF626EC1BA7CB3E0011A099 /* Headers */ = {
  580. isa = PBXHeadersBuildPhase;
  581. buildActionMask = 2147483647;
  582. files = (
  583. 4CF627061BA7CBE30011A099 /* Alamofire.h in Headers */,
  584. );
  585. runOnlyForDeploymentPostprocessing = 0;
  586. };
  587. 4DD67C081A5C55C900ED2280 /* Headers */ = {
  588. isa = PBXHeadersBuildPhase;
  589. buildActionMask = 2147483647;
  590. files = (
  591. 4DD67C241A5C58FB00ED2280 /* Alamofire.h in Headers */,
  592. );
  593. runOnlyForDeploymentPostprocessing = 0;
  594. };
  595. E4202FDA1B667AA100C997FB /* Headers */ = {
  596. isa = PBXHeadersBuildPhase;
  597. buildActionMask = 2147483647;
  598. files = (
  599. 4CEC605C1B745C9B00E684F4 /* Alamofire.h in Headers */,
  600. );
  601. runOnlyForDeploymentPostprocessing = 0;
  602. };
  603. F8111E3019A95C8B0040E7D1 /* Headers */ = {
  604. isa = PBXHeadersBuildPhase;
  605. buildActionMask = 2147483647;
  606. files = (
  607. F8111E3919A95C8B0040E7D1 /* Alamofire.h in Headers */,
  608. );
  609. runOnlyForDeploymentPostprocessing = 0;
  610. };
  611. /* End PBXHeadersBuildPhase section */
  612. /* Begin PBXNativeTarget section */
  613. 4CF626EE1BA7CB3E0011A099 /* Alamofire tvOS */ = {
  614. isa = PBXNativeTarget;
  615. buildConfigurationList = 4CF627041BA7CB3E0011A099 /* Build configuration list for PBXNativeTarget "Alamofire tvOS" */;
  616. buildPhases = (
  617. 4CF626EA1BA7CB3E0011A099 /* Sources */,
  618. 4CF626EB1BA7CB3E0011A099 /* Frameworks */,
  619. 4CF626EC1BA7CB3E0011A099 /* Headers */,
  620. 4CF626ED1BA7CB3E0011A099 /* Resources */,
  621. );
  622. buildRules = (
  623. );
  624. dependencies = (
  625. );
  626. name = "Alamofire tvOS";
  627. productName = "Alamofire tvOS";
  628. productReference = 4CF626EF1BA7CB3E0011A099 /* Alamofire.framework */;
  629. productType = "com.apple.product-type.framework";
  630. };
  631. 4CF626F71BA7CB3E0011A099 /* Alamofire tvOS Tests */ = {
  632. isa = PBXNativeTarget;
  633. buildConfigurationList = 4CF627051BA7CB3E0011A099 /* Build configuration list for PBXNativeTarget "Alamofire tvOS Tests" */;
  634. buildPhases = (
  635. 4CF626F41BA7CB3E0011A099 /* Sources */,
  636. 4CF626F51BA7CB3E0011A099 /* Frameworks */,
  637. 4CF626F61BA7CB3E0011A099 /* Resources */,
  638. );
  639. buildRules = (
  640. );
  641. dependencies = (
  642. 4CF626FB1BA7CB3E0011A099 /* PBXTargetDependency */,
  643. );
  644. name = "Alamofire tvOS Tests";
  645. productName = "Alamofire tvOSTests";
  646. productReference = 4CF626F81BA7CB3E0011A099 /* Alamofire tvOS Tests.xctest */;
  647. productType = "com.apple.product-type.bundle.unit-test";
  648. };
  649. 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */ = {
  650. isa = PBXNativeTarget;
  651. buildConfigurationList = 4DD67C1E1A5C55C900ED2280 /* Build configuration list for PBXNativeTarget "Alamofire OSX" */;
  652. buildPhases = (
  653. 4DD67C061A5C55C900ED2280 /* Sources */,
  654. 4DD67C071A5C55C900ED2280 /* Frameworks */,
  655. 4DD67C081A5C55C900ED2280 /* Headers */,
  656. 4DD67C091A5C55C900ED2280 /* Resources */,
  657. );
  658. buildRules = (
  659. );
  660. dependencies = (
  661. );
  662. name = "Alamofire OSX";
  663. productName = AlamofireOSX;
  664. productReference = 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */;
  665. productType = "com.apple.product-type.framework";
  666. };
  667. E4202FCD1B667AA100C997FB /* Alamofire watchOS */ = {
  668. isa = PBXNativeTarget;
  669. buildConfigurationList = E4202FDD1B667AA100C997FB /* Build configuration list for PBXNativeTarget "Alamofire watchOS" */;
  670. buildPhases = (
  671. E4202FCE1B667AA100C997FB /* Sources */,
  672. E4202FD91B667AA100C997FB /* Frameworks */,
  673. E4202FDA1B667AA100C997FB /* Headers */,
  674. E4202FDC1B667AA100C997FB /* Resources */,
  675. );
  676. buildRules = (
  677. );
  678. dependencies = (
  679. );
  680. name = "Alamofire watchOS";
  681. productName = Alamofire;
  682. productReference = E4202FE01B667AA100C997FB /* Alamofire.framework */;
  683. productType = "com.apple.product-type.framework";
  684. };
  685. F8111E3219A95C8B0040E7D1 /* Alamofire iOS */ = {
  686. isa = PBXNativeTarget;
  687. buildConfigurationList = F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */;
  688. buildPhases = (
  689. F8111E2E19A95C8B0040E7D1 /* Sources */,
  690. F8111E2F19A95C8B0040E7D1 /* Frameworks */,
  691. F8111E3019A95C8B0040E7D1 /* Headers */,
  692. F8111E3119A95C8B0040E7D1 /* Resources */,
  693. );
  694. buildRules = (
  695. );
  696. dependencies = (
  697. );
  698. name = "Alamofire iOS";
  699. productName = Alamofire;
  700. productReference = F8111E3319A95C8B0040E7D1 /* Alamofire.framework */;
  701. productType = "com.apple.product-type.framework";
  702. };
  703. F8111E3D19A95C8B0040E7D1 /* Alamofire iOS Tests */ = {
  704. isa = PBXNativeTarget;
  705. buildConfigurationList = F8111E4919A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS Tests" */;
  706. buildPhases = (
  707. F8111E3A19A95C8B0040E7D1 /* Sources */,
  708. F8111E3B19A95C8B0040E7D1 /* Frameworks */,
  709. F8111E3C19A95C8B0040E7D1 /* Resources */,
  710. );
  711. buildRules = (
  712. );
  713. dependencies = (
  714. F8111E6619A967880040E7D1 /* PBXTargetDependency */,
  715. );
  716. name = "Alamofire iOS Tests";
  717. productName = AlamofireTests;
  718. productReference = F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */;
  719. productType = "com.apple.product-type.bundle.unit-test";
  720. };
  721. F829C6B11A7A94F100A2CD59 /* Alamofire OSX Tests */ = {
  722. isa = PBXNativeTarget;
  723. buildConfigurationList = F829C6BB1A7A94F100A2CD59 /* Build configuration list for PBXNativeTarget "Alamofire OSX Tests" */;
  724. buildPhases = (
  725. F829C6AE1A7A94F100A2CD59 /* Sources */,
  726. F829C6AF1A7A94F100A2CD59 /* Frameworks */,
  727. F829C6B01A7A94F100A2CD59 /* Resources */,
  728. );
  729. buildRules = (
  730. );
  731. dependencies = (
  732. F829C6BA1A7A94F100A2CD59 /* PBXTargetDependency */,
  733. );
  734. name = "Alamofire OSX Tests";
  735. productName = "Alamofire OSX Tests";
  736. productReference = F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */;
  737. productType = "com.apple.product-type.bundle.unit-test";
  738. };
  739. /* End PBXNativeTarget section */
  740. /* Begin PBXProject section */
  741. F8111E2A19A95C8B0040E7D1 /* Project object */ = {
  742. isa = PBXProject;
  743. attributes = {
  744. LastSwiftUpdateCheck = 0700;
  745. LastUpgradeCheck = 0700;
  746. ORGANIZATIONNAME = Alamofire;
  747. TargetAttributes = {
  748. 4CF626EE1BA7CB3E0011A099 = {
  749. CreatedOnToolsVersion = 7.1;
  750. };
  751. 4CF626F71BA7CB3E0011A099 = {
  752. CreatedOnToolsVersion = 7.1;
  753. };
  754. 4DD67C0A1A5C55C900ED2280 = {
  755. CreatedOnToolsVersion = 6.1.1;
  756. };
  757. F8111E3219A95C8B0040E7D1 = {
  758. CreatedOnToolsVersion = 6.0;
  759. };
  760. F8111E3D19A95C8B0040E7D1 = {
  761. CreatedOnToolsVersion = 6.0;
  762. };
  763. F829C6B11A7A94F100A2CD59 = {
  764. CreatedOnToolsVersion = 6.1.1;
  765. };
  766. };
  767. };
  768. buildConfigurationList = F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */;
  769. compatibilityVersion = "Xcode 3.2";
  770. developmentRegion = English;
  771. hasScannedForEncodings = 0;
  772. knownRegions = (
  773. en,
  774. );
  775. mainGroup = F8111E2919A95C8B0040E7D1;
  776. productRefGroup = F8111E3419A95C8B0040E7D1 /* Products */;
  777. projectDirPath = "";
  778. projectRoot = "";
  779. targets = (
  780. F8111E3219A95C8B0040E7D1 /* Alamofire iOS */,
  781. F8111E3D19A95C8B0040E7D1 /* Alamofire iOS Tests */,
  782. 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */,
  783. F829C6B11A7A94F100A2CD59 /* Alamofire OSX Tests */,
  784. 4CF626EE1BA7CB3E0011A099 /* Alamofire tvOS */,
  785. 4CF626F71BA7CB3E0011A099 /* Alamofire tvOS Tests */,
  786. E4202FCD1B667AA100C997FB /* Alamofire watchOS */,
  787. );
  788. };
  789. /* End PBXProject section */
  790. /* Begin PBXResourcesBuildPhase section */
  791. 4CF626ED1BA7CB3E0011A099 /* Resources */ = {
  792. isa = PBXResourcesBuildPhase;
  793. buildActionMask = 2147483647;
  794. files = (
  795. );
  796. runOnlyForDeploymentPostprocessing = 0;
  797. };
  798. 4CF626F61BA7CB3E0011A099 /* Resources */ = {
  799. isa = PBXResourcesBuildPhase;
  800. buildActionMask = 2147483647;
  801. files = (
  802. 4CF627271BA7CC300011A099 /* alamofire-signing-ca2.cer in Resources */,
  803. 4CF627311BA7CC300011A099 /* intermediate-ca-disig.cer in Resources */,
  804. 4CF6272B1BA7CC300011A099 /* wildcard.alamofire.org.cer in Resources */,
  805. 4CF627331BA7CC300011A099 /* testssl-expire.disig.sk.cer in Resources */,
  806. 4CF6272F1BA7CC300011A099 /* valid-dns-name.cer in Resources */,
  807. 4CF627291BA7CC300011A099 /* signed-by-ca1.cer in Resources */,
  808. 4CF627321BA7CC300011A099 /* root-ca-disig.cer in Resources */,
  809. 4CF6272A1BA7CC300011A099 /* test.alamofire.org.cer in Resources */,
  810. 4CF6272E1BA7CC300011A099 /* signed-by-ca2.cer in Resources */,
  811. 4CF6272C1BA7CC300011A099 /* expired.cer in Resources */,
  812. 4CF6272D1BA7CC300011A099 /* missing-dns-name-and-uri.cer in Resources */,
  813. 4CF627281BA7CC300011A099 /* multiple-dns-names.cer in Resources */,
  814. 4CF627341BA7CC300011A099 /* rainbow.jpg in Resources */,
  815. 4CF627251BA7CC300011A099 /* alamofire-root-ca.cer in Resources */,
  816. 4CF627301BA7CC300011A099 /* valid-uri.cer in Resources */,
  817. 4CF627351BA7CC300011A099 /* unicorn.png in Resources */,
  818. 4CF627261BA7CC300011A099 /* alamofire-signing-ca1.cer in Resources */,
  819. );
  820. runOnlyForDeploymentPostprocessing = 0;
  821. };
  822. 4DD67C091A5C55C900ED2280 /* Resources */ = {
  823. isa = PBXResourcesBuildPhase;
  824. buildActionMask = 2147483647;
  825. files = (
  826. );
  827. runOnlyForDeploymentPostprocessing = 0;
  828. };
  829. E4202FDC1B667AA100C997FB /* Resources */ = {
  830. isa = PBXResourcesBuildPhase;
  831. buildActionMask = 2147483647;
  832. files = (
  833. );
  834. runOnlyForDeploymentPostprocessing = 0;
  835. };
  836. F8111E3119A95C8B0040E7D1 /* Resources */ = {
  837. isa = PBXResourcesBuildPhase;
  838. buildActionMask = 2147483647;
  839. files = (
  840. );
  841. runOnlyForDeploymentPostprocessing = 0;
  842. };
  843. F8111E3C19A95C8B0040E7D1 /* Resources */ = {
  844. isa = PBXResourcesBuildPhase;
  845. buildActionMask = 2147483647;
  846. files = (
  847. 4C812C3B1B535F220017E0BF /* alamofire-root-ca.cer in Resources */,
  848. B39E2F971C1A744F002DA1A9 /* certDER.der in Resources */,
  849. 4C812C4B1B535F400017E0BF /* signed-by-ca1.cer in Resources */,
  850. 4C812C541B535F540017E0BF /* expired.cer in Resources */,
  851. 4C812C491B535F400017E0BF /* multiple-dns-names.cer in Resources */,
  852. 4C812C4D1B535F400017E0BF /* test.alamofire.org.cer in Resources */,
  853. B39E2F981C1A744F002DA1A9 /* certPEM.cer in Resources */,
  854. 4C812C411B535F2E0017E0BF /* alamofire-signing-ca2.cer in Resources */,
  855. B39E2F961C1A744F002DA1A9 /* certDER.crt in Resources */,
  856. 4C33A13B1B5207DB00873DFF /* unicorn.png in Resources */,
  857. 4C812C561B535F540017E0BF /* missing-dns-name-and-uri.cer in Resources */,
  858. 4C812C581B535F540017E0BF /* signed-by-ca2.cer in Resources */,
  859. 4C812C651B535F6D0017E0BF /* testssl-expire.disig.sk.cer in Resources */,
  860. B39E2F951C1A744F002DA1A9 /* certDER.cer in Resources */,
  861. 4C812C611B535F6D0017E0BF /* intermediate-ca-disig.cer in Resources */,
  862. 4C33A1391B5207DB00873DFF /* rainbow.jpg in Resources */,
  863. 4C812C631B535F6D0017E0BF /* root-ca-disig.cer in Resources */,
  864. 4C812C5C1B535F540017E0BF /* valid-uri.cer in Resources */,
  865. B39E2F9B1C1A744F002DA1A9 /* randomGibberish.crt in Resources */,
  866. 4C812C3F1B535F2E0017E0BF /* alamofire-signing-ca1.cer in Resources */,
  867. B39E2F9C1C1A744F002DA1A9 /* keyDER.der in Resources */,
  868. 4C812C5A1B535F540017E0BF /* valid-dns-name.cer in Resources */,
  869. B39E2F991C1A744F002DA1A9 /* certPEM.crt in Resources */,
  870. 4C812C471B535F400017E0BF /* wildcard.alamofire.org.cer in Resources */,
  871. );
  872. runOnlyForDeploymentPostprocessing = 0;
  873. };
  874. F829C6B01A7A94F100A2CD59 /* Resources */ = {
  875. isa = PBXResourcesBuildPhase;
  876. buildActionMask = 2147483647;
  877. files = (
  878. 4C812C3C1B535F220017E0BF /* alamofire-root-ca.cer in Resources */,
  879. 4C812C4C1B535F400017E0BF /* signed-by-ca1.cer in Resources */,
  880. 4C812C551B535F540017E0BF /* expired.cer in Resources */,
  881. 4C812C4A1B535F400017E0BF /* multiple-dns-names.cer in Resources */,
  882. 4C812C4E1B535F400017E0BF /* test.alamofire.org.cer in Resources */,
  883. 4C812C421B535F2E0017E0BF /* alamofire-signing-ca2.cer in Resources */,
  884. 4C33A13C1B5207DB00873DFF /* unicorn.png in Resources */,
  885. 4C812C571B535F540017E0BF /* missing-dns-name-and-uri.cer in Resources */,
  886. 4C812C591B535F540017E0BF /* signed-by-ca2.cer in Resources */,
  887. 4C812C661B535F6D0017E0BF /* testssl-expire.disig.sk.cer in Resources */,
  888. 4C812C621B535F6D0017E0BF /* intermediate-ca-disig.cer in Resources */,
  889. 4C33A13A1B5207DB00873DFF /* rainbow.jpg in Resources */,
  890. 4C812C641B535F6D0017E0BF /* root-ca-disig.cer in Resources */,
  891. 4C812C5D1B535F540017E0BF /* valid-uri.cer in Resources */,
  892. 4C812C401B535F2E0017E0BF /* alamofire-signing-ca1.cer in Resources */,
  893. 4C812C5B1B535F540017E0BF /* valid-dns-name.cer in Resources */,
  894. 4C812C481B535F400017E0BF /* wildcard.alamofire.org.cer in Resources */,
  895. );
  896. runOnlyForDeploymentPostprocessing = 0;
  897. };
  898. /* End PBXResourcesBuildPhase section */
  899. /* Begin PBXSourcesBuildPhase section */
  900. 4CF626EA1BA7CB3E0011A099 /* Sources */ = {
  901. isa = PBXSourcesBuildPhase;
  902. buildActionMask = 2147483647;
  903. files = (
  904. 4CF627121BA7CBF60011A099 /* Upload.swift in Sources */,
  905. 4CF627111BA7CBF60011A099 /* Stream.swift in Sources */,
  906. 4CF6270C1BA7CBF60011A099 /* Result.swift in Sources */,
  907. 4CF627081BA7CBF60011A099 /* Error.swift in Sources */,
  908. 4CF627131BA7CBF60011A099 /* Validation.swift in Sources */,
  909. 4CF6270E1BA7CBF60011A099 /* MultipartFormData.swift in Sources */,
  910. 4C80F9F81BB730EF001B46D2 /* Response.swift in Sources */,
  911. 4CF627091BA7CBF60011A099 /* Manager.swift in Sources */,
  912. 4CF6270F1BA7CBF60011A099 /* ResponseSerialization.swift in Sources */,
  913. 4CF6270B1BA7CBF60011A099 /* Request.swift in Sources */,
  914. 4CF6270A1BA7CBF60011A099 /* ParameterEncoding.swift in Sources */,
  915. 4CF627101BA7CBF60011A099 /* ServerTrustPolicy.swift in Sources */,
  916. 4CF6270D1BA7CBF60011A099 /* Download.swift in Sources */,
  917. 4CF627071BA7CBF60011A099 /* Alamofire.swift in Sources */,
  918. );
  919. runOnlyForDeploymentPostprocessing = 0;
  920. };
  921. 4CF626F41BA7CB3E0011A099 /* Sources */ = {
  922. isa = PBXSourcesBuildPhase;
  923. buildActionMask = 2147483647;
  924. files = (
  925. 4CF627181BA7CC240011A099 /* RequestTests.swift in Sources */,
  926. 4CF627211BA7CC240011A099 /* TLSEvaluationTests.swift in Sources */,
  927. 4CF627221BA7CC240011A099 /* UploadTests.swift in Sources */,
  928. 4C80F9F91BB730F6001B46D2 /* String+AlamofireTests.swift in Sources */,
  929. 4CF6271E1BA7CC240011A099 /* MultipartFormDataTests.swift in Sources */,
  930. 4CF627201BA7CC240011A099 /* ServerTrustPolicyTests.swift in Sources */,
  931. 4CF627241BA7CC240011A099 /* ValidationTests.swift in Sources */,
  932. 4CF627141BA7CC240011A099 /* BaseTestCase.swift in Sources */,
  933. 4CF627151BA7CC240011A099 /* AuthenticationTests.swift in Sources */,
  934. 4CF627171BA7CC240011A099 /* ParameterEncodingTests.swift in Sources */,
  935. 4CF627191BA7CC240011A099 /* ResponseTests.swift in Sources */,
  936. 4CF627231BA7CC240011A099 /* URLProtocolTests.swift in Sources */,
  937. 4CF6271C1BA7CC240011A099 /* CacheTests.swift in Sources */,
  938. 4CF627161BA7CC240011A099 /* ManagerTests.swift in Sources */,
  939. 4CF6271A1BA7CC240011A099 /* ResultTests.swift in Sources */,
  940. 4CF6271B1BA7CC240011A099 /* NSURLSessionConfiguration+AlamofireTests.swift in Sources */,
  941. 4CF6271F1BA7CC240011A099 /* ResponseSerializationTests.swift in Sources */,
  942. 4CF6271D1BA7CC240011A099 /* DownloadTests.swift in Sources */,
  943. );
  944. runOnlyForDeploymentPostprocessing = 0;
  945. };
  946. 4DD67C061A5C55C900ED2280 /* Sources */ = {
  947. isa = PBXSourcesBuildPhase;
  948. buildActionMask = 2147483647;
  949. files = (
  950. 4CDE2C411AF89E0700BABAE5 /* Upload.swift in Sources */,
  951. 4CE272501AF88FB500F1D59A /* ParameterEncoding.swift in Sources */,
  952. 4CDE2C3B1AF899EC00BABAE5 /* Request.swift in Sources */,
  953. 4CDE2C471AF89FF300BABAE5 /* ResponseSerialization.swift in Sources */,
  954. 4C1DC8551B68908E00476DE3 /* Error.swift in Sources */,
  955. 4CDE2C381AF8932A00BABAE5 /* Manager.swift in Sources */,
  956. 4C0B62521BB1001C009302D3 /* Response.swift in Sources */,
  957. 4DD67C251A5C590000ED2280 /* Alamofire.swift in Sources */,
  958. 4C23EB441B327C5B0090E0BC /* MultipartFormData.swift in Sources */,
  959. 4C811F8E1B51856D00E0F59A /* ServerTrustPolicy.swift in Sources */,
  960. 4C83F41C1B749E0E00203445 /* Stream.swift in Sources */,
  961. 4CDE2C3E1AF89D4900BABAE5 /* Download.swift in Sources */,
  962. 4CDE2C441AF89F0900BABAE5 /* Validation.swift in Sources */,
  963. 4C0E5BF91B673D3400816CCC /* Result.swift in Sources */,
  964. );
  965. runOnlyForDeploymentPostprocessing = 0;
  966. };
  967. E4202FCE1B667AA100C997FB /* Sources */ = {
  968. isa = PBXSourcesBuildPhase;
  969. buildActionMask = 2147483647;
  970. files = (
  971. E4202FCF1B667AA100C997FB /* Upload.swift in Sources */,
  972. E4202FD01B667AA100C997FB /* ParameterEncoding.swift in Sources */,
  973. E4202FD11B667AA100C997FB /* Request.swift in Sources */,
  974. 4CEC605A1B745C9100E684F4 /* Error.swift in Sources */,
  975. E4202FD21B667AA100C997FB /* ResponseSerialization.swift in Sources */,
  976. E4202FD31B667AA100C997FB /* Manager.swift in Sources */,
  977. 4C0B62531BB1001C009302D3 /* Response.swift in Sources */,
  978. 4CEC605B1B745C9100E684F4 /* Result.swift in Sources */,
  979. E4202FD41B667AA100C997FB /* Alamofire.swift in Sources */,
  980. E4202FD51B667AA100C997FB /* MultipartFormData.swift in Sources */,
  981. 4C83F41D1B749E0E00203445 /* Stream.swift in Sources */,
  982. E4202FD61B667AA100C997FB /* ServerTrustPolicy.swift in Sources */,
  983. E4202FD71B667AA100C997FB /* Download.swift in Sources */,
  984. E4202FD81B667AA100C997FB /* Validation.swift in Sources */,
  985. );
  986. runOnlyForDeploymentPostprocessing = 0;
  987. };
  988. F8111E2E19A95C8B0040E7D1 /* Sources */ = {
  989. isa = PBXSourcesBuildPhase;
  990. buildActionMask = 2147483647;
  991. files = (
  992. 4CDE2C401AF89E0700BABAE5 /* Upload.swift in Sources */,
  993. 4CE2724F1AF88FB500F1D59A /* ParameterEncoding.swift in Sources */,
  994. 4CDE2C3A1AF899EC00BABAE5 /* Request.swift in Sources */,
  995. 4CDE2C461AF89FF300BABAE5 /* ResponseSerialization.swift in Sources */,
  996. 4C1DC8541B68908E00476DE3 /* Error.swift in Sources */,
  997. 4CDE2C371AF8932A00BABAE5 /* Manager.swift in Sources */,
  998. 4C0B62511BB1001C009302D3 /* Response.swift in Sources */,
  999. F897FF4119AA800700AB5182 /* Alamofire.swift in Sources */,
  1000. 4C23EB431B327C5B0090E0BC /* MultipartFormData.swift in Sources */,
  1001. 4C811F8D1B51856D00E0F59A /* ServerTrustPolicy.swift in Sources */,
  1002. 4C83F41B1B749E0E00203445 /* Stream.swift in Sources */,
  1003. 4CDE2C3D1AF89D4900BABAE5 /* Download.swift in Sources */,
  1004. 4CDE2C431AF89F0900BABAE5 /* Validation.swift in Sources */,
  1005. 4C0E5BF81B673D3400816CCC /* Result.swift in Sources */,
  1006. );
  1007. runOnlyForDeploymentPostprocessing = 0;
  1008. };
  1009. F8111E3A19A95C8B0040E7D1 /* Sources */ = {
  1010. isa = PBXSourcesBuildPhase;
  1011. buildActionMask = 2147483647;
  1012. files = (
  1013. 4C3238E71B3604DB00FE04AE /* MultipartFormDataTests.swift in Sources */,
  1014. 4C33A1431B52089C00873DFF /* ServerTrustPolicyTests.swift in Sources */,
  1015. 4C341BBA1B1A865A00C1B34D /* CacheTests.swift in Sources */,
  1016. 4C4CBE7B1BAF700C0024D659 /* String+AlamofireTests.swift in Sources */,
  1017. 4CA028C51B7466C500C84163 /* ResultTests.swift in Sources */,
  1018. 4CCFA79A1B2BE71600B6F460 /* URLProtocolTests.swift in Sources */,
  1019. F86AEFE71AE6A312007D9C76 /* TLSEvaluationTests.swift in Sources */,
  1020. 4C0B58391B747A4400C0B99C /* ResponseSerializationTests.swift in Sources */,
  1021. F8858DDD19A96B4300F55F93 /* RequestTests.swift in Sources */,
  1022. 4C256A531B096C770065714F /* BaseTestCase.swift in Sources */,
  1023. F8E6024519CB46A800A3E7F1 /* AuthenticationTests.swift in Sources */,
  1024. F8858DDE19A96B4400F55F93 /* ResponseTests.swift in Sources */,
  1025. F8D1C6F519D52968002E74FE /* ManagerTests.swift in Sources */,
  1026. F8AE910219D28DCC0078C7B2 /* ValidationTests.swift in Sources */,
  1027. F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */,
  1028. F8111E6419A9674D0040E7D1 /* UploadTests.swift in Sources */,
  1029. F8111E6019A9674D0040E7D1 /* DownloadTests.swift in Sources */,
  1030. 4C7C8D221B9D0D9000948136 /* NSURLSessionConfiguration+AlamofireTests.swift in Sources */,
  1031. );
  1032. runOnlyForDeploymentPostprocessing = 0;
  1033. };
  1034. F829C6AE1A7A94F100A2CD59 /* Sources */ = {
  1035. isa = PBXSourcesBuildPhase;
  1036. buildActionMask = 2147483647;
  1037. files = (
  1038. 4C3238E81B3604DB00FE04AE /* MultipartFormDataTests.swift in Sources */,
  1039. 4C33A1441B52089C00873DFF /* ServerTrustPolicyTests.swift in Sources */,
  1040. 4C341BBB1B1A865A00C1B34D /* CacheTests.swift in Sources */,
  1041. 4C4CBE7C1BAF700C0024D659 /* String+AlamofireTests.swift in Sources */,
  1042. 4CA028C61B7466C500C84163 /* ResultTests.swift in Sources */,
  1043. 4CCFA79B1B2BE71600B6F460 /* URLProtocolTests.swift in Sources */,
  1044. F829C6BE1A7A950600A2CD59 /* ParameterEncodingTests.swift in Sources */,
  1045. 4C0B583A1B747A4400C0B99C /* ResponseSerializationTests.swift in Sources */,
  1046. F829C6BF1A7A950600A2CD59 /* RequestTests.swift in Sources */,
  1047. 4C256A541B096C770065714F /* BaseTestCase.swift in Sources */,
  1048. F829C6C01A7A950600A2CD59 /* ManagerTests.swift in Sources */,
  1049. F829C6C11A7A950600A2CD59 /* ResponseTests.swift in Sources */,
  1050. F829C6C21A7A950600A2CD59 /* UploadTests.swift in Sources */,
  1051. F829C6C31A7A950600A2CD59 /* DownloadTests.swift in Sources */,
  1052. F829C6C41A7A950600A2CD59 /* AuthenticationTests.swift in Sources */,
  1053. F829C6C51A7A950600A2CD59 /* ValidationTests.swift in Sources */,
  1054. F86AEFE81AE6A315007D9C76 /* TLSEvaluationTests.swift in Sources */,
  1055. 4C7C8D231B9D0D9000948136 /* NSURLSessionConfiguration+AlamofireTests.swift in Sources */,
  1056. );
  1057. runOnlyForDeploymentPostprocessing = 0;
  1058. };
  1059. /* End PBXSourcesBuildPhase section */
  1060. /* Begin PBXTargetDependency section */
  1061. 4CF626FB1BA7CB3E0011A099 /* PBXTargetDependency */ = {
  1062. isa = PBXTargetDependency;
  1063. target = 4CF626EE1BA7CB3E0011A099 /* Alamofire tvOS */;
  1064. targetProxy = 4CF626FA1BA7CB3E0011A099 /* PBXContainerItemProxy */;
  1065. };
  1066. F8111E6619A967880040E7D1 /* PBXTargetDependency */ = {
  1067. isa = PBXTargetDependency;
  1068. target = F8111E3219A95C8B0040E7D1 /* Alamofire iOS */;
  1069. targetProxy = F8111E6519A967880040E7D1 /* PBXContainerItemProxy */;
  1070. };
  1071. F829C6BA1A7A94F100A2CD59 /* PBXTargetDependency */ = {
  1072. isa = PBXTargetDependency;
  1073. target = 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */;
  1074. targetProxy = F829C6B91A7A94F100A2CD59 /* PBXContainerItemProxy */;
  1075. };
  1076. /* End PBXTargetDependency section */
  1077. /* Begin XCBuildConfiguration section */
  1078. 4CF627001BA7CB3E0011A099 /* Debug */ = {
  1079. isa = XCBuildConfiguration;
  1080. buildSettings = {
  1081. APPLICATION_EXTENSION_API_ONLY = YES;
  1082. BITCODE_GENERATION_MODE = marker;
  1083. CODE_SIGN_IDENTITY = "iPhone Developer";
  1084. "CODE_SIGN_IDENTITY[sdk=appletvsimulator*]" = "";
  1085. DEBUG_INFORMATION_FORMAT = dwarf;
  1086. DEFINES_MODULE = YES;
  1087. DYLIB_COMPATIBILITY_VERSION = 1;
  1088. DYLIB_CURRENT_VERSION = 1;
  1089. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1090. ENABLE_TESTABILITY = YES;
  1091. GCC_NO_COMMON_BLOCKS = YES;
  1092. INFOPLIST_FILE = "Source/Info-tvOS.plist";
  1093. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1094. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1095. PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.Alamofire;
  1096. PRODUCT_NAME = Alamofire;
  1097. SDKROOT = appletvos;
  1098. SKIP_INSTALL = YES;
  1099. TARGETED_DEVICE_FAMILY = 3;
  1100. TVOS_DEPLOYMENT_TARGET = 9.0;
  1101. };
  1102. name = Debug;
  1103. };
  1104. 4CF627011BA7CB3E0011A099 /* Release */ = {
  1105. isa = XCBuildConfiguration;
  1106. buildSettings = {
  1107. APPLICATION_EXTENSION_API_ONLY = YES;
  1108. BITCODE_GENERATION_MODE = bitcode;
  1109. CODE_SIGN_IDENTITY = "iPhone Developer";
  1110. "CODE_SIGN_IDENTITY[sdk=appletvsimulator*]" = "";
  1111. COPY_PHASE_STRIP = NO;
  1112. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1113. DEFINES_MODULE = YES;
  1114. DYLIB_COMPATIBILITY_VERSION = 1;
  1115. DYLIB_CURRENT_VERSION = 1;
  1116. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1117. ENABLE_TESTABILITY = NO;
  1118. GCC_NO_COMMON_BLOCKS = YES;
  1119. INFOPLIST_FILE = "Source/Info-tvOS.plist";
  1120. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1121. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1122. PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.Alamofire;
  1123. PRODUCT_NAME = Alamofire;
  1124. SDKROOT = appletvos;
  1125. SKIP_INSTALL = YES;
  1126. TARGETED_DEVICE_FAMILY = 3;
  1127. TVOS_DEPLOYMENT_TARGET = 9.0;
  1128. };
  1129. name = Release;
  1130. };
  1131. 4CF627021BA7CB3E0011A099 /* Debug */ = {
  1132. isa = XCBuildConfiguration;
  1133. buildSettings = {
  1134. CODE_SIGN_IDENTITY = "iPhone Developer";
  1135. "CODE_SIGN_IDENTITY[sdk=appletvsimulator*]" = "";
  1136. DEBUG_INFORMATION_FORMAT = dwarf;
  1137. GCC_NO_COMMON_BLOCKS = YES;
  1138. INFOPLIST_FILE = Tests/Info.plist;
  1139. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1140. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.Alamofire-tvOSTests";
  1141. PRODUCT_NAME = "$(TARGET_NAME)";
  1142. SDKROOT = appletvos;
  1143. TVOS_DEPLOYMENT_TARGET = 9.0;
  1144. };
  1145. name = Debug;
  1146. };
  1147. 4CF627031BA7CB3E0011A099 /* Release */ = {
  1148. isa = XCBuildConfiguration;
  1149. buildSettings = {
  1150. CODE_SIGN_IDENTITY = "iPhone Developer";
  1151. "CODE_SIGN_IDENTITY[sdk=appletvsimulator*]" = "";
  1152. COPY_PHASE_STRIP = NO;
  1153. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1154. GCC_NO_COMMON_BLOCKS = YES;
  1155. INFOPLIST_FILE = Tests/Info.plist;
  1156. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1157. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.Alamofire-tvOSTests";
  1158. PRODUCT_NAME = "$(TARGET_NAME)";
  1159. SDKROOT = appletvos;
  1160. TVOS_DEPLOYMENT_TARGET = 9.0;
  1161. };
  1162. name = Release;
  1163. };
  1164. 4DD67C1F1A5C55C900ED2280 /* Debug */ = {
  1165. isa = XCBuildConfiguration;
  1166. buildSettings = {
  1167. APPLICATION_EXTENSION_API_ONLY = YES;
  1168. BITCODE_GENERATION_MODE = marker;
  1169. CODE_SIGN_IDENTITY = "";
  1170. COMBINE_HIDPI_IMAGES = YES;
  1171. DEFINES_MODULE = YES;
  1172. DYLIB_COMPATIBILITY_VERSION = 1;
  1173. DYLIB_CURRENT_VERSION = 1;
  1174. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1175. FRAMEWORK_VERSION = A;
  1176. GCC_PREPROCESSOR_DEFINITIONS = (
  1177. "DEBUG=1",
  1178. "$(inherited)",
  1179. );
  1180. INFOPLIST_FILE = Source/Info.plist;
  1181. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1182. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1183. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1184. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1185. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  1186. PRODUCT_NAME = Alamofire;
  1187. SDKROOT = macosx;
  1188. SKIP_INSTALL = YES;
  1189. };
  1190. name = Debug;
  1191. };
  1192. 4DD67C201A5C55C900ED2280 /* Release */ = {
  1193. isa = XCBuildConfiguration;
  1194. buildSettings = {
  1195. APPLICATION_EXTENSION_API_ONLY = YES;
  1196. BITCODE_GENERATION_MODE = bitcode;
  1197. CODE_SIGN_IDENTITY = "";
  1198. COMBINE_HIDPI_IMAGES = YES;
  1199. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1200. DEFINES_MODULE = YES;
  1201. DYLIB_COMPATIBILITY_VERSION = 1;
  1202. DYLIB_CURRENT_VERSION = 1;
  1203. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1204. ENABLE_TESTABILITY = NO;
  1205. FRAMEWORK_VERSION = A;
  1206. INFOPLIST_FILE = Source/Info.plist;
  1207. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1208. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1209. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1210. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1211. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  1212. PRODUCT_NAME = Alamofire;
  1213. SDKROOT = macosx;
  1214. SKIP_INSTALL = YES;
  1215. };
  1216. name = Release;
  1217. };
  1218. E4202FDE1B667AA100C997FB /* Debug */ = {
  1219. isa = XCBuildConfiguration;
  1220. buildSettings = {
  1221. APPLICATION_EXTENSION_API_ONLY = YES;
  1222. BITCODE_GENERATION_MODE = marker;
  1223. CLANG_ENABLE_MODULES = YES;
  1224. CODE_SIGN_IDENTITY = "iPhone Developer";
  1225. "CODE_SIGN_IDENTITY[sdk=watchsimulator*]" = "";
  1226. COPY_PHASE_STRIP = NO;
  1227. DEBUG_INFORMATION_FORMAT = dwarf;
  1228. DEFINES_MODULE = YES;
  1229. DYLIB_COMPATIBILITY_VERSION = 1;
  1230. DYLIB_CURRENT_VERSION = 1;
  1231. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1232. GCC_NO_COMMON_BLOCKS = YES;
  1233. INFOPLIST_FILE = Source/Info.plist;
  1234. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1235. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1236. MODULE_NAME = "";
  1237. PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.Alamofire;
  1238. PRODUCT_NAME = Alamofire;
  1239. SDKROOT = watchos;
  1240. SKIP_INSTALL = YES;
  1241. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1242. TARGETED_DEVICE_FAMILY = 4;
  1243. };
  1244. name = Debug;
  1245. };
  1246. E4202FDF1B667AA100C997FB /* Release */ = {
  1247. isa = XCBuildConfiguration;
  1248. buildSettings = {
  1249. APPLICATION_EXTENSION_API_ONLY = YES;
  1250. BITCODE_GENERATION_MODE = bitcode;
  1251. CLANG_ENABLE_MODULES = YES;
  1252. CODE_SIGN_IDENTITY = "iPhone Developer";
  1253. "CODE_SIGN_IDENTITY[sdk=watchsimulator*]" = "";
  1254. COPY_PHASE_STRIP = NO;
  1255. DEFINES_MODULE = YES;
  1256. DYLIB_COMPATIBILITY_VERSION = 1;
  1257. DYLIB_CURRENT_VERSION = 1;
  1258. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1259. ENABLE_TESTABILITY = NO;
  1260. GCC_NO_COMMON_BLOCKS = YES;
  1261. INFOPLIST_FILE = Source/Info.plist;
  1262. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1263. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1264. MODULE_NAME = "";
  1265. PRODUCT_BUNDLE_IDENTIFIER = com.alamofire.Alamofire;
  1266. PRODUCT_NAME = Alamofire;
  1267. SDKROOT = watchos;
  1268. SKIP_INSTALL = YES;
  1269. TARGETED_DEVICE_FAMILY = 4;
  1270. };
  1271. name = Release;
  1272. };
  1273. F8111E4419A95C8B0040E7D1 /* Debug */ = {
  1274. isa = XCBuildConfiguration;
  1275. buildSettings = {
  1276. ALWAYS_SEARCH_USER_PATHS = NO;
  1277. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1278. CLANG_CXX_LIBRARY = "libc++";
  1279. CLANG_ENABLE_MODULES = YES;
  1280. CLANG_ENABLE_OBJC_ARC = YES;
  1281. CLANG_WARN_BOOL_CONVERSION = YES;
  1282. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1283. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1284. CLANG_WARN_EMPTY_BODY = YES;
  1285. CLANG_WARN_ENUM_CONVERSION = YES;
  1286. CLANG_WARN_INT_CONVERSION = YES;
  1287. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1288. CLANG_WARN_UNREACHABLE_CODE = YES;
  1289. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1290. CODE_SIGN_IDENTITY = "iPhone Developer";
  1291. COPY_PHASE_STRIP = NO;
  1292. CURRENT_PROJECT_VERSION = 1;
  1293. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1294. ENABLE_TESTABILITY = YES;
  1295. GCC_C_LANGUAGE_STANDARD = gnu99;
  1296. GCC_DYNAMIC_NO_PIC = NO;
  1297. GCC_OPTIMIZATION_LEVEL = 0;
  1298. GCC_PREPROCESSOR_DEFINITIONS = (
  1299. "DEBUG=1",
  1300. "$(inherited)",
  1301. );
  1302. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1303. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1304. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1305. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1306. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1307. GCC_WARN_UNUSED_FUNCTION = YES;
  1308. GCC_WARN_UNUSED_VARIABLE = YES;
  1309. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1310. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1311. MTL_ENABLE_DEBUG_INFO = YES;
  1312. ONLY_ACTIVE_ARCH = YES;
  1313. SDKROOT = iphoneos;
  1314. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1315. TARGETED_DEVICE_FAMILY = "1,2";
  1316. TVOS_DEPLOYMENT_TARGET = 9.0;
  1317. VERSIONING_SYSTEM = "apple-generic";
  1318. VERSION_INFO_PREFIX = "";
  1319. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  1320. };
  1321. name = Debug;
  1322. };
  1323. F8111E4519A95C8B0040E7D1 /* Release */ = {
  1324. isa = XCBuildConfiguration;
  1325. buildSettings = {
  1326. ALWAYS_SEARCH_USER_PATHS = NO;
  1327. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1328. CLANG_CXX_LIBRARY = "libc++";
  1329. CLANG_ENABLE_MODULES = YES;
  1330. CLANG_ENABLE_OBJC_ARC = YES;
  1331. CLANG_WARN_BOOL_CONVERSION = YES;
  1332. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1333. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1334. CLANG_WARN_EMPTY_BODY = YES;
  1335. CLANG_WARN_ENUM_CONVERSION = YES;
  1336. CLANG_WARN_INT_CONVERSION = YES;
  1337. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1338. CLANG_WARN_UNREACHABLE_CODE = YES;
  1339. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1340. CODE_SIGN_IDENTITY = "iPhone Developer";
  1341. COPY_PHASE_STRIP = YES;
  1342. CURRENT_PROJECT_VERSION = 1;
  1343. ENABLE_NS_ASSERTIONS = NO;
  1344. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1345. GCC_C_LANGUAGE_STANDARD = gnu99;
  1346. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1347. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1348. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1349. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1350. GCC_WARN_UNUSED_FUNCTION = YES;
  1351. GCC_WARN_UNUSED_VARIABLE = YES;
  1352. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1353. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1354. MTL_ENABLE_DEBUG_INFO = NO;
  1355. SDKROOT = iphoneos;
  1356. TARGETED_DEVICE_FAMILY = "1,2";
  1357. TVOS_DEPLOYMENT_TARGET = 9.0;
  1358. VALIDATE_PRODUCT = YES;
  1359. VERSIONING_SYSTEM = "apple-generic";
  1360. VERSION_INFO_PREFIX = "";
  1361. WATCHOS_DEPLOYMENT_TARGET = 2.0;
  1362. };
  1363. name = Release;
  1364. };
  1365. F8111E4719A95C8B0040E7D1 /* Debug */ = {
  1366. isa = XCBuildConfiguration;
  1367. buildSettings = {
  1368. APPLICATION_EXTENSION_API_ONLY = YES;
  1369. BITCODE_GENERATION_MODE = marker;
  1370. CLANG_ENABLE_MODULES = YES;
  1371. CODE_SIGN_IDENTITY = "iPhone Developer";
  1372. "CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = "";
  1373. DEFINES_MODULE = YES;
  1374. DYLIB_COMPATIBILITY_VERSION = 1;
  1375. DYLIB_CURRENT_VERSION = 1;
  1376. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1377. INFOPLIST_FILE = Source/Info.plist;
  1378. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1379. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1380. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1381. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  1382. PRODUCT_NAME = Alamofire;
  1383. SKIP_INSTALL = YES;
  1384. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  1385. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1386. };
  1387. name = Debug;
  1388. };
  1389. F8111E4819A95C8B0040E7D1 /* Release */ = {
  1390. isa = XCBuildConfiguration;
  1391. buildSettings = {
  1392. APPLICATION_EXTENSION_API_ONLY = YES;
  1393. BITCODE_GENERATION_MODE = bitcode;
  1394. CLANG_ENABLE_MODULES = YES;
  1395. CODE_SIGN_IDENTITY = "iPhone Developer";
  1396. "CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = "";
  1397. DEFINES_MODULE = YES;
  1398. DYLIB_COMPATIBILITY_VERSION = 1;
  1399. DYLIB_CURRENT_VERSION = 1;
  1400. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1401. ENABLE_TESTABILITY = NO;
  1402. INFOPLIST_FILE = Source/Info.plist;
  1403. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1404. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1405. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1406. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  1407. PRODUCT_NAME = Alamofire;
  1408. SKIP_INSTALL = YES;
  1409. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  1410. };
  1411. name = Release;
  1412. };
  1413. F8111E4A19A95C8B0040E7D1 /* Debug */ = {
  1414. isa = XCBuildConfiguration;
  1415. buildSettings = {
  1416. CODE_SIGN_IDENTITY = "iPhone Developer";
  1417. "CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = "";
  1418. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  1419. GCC_PREPROCESSOR_DEFINITIONS = (
  1420. "DEBUG=1",
  1421. "$(inherited)",
  1422. );
  1423. INFOPLIST_FILE = Tests/Info.plist;
  1424. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1425. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1426. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  1427. PRODUCT_NAME = "$(TARGET_NAME)";
  1428. };
  1429. name = Debug;
  1430. };
  1431. F8111E4B19A95C8B0040E7D1 /* Release */ = {
  1432. isa = XCBuildConfiguration;
  1433. buildSettings = {
  1434. CODE_SIGN_IDENTITY = "iPhone Developer";
  1435. "CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = "";
  1436. FRAMEWORK_SEARCH_PATHS = "$(inherited)";
  1437. INFOPLIST_FILE = Tests/Info.plist;
  1438. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1439. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1440. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  1441. PRODUCT_NAME = "$(TARGET_NAME)";
  1442. };
  1443. name = Release;
  1444. };
  1445. F829C6BC1A7A94F100A2CD59 /* Debug */ = {
  1446. isa = XCBuildConfiguration;
  1447. buildSettings = {
  1448. CODE_SIGN_IDENTITY = "";
  1449. COMBINE_HIDPI_IMAGES = YES;
  1450. FRAMEWORK_SEARCH_PATHS = (
  1451. "$(DEVELOPER_FRAMEWORKS_DIR)",
  1452. "$(inherited)",
  1453. );
  1454. GCC_PREPROCESSOR_DEFINITIONS = (
  1455. "DEBUG=1",
  1456. "$(inherited)",
  1457. );
  1458. INFOPLIST_FILE = Tests/Info.plist;
  1459. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1460. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1461. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1462. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  1463. PRODUCT_NAME = "$(TARGET_NAME)";
  1464. SDKROOT = macosx;
  1465. };
  1466. name = Debug;
  1467. };
  1468. F829C6BD1A7A94F100A2CD59 /* Release */ = {
  1469. isa = XCBuildConfiguration;
  1470. buildSettings = {
  1471. CODE_SIGN_IDENTITY = "";
  1472. COMBINE_HIDPI_IMAGES = YES;
  1473. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1474. FRAMEWORK_SEARCH_PATHS = (
  1475. "$(DEVELOPER_FRAMEWORKS_DIR)",
  1476. "$(inherited)",
  1477. );
  1478. INFOPLIST_FILE = Tests/Info.plist;
  1479. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1480. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1481. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1482. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  1483. PRODUCT_NAME = "$(TARGET_NAME)";
  1484. SDKROOT = macosx;
  1485. };
  1486. name = Release;
  1487. };
  1488. /* End XCBuildConfiguration section */
  1489. /* Begin XCConfigurationList section */
  1490. 4CF627041BA7CB3E0011A099 /* Build configuration list for PBXNativeTarget "Alamofire tvOS" */ = {
  1491. isa = XCConfigurationList;
  1492. buildConfigurations = (
  1493. 4CF627001BA7CB3E0011A099 /* Debug */,
  1494. 4CF627011BA7CB3E0011A099 /* Release */,
  1495. );
  1496. defaultConfigurationIsVisible = 0;
  1497. defaultConfigurationName = Release;
  1498. };
  1499. 4CF627051BA7CB3E0011A099 /* Build configuration list for PBXNativeTarget "Alamofire tvOS Tests" */ = {
  1500. isa = XCConfigurationList;
  1501. buildConfigurations = (
  1502. 4CF627021BA7CB3E0011A099 /* Debug */,
  1503. 4CF627031BA7CB3E0011A099 /* Release */,
  1504. );
  1505. defaultConfigurationIsVisible = 0;
  1506. defaultConfigurationName = Release;
  1507. };
  1508. 4DD67C1E1A5C55C900ED2280 /* Build configuration list for PBXNativeTarget "Alamofire OSX" */ = {
  1509. isa = XCConfigurationList;
  1510. buildConfigurations = (
  1511. 4DD67C1F1A5C55C900ED2280 /* Debug */,
  1512. 4DD67C201A5C55C900ED2280 /* Release */,
  1513. );
  1514. defaultConfigurationIsVisible = 0;
  1515. defaultConfigurationName = Release;
  1516. };
  1517. E4202FDD1B667AA100C997FB /* Build configuration list for PBXNativeTarget "Alamofire watchOS" */ = {
  1518. isa = XCConfigurationList;
  1519. buildConfigurations = (
  1520. E4202FDE1B667AA100C997FB /* Debug */,
  1521. E4202FDF1B667AA100C997FB /* Release */,
  1522. );
  1523. defaultConfigurationIsVisible = 0;
  1524. defaultConfigurationName = Release;
  1525. };
  1526. F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */ = {
  1527. isa = XCConfigurationList;
  1528. buildConfigurations = (
  1529. F8111E4419A95C8B0040E7D1 /* Debug */,
  1530. F8111E4519A95C8B0040E7D1 /* Release */,
  1531. );
  1532. defaultConfigurationIsVisible = 0;
  1533. defaultConfigurationName = Release;
  1534. };
  1535. F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */ = {
  1536. isa = XCConfigurationList;
  1537. buildConfigurations = (
  1538. F8111E4719A95C8B0040E7D1 /* Debug */,
  1539. F8111E4819A95C8B0040E7D1 /* Release */,
  1540. );
  1541. defaultConfigurationIsVisible = 0;
  1542. defaultConfigurationName = Release;
  1543. };
  1544. F8111E4919A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS Tests" */ = {
  1545. isa = XCConfigurationList;
  1546. buildConfigurations = (
  1547. F8111E4A19A95C8B0040E7D1 /* Debug */,
  1548. F8111E4B19A95C8B0040E7D1 /* Release */,
  1549. );
  1550. defaultConfigurationIsVisible = 0;
  1551. defaultConfigurationName = Release;
  1552. };
  1553. F829C6BB1A7A94F100A2CD59 /* Build configuration list for PBXNativeTarget "Alamofire OSX Tests" */ = {
  1554. isa = XCConfigurationList;
  1555. buildConfigurations = (
  1556. F829C6BC1A7A94F100A2CD59 /* Debug */,
  1557. F829C6BD1A7A94F100A2CD59 /* Release */,
  1558. );
  1559. defaultConfigurationIsVisible = 0;
  1560. defaultConfigurationName = Release;
  1561. };
  1562. /* End XCConfigurationList section */
  1563. };
  1564. rootObject = F8111E2A19A95C8B0040E7D1 /* Project object */;
  1565. }