project.pbxproj 99 KB

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