project.pbxproj 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893E91C05127900A29F63 /* SwifteriOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893FD1C0512C400A29F63 /* SwifterMac.h */; settings = {ATTRIBUTES = (Public, ); }; };
  11. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */; };
  12. 7C1145991D527545000DB965 /* AES128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1145981D527545000DB965 /* AES128.swift */; };
  13. 7C11459A1D527545000DB965 /* AES128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1145981D527545000DB965 /* AES128.swift */; };
  14. 7C11459B1D527545000DB965 /* AES128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1145981D527545000DB965 /* AES128.swift */; };
  15. 7C13B57C1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */; };
  16. 7C13B57D1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */; };
  17. 7C1CA77F1D59BC7100FD38A0 /* BigNum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1CA77B1D589C2200FD38A0 /* BigNum.swift */; };
  18. 7C1CA7801D59BC7100FD38A0 /* BigNum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1CA77B1D589C2200FD38A0 /* BigNum.swift */; };
  19. 7C1CA7811D59BC7200FD38A0 /* BigNum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1CA77B1D589C2200FD38A0 /* BigNum.swift */; };
  20. 7C3195FB1CC2C68F00DF5406 /* sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C3195E31CC2C68F00DF5406 /* sqlite.h */; };
  21. 7C3195FC1CC2C68F00DF5406 /* sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C3195E31CC2C68F00DF5406 /* sqlite.h */; };
  22. 7C3195FD1CC2C68F00DF5406 /* sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C3195E31CC2C68F00DF5406 /* sqlite.h */; };
  23. 7C3195FE1CC2C68F00DF5406 /* sqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E51CC2C68F00DF5406 /* sqlite.c */; };
  24. 7C3195FF1CC2C68F00DF5406 /* sqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E51CC2C68F00DF5406 /* sqlite.c */; };
  25. 7C3196001CC2C68F00DF5406 /* sqlite.c in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E51CC2C68F00DF5406 /* sqlite.c */; };
  26. 7C3196011CC2C68F00DF5406 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E71CC2C68F00DF5406 /* App.swift */; };
  27. 7C3196021CC2C68F00DF5406 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E71CC2C68F00DF5406 /* App.swift */; };
  28. 7C3196031CC2C68F00DF5406 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E71CC2C68F00DF5406 /* App.swift */; };
  29. 7C3196041CC2C68F00DF5406 /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E81CC2C68F00DF5406 /* DemoServer.swift */; };
  30. 7C3196051CC2C68F00DF5406 /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E81CC2C68F00DF5406 /* DemoServer.swift */; };
  31. 7C3196061CC2C68F00DF5406 /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E81CC2C68F00DF5406 /* DemoServer.swift */; };
  32. 7C3196071CC2C68F00DF5406 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E91CC2C68F00DF5406 /* File.swift */; };
  33. 7C3196081CC2C68F00DF5406 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E91CC2C68F00DF5406 /* File.swift */; };
  34. 7C3196091CC2C68F00DF5406 /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195E91CC2C68F00DF5406 /* File.swift */; };
  35. 7C31960A1CC2C68F00DF5406 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EA1CC2C68F00DF5406 /* Files.swift */; };
  36. 7C31960B1CC2C68F00DF5406 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EA1CC2C68F00DF5406 /* Files.swift */; };
  37. 7C31960C1CC2C68F00DF5406 /* Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EA1CC2C68F00DF5406 /* Files.swift */; };
  38. 7C31960D1CC2C68F00DF5406 /* WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EB1CC2C68F00DF5406 /* WebSockets.swift */; };
  39. 7C31960E1CC2C68F00DF5406 /* WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EB1CC2C68F00DF5406 /* WebSockets.swift */; };
  40. 7C31960F1CC2C68F00DF5406 /* WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EB1CC2C68F00DF5406 /* WebSockets.swift */; };
  41. 7C3196131CC2C68F00DF5406 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195ED1CC2C68F00DF5406 /* HttpParser.swift */; };
  42. 7C3196141CC2C68F00DF5406 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195ED1CC2C68F00DF5406 /* HttpParser.swift */; };
  43. 7C3196151CC2C68F00DF5406 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195ED1CC2C68F00DF5406 /* HttpParser.swift */; };
  44. 7C3196161CC2C68F00DF5406 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EE1CC2C68F00DF5406 /* HttpRequest.swift */; };
  45. 7C3196171CC2C68F00DF5406 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EE1CC2C68F00DF5406 /* HttpRequest.swift */; };
  46. 7C3196181CC2C68F00DF5406 /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EE1CC2C68F00DF5406 /* HttpRequest.swift */; };
  47. 7C3196191CC2C68F00DF5406 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EF1CC2C68F00DF5406 /* HttpResponse.swift */; };
  48. 7C31961A1CC2C68F00DF5406 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EF1CC2C68F00DF5406 /* HttpResponse.swift */; };
  49. 7C31961B1CC2C68F00DF5406 /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195EF1CC2C68F00DF5406 /* HttpResponse.swift */; };
  50. 7C31961C1CC2C68F00DF5406 /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F01CC2C68F00DF5406 /* HttpRouter.swift */; };
  51. 7C31961D1CC2C68F00DF5406 /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F01CC2C68F00DF5406 /* HttpRouter.swift */; };
  52. 7C31961E1CC2C68F00DF5406 /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F01CC2C68F00DF5406 /* HttpRouter.swift */; };
  53. 7C31961F1CC2C68F00DF5406 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F11CC2C68F00DF5406 /* HttpServer.swift */; };
  54. 7C3196201CC2C68F00DF5406 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F11CC2C68F00DF5406 /* HttpServer.swift */; };
  55. 7C3196211CC2C68F00DF5406 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F11CC2C68F00DF5406 /* HttpServer.swift */; };
  56. 7C3196221CC2C68F00DF5406 /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F21CC2C68F00DF5406 /* HttpServerIO.swift */; };
  57. 7C3196231CC2C68F00DF5406 /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F21CC2C68F00DF5406 /* HttpServerIO.swift */; };
  58. 7C3196241CC2C68F00DF5406 /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F21CC2C68F00DF5406 /* HttpServerIO.swift */; };
  59. 7C3196251CC2C68F00DF5406 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F31CC2C68F00DF5406 /* Process.swift */; };
  60. 7C3196261CC2C68F00DF5406 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F31CC2C68F00DF5406 /* Process.swift */; };
  61. 7C3196271CC2C68F00DF5406 /* Process.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F31CC2C68F00DF5406 /* Process.swift */; };
  62. 7C3196281CC2C68F00DF5406 /* Reflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F41CC2C68F00DF5406 /* Reflection.swift */; };
  63. 7C3196291CC2C68F00DF5406 /* Reflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F41CC2C68F00DF5406 /* Reflection.swift */; };
  64. 7C31962A1CC2C68F00DF5406 /* Reflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F41CC2C68F00DF5406 /* Reflection.swift */; };
  65. 7C31962B1CC2C68F00DF5406 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F51CC2C68F00DF5406 /* Socket.swift */; };
  66. 7C31962C1CC2C68F00DF5406 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F51CC2C68F00DF5406 /* Socket.swift */; };
  67. 7C31962D1CC2C68F00DF5406 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F51CC2C68F00DF5406 /* Socket.swift */; };
  68. 7C3196311CC2C68F00DF5406 /* SQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F71CC2C68F00DF5406 /* SQLite.swift */; };
  69. 7C3196321CC2C68F00DF5406 /* SQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F71CC2C68F00DF5406 /* SQLite.swift */; };
  70. 7C3196331CC2C68F00DF5406 /* SQLite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F71CC2C68F00DF5406 /* SQLite.swift */; };
  71. 7C3196341CC2C68F00DF5406 /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F81CC2C68F00DF5406 /* String+BASE64.swift */; };
  72. 7C3196351CC2C68F00DF5406 /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F81CC2C68F00DF5406 /* String+BASE64.swift */; };
  73. 7C3196361CC2C68F00DF5406 /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F81CC2C68F00DF5406 /* String+BASE64.swift */; };
  74. 7C3196371CC2C68F00DF5406 /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F91CC2C68F00DF5406 /* String+Misc.swift */; };
  75. 7C3196381CC2C68F00DF5406 /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F91CC2C68F00DF5406 /* String+Misc.swift */; };
  76. 7C3196391CC2C68F00DF5406 /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195F91CC2C68F00DF5406 /* String+Misc.swift */; };
  77. 7C31963A1CC2C68F00DF5406 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195FA1CC2C68F00DF5406 /* String+SHA1.swift */; };
  78. 7C31963B1CC2C68F00DF5406 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195FA1CC2C68F00DF5406 /* String+SHA1.swift */; };
  79. 7C31963C1CC2C68F00DF5406 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3195FA1CC2C68F00DF5406 /* String+SHA1.swift */; };
  80. 7C3945641D256FDA003EEABA /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3945631D256FDA003EEABA /* Scopes.swift */; };
  81. 7C3945651D256FDA003EEABA /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3945631D256FDA003EEABA /* Scopes.swift */; };
  82. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  83. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  84. 7C5915221C92A99300D884BC /* SwifterTestsReflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */; };
  85. 7C5915231C92A99300D884BC /* SwifterTestsReflection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */; };
  86. 7C5F78EF1D54BB5600C514AA /* SwifterTestsAES128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78EE1D54BB5600C514AA /* SwifterTestsAES128.swift */; };
  87. 7C5F78F01D54BB5600C514AA /* SwifterTestsAES128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78EE1D54BB5600C514AA /* SwifterTestsAES128.swift */; };
  88. 7C5F78F21D54C99200C514AA /* RC4.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78F11D54C99200C514AA /* RC4.swift */; };
  89. 7C5F78F31D54C99200C514AA /* RC4.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78F11D54C99200C514AA /* RC4.swift */; };
  90. 7C5F78F41D54C99200C514AA /* RC4.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78F11D54C99200C514AA /* RC4.swift */; };
  91. 7C5F78F91D54D24B00C514AA /* SwifterTestsRC4.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78F51D54D21600C514AA /* SwifterTestsRC4.swift */; };
  92. 7C5F78FA1D54D24B00C514AA /* SwifterTestsRC4.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78F51D54D21600C514AA /* SwifterTestsRC4.swift */; };
  93. 7C5F78FC1D5520B000C514AA /* RSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78FB1D5520B000C514AA /* RSA.swift */; };
  94. 7C5F78FD1D5520B000C514AA /* RSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78FB1D5520B000C514AA /* RSA.swift */; };
  95. 7C5F78FE1D5520B000C514AA /* RSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F78FB1D5520B000C514AA /* RSA.swift */; };
  96. 7C5F79041D55F44500C514AA /* SwifterTestsRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F79031D55F44500C514AA /* SwifterTestsRSA.swift */; };
  97. 7C5F79051D55F44500C514AA /* SwifterTestsRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F79031D55F44500C514AA /* SwifterTestsRSA.swift */; };
  98. 7C5F79071D5627EE00C514AA /* Socket+Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F79061D5627EE00C514AA /* Socket+Server.swift */; };
  99. 7C5F79081D5627EE00C514AA /* Socket+Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F79061D5627EE00C514AA /* Socket+Server.swift */; };
  100. 7C5F79091D5627EE00C514AA /* Socket+Server.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F79061D5627EE00C514AA /* Socket+Server.swift */; };
  101. 7C5F790B1D56281200C514AA /* Errno.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F790A1D56281200C514AA /* Errno.swift */; };
  102. 7C5F790C1D56281200C514AA /* Errno.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F790A1D56281200C514AA /* Errno.swift */; };
  103. 7C5F790D1D56281200C514AA /* Errno.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F790A1D56281200C514AA /* Errno.swift */; };
  104. 7C5F790F1D56287000C514AA /* Socket+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F790E1D56287000C514AA /* Socket+File.swift */; };
  105. 7C5F79101D56287000C514AA /* Socket+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F790E1D56287000C514AA /* Socket+File.swift */; };
  106. 7C5F79111D56287000C514AA /* Socket+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C5F790E1D56287000C514AA /* Socket+File.swift */; };
  107. 7C6B57EB1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */; };
  108. 7C6B57EC1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */; };
  109. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  110. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  111. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */; };
  112. 7C7488781C1DA07300CBCD77 /* file.html in Resources */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  113. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  114. 7C83177B1D2C5DF300630662 /* Scopes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C3945631D256FDA003EEABA /* Scopes.swift */; };
  115. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA4813D19A2EA8D0030B30D /* main.swift */; };
  116. 7CA4815819A2EF2B0030B30D /* test.json in Resources */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  117. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  118. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  119. 7CB923CC1D50F11700899E2A /* JSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2C85901D50D83D00B32145 /* JSON.swift */; };
  120. 7CB923CD1D50F11800899E2A /* JSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2C85901D50D83D00B32145 /* JSON.swift */; };
  121. 7CB923CE1D50F11800899E2A /* JSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2C85901D50D83D00B32145 /* JSON.swift */; };
  122. 7CB923D01D510D6400899E2A /* SwifterTestsJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CB923CF1D510D6400899E2A /* SwifterTestsJSON.swift */; };
  123. 7CB923D11D510D6400899E2A /* SwifterTestsJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CB923CF1D510D6400899E2A /* SwifterTestsJSON.swift */; };
  124. 7CCD1B681C8F7CEC0016D664 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD1B671C8F7CEC0016D664 /* AppDelegate.swift */; };
  125. 7CCD1B6A1C8F7CEC0016D664 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD1B691C8F7CEC0016D664 /* ViewController.swift */; };
  126. 7CCD1B6D1C8F7CEC0016D664 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD1B6B1C8F7CEC0016D664 /* Main.storyboard */; };
  127. 7CCD1B6F1C8F7CEC0016D664 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7CCD1B6E1C8F7CEC0016D664 /* Assets.xcassets */; };
  128. 7CCD1B9F1C8F82B60016D664 /* file.html in Resources */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  129. 7CCD1BA01C8F82B60016D664 /* login.html in Resources */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  130. 7CCD1BA11C8F82B60016D664 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  131. 7CCD1BA21C8F82B60016D664 /* test.json in Resources */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  132. 7CCD1BBE1C8F84E60016D664 /* SwifteriOS.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE893E91C05127900A29F63 /* SwifteriOS.h */; settings = {ATTRIBUTES = (Public, ); }; };
  133. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893E71C05127900A29F63 /* Swifter.framework */; };
  134. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  135. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  136. 7CCD877E1C660EA30068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893FB1C0512C400A29F63 /* Swifter.framework */; };
  137. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  138. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  139. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */; };
  140. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */; };
  141. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */; };
  142. 98630C071A1C9A9D00478D08 /* login.html in Resources */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  143. /* End PBXBuildFile section */
  144. /* Begin PBXContainerItemProxy section */
  145. 7C0A46BC1CAC6895009124AB /* PBXContainerItemProxy */ = {
  146. isa = PBXContainerItemProxy;
  147. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  148. proxyType = 1;
  149. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  150. remoteInfo = SwifterMac;
  151. };
  152. 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */ = {
  153. isa = PBXContainerItemProxy;
  154. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  155. proxyType = 1;
  156. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  157. remoteInfo = SwifteriOS;
  158. };
  159. 7CCD1BC61C8F857F0016D664 /* PBXContainerItemProxy */ = {
  160. isa = PBXContainerItemProxy;
  161. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  162. proxyType = 1;
  163. remoteGlobalIDString = 7CCD1BA81C8F84E60016D664;
  164. remoteInfo = SwiftertvOS;
  165. };
  166. 7CCD87621C66099B0068099B /* PBXContainerItemProxy */ = {
  167. isa = PBXContainerItemProxy;
  168. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  169. proxyType = 1;
  170. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  171. remoteInfo = SwifteriOS;
  172. };
  173. 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */ = {
  174. isa = PBXContainerItemProxy;
  175. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  176. proxyType = 1;
  177. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  178. remoteInfo = SwifterMac;
  179. };
  180. /* End PBXContainerItemProxy section */
  181. /* Begin PBXCopyFilesBuildPhase section */
  182. 7CA4813919A2EA8D0030B30D /* CopyFiles */ = {
  183. isa = PBXCopyFilesBuildPhase;
  184. buildActionMask = 12;
  185. dstPath = "";
  186. dstSubfolderSpec = 7;
  187. files = (
  188. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */,
  189. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */,
  190. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */,
  191. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */,
  192. );
  193. runOnlyForDeploymentPostprocessing = 0;
  194. };
  195. /* End PBXCopyFilesBuildPhase section */
  196. /* Begin PBXFileReference section */
  197. 7AE893E71C05127900A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  198. 7AE893E91C05127900A29F63 /* SwifteriOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifteriOS.h; sourceTree = "<group>"; };
  199. 7AE893EB1C05127900A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  200. 7AE893FB1C0512C400A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  201. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifterMac.h; sourceTree = "<group>"; };
  202. 7AE893FF1C0512C400A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  203. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
  204. 7C1145981D527545000DB965 /* AES128.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AES128.swift; sourceTree = "<group>"; };
  205. 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsSQLite.swift; sourceTree = "<group>"; };
  206. 7C1CA77B1D589C2200FD38A0 /* BigNum.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BigNum.swift; sourceTree = "<group>"; };
  207. 7C2C85901D50D83D00B32145 /* JSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JSON.swift; sourceTree = "<group>"; };
  208. 7C3195E31CC2C68F00DF5406 /* sqlite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite.h; sourceTree = "<group>"; };
  209. 7C3195E41CC2C68F00DF5406 /* module.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; path = module.map; sourceTree = "<group>"; };
  210. 7C3195E51CC2C68F00DF5406 /* sqlite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sqlite.c; sourceTree = "<group>"; };
  211. 7C3195E71CC2C68F00DF5406 /* App.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = App.swift; sourceTree = "<group>"; };
  212. 7C3195E81CC2C68F00DF5406 /* DemoServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoServer.swift; sourceTree = "<group>"; };
  213. 7C3195E91CC2C68F00DF5406 /* File.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
  214. 7C3195EA1CC2C68F00DF5406 /* Files.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Files.swift; sourceTree = "<group>"; };
  215. 7C3195EB1CC2C68F00DF5406 /* WebSockets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebSockets.swift; sourceTree = "<group>"; };
  216. 7C3195ED1CC2C68F00DF5406 /* HttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpParser.swift; sourceTree = "<group>"; };
  217. 7C3195EE1CC2C68F00DF5406 /* HttpRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRequest.swift; sourceTree = "<group>"; };
  218. 7C3195EF1CC2C68F00DF5406 /* HttpResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpResponse.swift; sourceTree = "<group>"; };
  219. 7C3195F01CC2C68F00DF5406 /* HttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRouter.swift; sourceTree = "<group>"; };
  220. 7C3195F11CC2C68F00DF5406 /* HttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServer.swift; sourceTree = "<group>"; };
  221. 7C3195F21CC2C68F00DF5406 /* HttpServerIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServerIO.swift; sourceTree = "<group>"; };
  222. 7C3195F31CC2C68F00DF5406 /* Process.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Process.swift; sourceTree = "<group>"; };
  223. 7C3195F41CC2C68F00DF5406 /* Reflection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Reflection.swift; sourceTree = "<group>"; };
  224. 7C3195F51CC2C68F00DF5406 /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = "<group>"; };
  225. 7C3195F71CC2C68F00DF5406 /* SQLite.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SQLite.swift; sourceTree = "<group>"; };
  226. 7C3195F81CC2C68F00DF5406 /* String+BASE64.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+BASE64.swift"; sourceTree = "<group>"; };
  227. 7C3195F91CC2C68F00DF5406 /* String+Misc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Misc.swift"; sourceTree = "<group>"; };
  228. 7C3195FA1CC2C68F00DF5406 /* String+SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+SHA1.swift"; sourceTree = "<group>"; };
  229. 7C3945631D256FDA003EEABA /* Scopes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Scopes.swift; sourceTree = "<group>"; };
  230. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsWebSocketSession.swift; sourceTree = "<group>"; };
  231. 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsReflection.swift; sourceTree = "<group>"; };
  232. 7C5F78EE1D54BB5600C514AA /* SwifterTestsAES128.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsAES128.swift; sourceTree = "<group>"; };
  233. 7C5F78F11D54C99200C514AA /* RC4.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RC4.swift; sourceTree = "<group>"; };
  234. 7C5F78F51D54D21600C514AA /* SwifterTestsRC4.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsRC4.swift; sourceTree = "<group>"; };
  235. 7C5F78FB1D5520B000C514AA /* RSA.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RSA.swift; sourceTree = "<group>"; };
  236. 7C5F79031D55F44500C514AA /* SwifterTestsRSA.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsRSA.swift; sourceTree = "<group>"; };
  237. 7C5F79061D5627EE00C514AA /* Socket+Server.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Socket+Server.swift"; sourceTree = "<group>"; };
  238. 7C5F790A1D56281200C514AA /* Errno.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Errno.swift; sourceTree = "<group>"; };
  239. 7C5F790E1D56287000C514AA /* Socket+File.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Socket+File.swift"; sourceTree = "<group>"; };
  240. 7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsHttpRouter.swift; sourceTree = "<group>"; };
  241. 7C7488771C1DA07300CBCD77 /* file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = file.html; sourceTree = "<group>"; };
  242. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampleiOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  243. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SwifterSampleOSX; sourceTree = BUILT_PRODUCTS_DIR; };
  244. 7CA4813D19A2EA8D0030B30D /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
  245. 7CA4815719A2EF2B0030B30D /* test.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = test.json; sourceTree = "<group>"; };
  246. 7CB102DF1A17381D00CBA3B4 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
  247. 7CB923CF1D510D6400899E2A /* SwifterTestsJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsJSON.swift; sourceTree = "<group>"; };
  248. 7CCD1B651C8F7CEC0016D664 /* SwifterSampletvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampletvOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  249. 7CCD1B671C8F7CEC0016D664 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  250. 7CCD1B691C8F7CEC0016D664 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  251. 7CCD1B6C1C8F7CEC0016D664 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  252. 7CCD1B6E1C8F7CEC0016D664 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  253. 7CCD1B701C8F7CEC0016D664 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  254. 7CCD1B7F1C8F7E520016D664 /* SwiftertvOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwiftertvOS.h; sourceTree = "<group>"; };
  255. 7CCD1B811C8F7E520016D664 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  256. 7CCD1BC41C8F84E60016D664 /* SwiftertvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftertvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  257. 7CCD1BC51C8F84E60016D664 /* SwifteriOS copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "SwifteriOS copy-Info.plist"; path = "/Users/damiankolakowski/Desktop/swifter/SwifteriOS copy-Info.plist"; sourceTree = "<absolute>"; };
  258. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifteriOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  259. 7CCD87601C66099B0068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  260. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsHttpParser.swift; sourceTree = "<group>"; };
  261. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsStringExtensions.swift; sourceTree = "<group>"; };
  262. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifterOSXTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  263. 7CCD877D1C660EA30068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  264. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  265. 7CDAB80E1BE2A1D400C8A977 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  266. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  267. 7CDAB8101BE2A1D400C8A977 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  268. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  269. 98630C061A1C9A9D00478D08 /* login.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = login.html; sourceTree = "<group>"; };
  270. /* End PBXFileReference section */
  271. /* Begin PBXFrameworksBuildPhase section */
  272. 7AE893E31C05127900A29F63 /* Frameworks */ = {
  273. isa = PBXFrameworksBuildPhase;
  274. buildActionMask = 2147483647;
  275. files = (
  276. );
  277. runOnlyForDeploymentPostprocessing = 0;
  278. };
  279. 7AE893F71C0512C400A29F63 /* Frameworks */ = {
  280. isa = PBXFrameworksBuildPhase;
  281. buildActionMask = 2147483647;
  282. files = (
  283. );
  284. runOnlyForDeploymentPostprocessing = 0;
  285. };
  286. 7C839B6B19422CFF003A6950 /* Frameworks */ = {
  287. isa = PBXFrameworksBuildPhase;
  288. buildActionMask = 2147483647;
  289. files = (
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. };
  293. 7CA4813819A2EA8D0030B30D /* Frameworks */ = {
  294. isa = PBXFrameworksBuildPhase;
  295. buildActionMask = 2147483647;
  296. files = (
  297. );
  298. runOnlyForDeploymentPostprocessing = 0;
  299. };
  300. 7CCD1B621C8F7CEC0016D664 /* Frameworks */ = {
  301. isa = PBXFrameworksBuildPhase;
  302. buildActionMask = 2147483647;
  303. files = (
  304. );
  305. runOnlyForDeploymentPostprocessing = 0;
  306. };
  307. 7CCD1BBB1C8F84E60016D664 /* Frameworks */ = {
  308. isa = PBXFrameworksBuildPhase;
  309. buildActionMask = 2147483647;
  310. files = (
  311. );
  312. runOnlyForDeploymentPostprocessing = 0;
  313. };
  314. 7CCD87591C66099B0068099B /* Frameworks */ = {
  315. isa = PBXFrameworksBuildPhase;
  316. buildActionMask = 2147483647;
  317. files = (
  318. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */,
  319. );
  320. runOnlyForDeploymentPostprocessing = 0;
  321. };
  322. 7CCD87761C660EA30068099B /* Frameworks */ = {
  323. isa = PBXFrameworksBuildPhase;
  324. buildActionMask = 2147483647;
  325. files = (
  326. 7CCD877E1C660EA30068099B /* Swifter.framework in Frameworks */,
  327. );
  328. runOnlyForDeploymentPostprocessing = 0;
  329. };
  330. /* End PBXFrameworksBuildPhase section */
  331. /* Begin PBXGroup section */
  332. 7AE893E81C05127900A29F63 /* SwifteriOS */ = {
  333. isa = PBXGroup;
  334. children = (
  335. 7AE893EB1C05127900A29F63 /* Info.plist */,
  336. 7AE893E91C05127900A29F63 /* SwifteriOS.h */,
  337. );
  338. path = SwifteriOS;
  339. sourceTree = "<group>";
  340. };
  341. 7AE893FC1C0512C400A29F63 /* SwifterMac */ = {
  342. isa = PBXGroup;
  343. children = (
  344. 7AE893FF1C0512C400A29F63 /* Info.plist */,
  345. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */,
  346. );
  347. path = SwifterMac;
  348. sourceTree = "<group>";
  349. };
  350. 7C3195E01CC2C68F00DF5406 /* Sources */ = {
  351. isa = PBXGroup;
  352. children = (
  353. 7C3195E11CC2C68F00DF5406 /* CSQLite */,
  354. 7C3195E61CC2C68F00DF5406 /* Swifter */,
  355. );
  356. name = Sources;
  357. path = ../Sources;
  358. sourceTree = "<group>";
  359. };
  360. 7C3195E11CC2C68F00DF5406 /* CSQLite */ = {
  361. isa = PBXGroup;
  362. children = (
  363. 7C3195E21CC2C68F00DF5406 /* include */,
  364. 7C3195E41CC2C68F00DF5406 /* module.map */,
  365. 7C3195E51CC2C68F00DF5406 /* sqlite.c */,
  366. );
  367. path = CSQLite;
  368. sourceTree = "<group>";
  369. };
  370. 7C3195E21CC2C68F00DF5406 /* include */ = {
  371. isa = PBXGroup;
  372. children = (
  373. 7C3195E31CC2C68F00DF5406 /* sqlite.h */,
  374. );
  375. path = include;
  376. sourceTree = "<group>";
  377. };
  378. 7C3195E61CC2C68F00DF5406 /* Swifter */ = {
  379. isa = PBXGroup;
  380. children = (
  381. 7C3195E71CC2C68F00DF5406 /* App.swift */,
  382. 7C3195E81CC2C68F00DF5406 /* DemoServer.swift */,
  383. 7C3195E91CC2C68F00DF5406 /* File.swift */,
  384. 7C3195EA1CC2C68F00DF5406 /* Files.swift */,
  385. 7C3945631D256FDA003EEABA /* Scopes.swift */,
  386. 7C3195EB1CC2C68F00DF5406 /* WebSockets.swift */,
  387. 7C3195ED1CC2C68F00DF5406 /* HttpParser.swift */,
  388. 7C3195EE1CC2C68F00DF5406 /* HttpRequest.swift */,
  389. 7C3195EF1CC2C68F00DF5406 /* HttpResponse.swift */,
  390. 7C3195F01CC2C68F00DF5406 /* HttpRouter.swift */,
  391. 7C3195F11CC2C68F00DF5406 /* HttpServer.swift */,
  392. 7C3195F21CC2C68F00DF5406 /* HttpServerIO.swift */,
  393. 7C3195F31CC2C68F00DF5406 /* Process.swift */,
  394. 7C3195F41CC2C68F00DF5406 /* Reflection.swift */,
  395. 7C3195F51CC2C68F00DF5406 /* Socket.swift */,
  396. 7C5F79061D5627EE00C514AA /* Socket+Server.swift */,
  397. 7C5F790E1D56287000C514AA /* Socket+File.swift */,
  398. 7C3195F71CC2C68F00DF5406 /* SQLite.swift */,
  399. 7C3195F81CC2C68F00DF5406 /* String+BASE64.swift */,
  400. 7C3195F91CC2C68F00DF5406 /* String+Misc.swift */,
  401. 7C3195FA1CC2C68F00DF5406 /* String+SHA1.swift */,
  402. 7C2C85901D50D83D00B32145 /* JSON.swift */,
  403. 7C1145981D527545000DB965 /* AES128.swift */,
  404. 7C5F78F11D54C99200C514AA /* RC4.swift */,
  405. 7C5F78FB1D5520B000C514AA /* RSA.swift */,
  406. 7C5F790A1D56281200C514AA /* Errno.swift */,
  407. 7C1CA77B1D589C2200FD38A0 /* BigNum.swift */,
  408. );
  409. path = Swifter;
  410. sourceTree = "<group>";
  411. };
  412. 7C839B6519422CFF003A6950 = {
  413. isa = PBXGroup;
  414. children = (
  415. 7C3195E01CC2C68F00DF5406 /* Sources */,
  416. 7CCD1B7E1C8F7E520016D664 /* SwiftertvOS */,
  417. 7AE893E81C05127900A29F63 /* SwifteriOS */,
  418. 7AE893FC1C0512C400A29F63 /* SwifterMac */,
  419. 7CA4815619A2EF2B0030B30D /* Resources */,
  420. 7CCD876C1C660B250068099B /* SwifterTestsCommon */,
  421. 7CCD877A1C660EA30068099B /* SwifterOSXTests */,
  422. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */,
  423. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */,
  424. 7CCD1B661C8F7CEC0016D664 /* SwifterSampletvOS */,
  425. 7C839B6F19422CFF003A6950 /* Products */,
  426. 7CCD1BC51C8F84E60016D664 /* SwifteriOS copy-Info.plist */,
  427. );
  428. sourceTree = "<group>";
  429. };
  430. 7C839B6F19422CFF003A6950 /* Products */ = {
  431. isa = PBXGroup;
  432. children = (
  433. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */,
  434. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */,
  435. 7AE893E71C05127900A29F63 /* Swifter.framework */,
  436. 7AE893FB1C0512C400A29F63 /* Swifter.framework */,
  437. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */,
  438. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */,
  439. 7CCD1B651C8F7CEC0016D664 /* SwifterSampletvOS.app */,
  440. 7CCD1BC41C8F84E60016D664 /* SwiftertvOS.framework */,
  441. );
  442. name = Products;
  443. sourceTree = "<group>";
  444. };
  445. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  446. isa = PBXGroup;
  447. children = (
  448. 7CA4813D19A2EA8D0030B30D /* main.swift */,
  449. );
  450. path = SwifterSampleOSX;
  451. sourceTree = "<group>";
  452. };
  453. 7CA4815619A2EF2B0030B30D /* Resources */ = {
  454. isa = PBXGroup;
  455. children = (
  456. 7C7488771C1DA07300CBCD77 /* file.html */,
  457. 98630C061A1C9A9D00478D08 /* login.html */,
  458. 7CB102DF1A17381D00CBA3B4 /* logo.png */,
  459. 7CA4815719A2EF2B0030B30D /* test.json */,
  460. );
  461. path = Resources;
  462. sourceTree = "<group>";
  463. };
  464. 7CCD1B661C8F7CEC0016D664 /* SwifterSampletvOS */ = {
  465. isa = PBXGroup;
  466. children = (
  467. 7CCD1B671C8F7CEC0016D664 /* AppDelegate.swift */,
  468. 7CCD1B691C8F7CEC0016D664 /* ViewController.swift */,
  469. 7CCD1B6B1C8F7CEC0016D664 /* Main.storyboard */,
  470. 7CCD1B6E1C8F7CEC0016D664 /* Assets.xcassets */,
  471. 7CCD1B701C8F7CEC0016D664 /* Info.plist */,
  472. );
  473. path = SwifterSampletvOS;
  474. sourceTree = "<group>";
  475. };
  476. 7CCD1B7E1C8F7E520016D664 /* SwiftertvOS */ = {
  477. isa = PBXGroup;
  478. children = (
  479. 7CCD1B7F1C8F7E520016D664 /* SwiftertvOS.h */,
  480. 7CCD1B811C8F7E520016D664 /* Info.plist */,
  481. );
  482. path = SwiftertvOS;
  483. sourceTree = "<group>";
  484. };
  485. 7CCD875D1C66099B0068099B /* SwifteriOSTests */ = {
  486. isa = PBXGroup;
  487. children = (
  488. 7CCD87601C66099B0068099B /* Info.plist */,
  489. );
  490. name = SwifteriOSTests;
  491. path = ../SwifteriOSTests;
  492. sourceTree = "<group>";
  493. };
  494. 7CCD876C1C660B250068099B /* SwifterTestsCommon */ = {
  495. isa = PBXGroup;
  496. children = (
  497. 7C5915211C92A99300D884BC /* SwifterTestsReflection.swift */,
  498. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */,
  499. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */,
  500. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */,
  501. 7C13B57B1C7B069500556443 /* SwifterTestsSQLite.swift */,
  502. 7C6B57EA1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift */,
  503. 7CB923CF1D510D6400899E2A /* SwifterTestsJSON.swift */,
  504. 7C5F78F51D54D21600C514AA /* SwifterTestsRC4.swift */,
  505. 7C5F78EE1D54BB5600C514AA /* SwifterTestsAES128.swift */,
  506. 7C5F79031D55F44500C514AA /* SwifterTestsRSA.swift */,
  507. 7CCD875D1C66099B0068099B /* SwifteriOSTests */,
  508. );
  509. path = SwifterTestsCommon;
  510. sourceTree = "<group>";
  511. };
  512. 7CCD877A1C660EA30068099B /* SwifterOSXTests */ = {
  513. isa = PBXGroup;
  514. children = (
  515. 7CCD877D1C660EA30068099B /* Info.plist */,
  516. );
  517. path = SwifterOSXTests;
  518. sourceTree = "<group>";
  519. };
  520. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */ = {
  521. isa = PBXGroup;
  522. children = (
  523. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */,
  524. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */,
  525. 7CDAB8101BE2A1D400C8A977 /* Info.plist */,
  526. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */,
  527. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */,
  528. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */,
  529. );
  530. path = SwifterSampleiOS;
  531. sourceTree = "<group>";
  532. };
  533. /* End PBXGroup section */
  534. /* Begin PBXHeadersBuildPhase section */
  535. 7AE893E41C05127900A29F63 /* Headers */ = {
  536. isa = PBXHeadersBuildPhase;
  537. buildActionMask = 2147483647;
  538. files = (
  539. 7C3195FB1CC2C68F00DF5406 /* sqlite.h in Headers */,
  540. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */,
  541. );
  542. runOnlyForDeploymentPostprocessing = 0;
  543. };
  544. 7AE893F81C0512C400A29F63 /* Headers */ = {
  545. isa = PBXHeadersBuildPhase;
  546. buildActionMask = 2147483647;
  547. files = (
  548. 7C3195FC1CC2C68F00DF5406 /* sqlite.h in Headers */,
  549. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */,
  550. );
  551. runOnlyForDeploymentPostprocessing = 0;
  552. };
  553. 7CCD1BBC1C8F84E60016D664 /* Headers */ = {
  554. isa = PBXHeadersBuildPhase;
  555. buildActionMask = 2147483647;
  556. files = (
  557. 7C3195FD1CC2C68F00DF5406 /* sqlite.h in Headers */,
  558. 7CCD1BBE1C8F84E60016D664 /* SwifteriOS.h in Headers */,
  559. );
  560. runOnlyForDeploymentPostprocessing = 0;
  561. };
  562. /* End PBXHeadersBuildPhase section */
  563. /* Begin PBXNativeTarget section */
  564. 7AE893E61C05127900A29F63 /* SwifteriOS */ = {
  565. isa = PBXNativeTarget;
  566. buildConfigurationList = 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */;
  567. buildPhases = (
  568. 7AE893E21C05127900A29F63 /* Sources */,
  569. 7AE893E31C05127900A29F63 /* Frameworks */,
  570. 7AE893E41C05127900A29F63 /* Headers */,
  571. 7AE893E51C05127900A29F63 /* Resources */,
  572. );
  573. buildRules = (
  574. );
  575. dependencies = (
  576. );
  577. name = SwifteriOS;
  578. productName = SwifteriOS;
  579. productReference = 7AE893E71C05127900A29F63 /* Swifter.framework */;
  580. productType = "com.apple.product-type.framework";
  581. };
  582. 7AE893FA1C0512C400A29F63 /* SwifterMac */ = {
  583. isa = PBXNativeTarget;
  584. buildConfigurationList = 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */;
  585. buildPhases = (
  586. 7AE893F61C0512C400A29F63 /* Sources */,
  587. 7AE893F71C0512C400A29F63 /* Frameworks */,
  588. 7AE893F81C0512C400A29F63 /* Headers */,
  589. 7AE893F91C0512C400A29F63 /* Resources */,
  590. );
  591. buildRules = (
  592. );
  593. dependencies = (
  594. );
  595. name = SwifterMac;
  596. productName = SwifterMac;
  597. productReference = 7AE893FB1C0512C400A29F63 /* Swifter.framework */;
  598. productType = "com.apple.product-type.framework";
  599. };
  600. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */ = {
  601. isa = PBXNativeTarget;
  602. buildConfigurationList = 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */;
  603. buildPhases = (
  604. 7C839B6A19422CFF003A6950 /* Sources */,
  605. 7C839B6B19422CFF003A6950 /* Frameworks */,
  606. 7C839B6C19422CFF003A6950 /* Resources */,
  607. );
  608. buildRules = (
  609. );
  610. dependencies = (
  611. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */,
  612. );
  613. name = SwifterSampleiOS;
  614. productName = Swifter;
  615. productReference = 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */;
  616. productType = "com.apple.product-type.application";
  617. };
  618. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  619. isa = PBXNativeTarget;
  620. buildConfigurationList = 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */;
  621. buildPhases = (
  622. 7CA4813719A2EA8D0030B30D /* Sources */,
  623. 7CA4813819A2EA8D0030B30D /* Frameworks */,
  624. 7CA4813919A2EA8D0030B30D /* CopyFiles */,
  625. );
  626. buildRules = (
  627. );
  628. dependencies = (
  629. 7C0A46BD1CAC6895009124AB /* PBXTargetDependency */,
  630. );
  631. name = SwifterSampleOSX;
  632. productName = SwifterOSX;
  633. productReference = 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */;
  634. productType = "com.apple.product-type.tool";
  635. };
  636. 7CCD1B641C8F7CEC0016D664 /* SwifterSampletvOS */ = {
  637. isa = PBXNativeTarget;
  638. buildConfigurationList = 7CCD1B711C8F7CEC0016D664 /* Build configuration list for PBXNativeTarget "SwifterSampletvOS" */;
  639. buildPhases = (
  640. 7CCD1B611C8F7CEC0016D664 /* Sources */,
  641. 7CCD1B621C8F7CEC0016D664 /* Frameworks */,
  642. 7CCD1B631C8F7CEC0016D664 /* Resources */,
  643. );
  644. buildRules = (
  645. );
  646. dependencies = (
  647. 7CCD1BC71C8F857F0016D664 /* PBXTargetDependency */,
  648. );
  649. name = SwifterSampletvOS;
  650. productName = SwifterSampletvOS;
  651. productReference = 7CCD1B651C8F7CEC0016D664 /* SwifterSampletvOS.app */;
  652. productType = "com.apple.product-type.application";
  653. };
  654. 7CCD1BA81C8F84E60016D664 /* SwiftertvOS */ = {
  655. isa = PBXNativeTarget;
  656. buildConfigurationList = 7CCD1BC11C8F84E60016D664 /* Build configuration list for PBXNativeTarget "SwiftertvOS" */;
  657. buildPhases = (
  658. 7CCD1BA91C8F84E60016D664 /* Sources */,
  659. 7CCD1BBB1C8F84E60016D664 /* Frameworks */,
  660. 7CCD1BBC1C8F84E60016D664 /* Headers */,
  661. 7CCD1BC01C8F84E60016D664 /* Resources */,
  662. );
  663. buildRules = (
  664. );
  665. dependencies = (
  666. );
  667. name = SwiftertvOS;
  668. productName = SwifteriOS;
  669. productReference = 7CCD1BC41C8F84E60016D664 /* SwiftertvOS.framework */;
  670. productType = "com.apple.product-type.framework";
  671. };
  672. 7CCD875B1C66099B0068099B /* SwifteriOSTests */ = {
  673. isa = PBXNativeTarget;
  674. buildConfigurationList = 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */;
  675. buildPhases = (
  676. 7CCD87581C66099B0068099B /* Sources */,
  677. 7CCD87591C66099B0068099B /* Frameworks */,
  678. 7CCD875A1C66099B0068099B /* Resources */,
  679. );
  680. buildRules = (
  681. );
  682. dependencies = (
  683. 7CCD87631C66099B0068099B /* PBXTargetDependency */,
  684. );
  685. name = SwifteriOSTests;
  686. productName = SwifteriOSTests;
  687. productReference = 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */;
  688. productType = "com.apple.product-type.bundle.unit-test";
  689. };
  690. 7CCD87781C660EA30068099B /* SwifterOSXTests */ = {
  691. isa = PBXNativeTarget;
  692. buildConfigurationList = 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */;
  693. buildPhases = (
  694. 7CCD87751C660EA30068099B /* Sources */,
  695. 7CCD87761C660EA30068099B /* Frameworks */,
  696. 7CCD87771C660EA30068099B /* Resources */,
  697. );
  698. buildRules = (
  699. );
  700. dependencies = (
  701. 7CCD87801C660EA30068099B /* PBXTargetDependency */,
  702. );
  703. name = SwifterOSXTests;
  704. productName = SwifterOSXTests;
  705. productReference = 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */;
  706. productType = "com.apple.product-type.bundle.unit-test";
  707. };
  708. /* End PBXNativeTarget section */
  709. /* Begin PBXProject section */
  710. 7C839B6619422CFF003A6950 /* Project object */ = {
  711. isa = PBXProject;
  712. attributes = {
  713. LastSwiftUpdateCheck = 0720;
  714. LastUpgradeCheck = 0800;
  715. ORGANIZATIONNAME = "Damian Kołakowski";
  716. TargetAttributes = {
  717. 7AE893E61C05127900A29F63 = {
  718. CreatedOnToolsVersion = 7.1;
  719. };
  720. 7AE893FA1C0512C400A29F63 = {
  721. CreatedOnToolsVersion = 7.1;
  722. LastSwiftMigration = 0800;
  723. ProvisioningStyle = Manual;
  724. };
  725. 7C839B6D19422CFF003A6950 = {
  726. CreatedOnToolsVersion = 6.0;
  727. };
  728. 7CA4813A19A2EA8D0030B30D = {
  729. CreatedOnToolsVersion = 6.0;
  730. LastSwiftMigration = 0800;
  731. };
  732. 7CCD1B641C8F7CEC0016D664 = {
  733. CreatedOnToolsVersion = 7.2.1;
  734. };
  735. 7CCD875B1C66099B0068099B = {
  736. CreatedOnToolsVersion = 7.2;
  737. };
  738. 7CCD87781C660EA30068099B = {
  739. CreatedOnToolsVersion = 7.2;
  740. LastSwiftMigration = 0800;
  741. };
  742. };
  743. };
  744. buildConfigurationList = 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */;
  745. compatibilityVersion = "Xcode 3.2";
  746. developmentRegion = English;
  747. hasScannedForEncodings = 0;
  748. knownRegions = (
  749. en,
  750. Base,
  751. );
  752. mainGroup = 7C839B6519422CFF003A6950;
  753. productRefGroup = 7C839B6F19422CFF003A6950 /* Products */;
  754. projectDirPath = "";
  755. projectRoot = "";
  756. targets = (
  757. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */,
  758. 7CCD1B641C8F7CEC0016D664 /* SwifterSampletvOS */,
  759. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */,
  760. 7AE893E61C05127900A29F63 /* SwifteriOS */,
  761. 7AE893FA1C0512C400A29F63 /* SwifterMac */,
  762. 7CCD1BA81C8F84E60016D664 /* SwiftertvOS */,
  763. 7CCD875B1C66099B0068099B /* SwifteriOSTests */,
  764. 7CCD87781C660EA30068099B /* SwifterOSXTests */,
  765. );
  766. };
  767. /* End PBXProject section */
  768. /* Begin PBXResourcesBuildPhase section */
  769. 7AE893E51C05127900A29F63 /* Resources */ = {
  770. isa = PBXResourcesBuildPhase;
  771. buildActionMask = 2147483647;
  772. files = (
  773. );
  774. runOnlyForDeploymentPostprocessing = 0;
  775. };
  776. 7AE893F91C0512C400A29F63 /* Resources */ = {
  777. isa = PBXResourcesBuildPhase;
  778. buildActionMask = 2147483647;
  779. files = (
  780. );
  781. runOnlyForDeploymentPostprocessing = 0;
  782. };
  783. 7C839B6C19422CFF003A6950 /* Resources */ = {
  784. isa = PBXResourcesBuildPhase;
  785. buildActionMask = 2147483647;
  786. files = (
  787. 7C7488781C1DA07300CBCD77 /* file.html in Resources */,
  788. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */,
  789. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */,
  790. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */,
  791. 98630C071A1C9A9D00478D08 /* login.html in Resources */,
  792. 7CA4815819A2EF2B0030B30D /* test.json in Resources */,
  793. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */,
  794. );
  795. runOnlyForDeploymentPostprocessing = 0;
  796. };
  797. 7CCD1B631C8F7CEC0016D664 /* Resources */ = {
  798. isa = PBXResourcesBuildPhase;
  799. buildActionMask = 2147483647;
  800. files = (
  801. 7CCD1B9F1C8F82B60016D664 /* file.html in Resources */,
  802. 7CCD1BA01C8F82B60016D664 /* login.html in Resources */,
  803. 7CCD1BA11C8F82B60016D664 /* logo.png in Resources */,
  804. 7CCD1BA21C8F82B60016D664 /* test.json in Resources */,
  805. 7CCD1B6F1C8F7CEC0016D664 /* Assets.xcassets in Resources */,
  806. 7CCD1B6D1C8F7CEC0016D664 /* Main.storyboard in Resources */,
  807. );
  808. runOnlyForDeploymentPostprocessing = 0;
  809. };
  810. 7CCD1BC01C8F84E60016D664 /* Resources */ = {
  811. isa = PBXResourcesBuildPhase;
  812. buildActionMask = 2147483647;
  813. files = (
  814. );
  815. runOnlyForDeploymentPostprocessing = 0;
  816. };
  817. 7CCD875A1C66099B0068099B /* Resources */ = {
  818. isa = PBXResourcesBuildPhase;
  819. buildActionMask = 2147483647;
  820. files = (
  821. );
  822. runOnlyForDeploymentPostprocessing = 0;
  823. };
  824. 7CCD87771C660EA30068099B /* Resources */ = {
  825. isa = PBXResourcesBuildPhase;
  826. buildActionMask = 2147483647;
  827. files = (
  828. );
  829. runOnlyForDeploymentPostprocessing = 0;
  830. };
  831. /* End PBXResourcesBuildPhase section */
  832. /* Begin PBXSourcesBuildPhase section */
  833. 7AE893E21C05127900A29F63 /* Sources */ = {
  834. isa = PBXSourcesBuildPhase;
  835. buildActionMask = 2147483647;
  836. files = (
  837. 7C5F78F21D54C99200C514AA /* RC4.swift in Sources */,
  838. 7C31962B1CC2C68F00DF5406 /* Socket.swift in Sources */,
  839. 7C5F78FC1D5520B000C514AA /* RSA.swift in Sources */,
  840. 7C3196191CC2C68F00DF5406 /* HttpResponse.swift in Sources */,
  841. 7C5F790F1D56287000C514AA /* Socket+File.swift in Sources */,
  842. 7C3196131CC2C68F00DF5406 /* HttpParser.swift in Sources */,
  843. 7C31963A1CC2C68F00DF5406 /* String+SHA1.swift in Sources */,
  844. 7C31961F1CC2C68F00DF5406 /* HttpServer.swift in Sources */,
  845. 7C31960D1CC2C68F00DF5406 /* WebSockets.swift in Sources */,
  846. 7C3195FE1CC2C68F00DF5406 /* sqlite.c in Sources */,
  847. 7C3196311CC2C68F00DF5406 /* SQLite.swift in Sources */,
  848. 7C3196341CC2C68F00DF5406 /* String+BASE64.swift in Sources */,
  849. 7C1145991D527545000DB965 /* AES128.swift in Sources */,
  850. 7C31961C1CC2C68F00DF5406 /* HttpRouter.swift in Sources */,
  851. 7C3196071CC2C68F00DF5406 /* File.swift in Sources */,
  852. 7C3196041CC2C68F00DF5406 /* DemoServer.swift in Sources */,
  853. 7C3196281CC2C68F00DF5406 /* Reflection.swift in Sources */,
  854. 7C3945641D256FDA003EEABA /* Scopes.swift in Sources */,
  855. 7C3196161CC2C68F00DF5406 /* HttpRequest.swift in Sources */,
  856. 7C5F79071D5627EE00C514AA /* Socket+Server.swift in Sources */,
  857. 7C3196221CC2C68F00DF5406 /* HttpServerIO.swift in Sources */,
  858. 7C1CA77F1D59BC7100FD38A0 /* BigNum.swift in Sources */,
  859. 7C31960A1CC2C68F00DF5406 /* Files.swift in Sources */,
  860. 7CB923CC1D50F11700899E2A /* JSON.swift in Sources */,
  861. 7C5F790B1D56281200C514AA /* Errno.swift in Sources */,
  862. 7C3196011CC2C68F00DF5406 /* App.swift in Sources */,
  863. 7C3196251CC2C68F00DF5406 /* Process.swift in Sources */,
  864. 7C3196371CC2C68F00DF5406 /* String+Misc.swift in Sources */,
  865. );
  866. runOnlyForDeploymentPostprocessing = 0;
  867. };
  868. 7AE893F61C0512C400A29F63 /* Sources */ = {
  869. isa = PBXSourcesBuildPhase;
  870. buildActionMask = 2147483647;
  871. files = (
  872. 7C5F78F31D54C99200C514AA /* RC4.swift in Sources */,
  873. 7C31962C1CC2C68F00DF5406 /* Socket.swift in Sources */,
  874. 7C5F78FD1D5520B000C514AA /* RSA.swift in Sources */,
  875. 7C31961A1CC2C68F00DF5406 /* HttpResponse.swift in Sources */,
  876. 7C5F79101D56287000C514AA /* Socket+File.swift in Sources */,
  877. 7C3196141CC2C68F00DF5406 /* HttpParser.swift in Sources */,
  878. 7C31963B1CC2C68F00DF5406 /* String+SHA1.swift in Sources */,
  879. 7C3196201CC2C68F00DF5406 /* HttpServer.swift in Sources */,
  880. 7C31960E1CC2C68F00DF5406 /* WebSockets.swift in Sources */,
  881. 7C3195FF1CC2C68F00DF5406 /* sqlite.c in Sources */,
  882. 7C3196321CC2C68F00DF5406 /* SQLite.swift in Sources */,
  883. 7C3196351CC2C68F00DF5406 /* String+BASE64.swift in Sources */,
  884. 7C11459A1D527545000DB965 /* AES128.swift in Sources */,
  885. 7C31961D1CC2C68F00DF5406 /* HttpRouter.swift in Sources */,
  886. 7C3196081CC2C68F00DF5406 /* File.swift in Sources */,
  887. 7C3196051CC2C68F00DF5406 /* DemoServer.swift in Sources */,
  888. 7C3196291CC2C68F00DF5406 /* Reflection.swift in Sources */,
  889. 7C3945651D256FDA003EEABA /* Scopes.swift in Sources */,
  890. 7C3196171CC2C68F00DF5406 /* HttpRequest.swift in Sources */,
  891. 7C5F79081D5627EE00C514AA /* Socket+Server.swift in Sources */,
  892. 7C3196231CC2C68F00DF5406 /* HttpServerIO.swift in Sources */,
  893. 7C1CA7801D59BC7100FD38A0 /* BigNum.swift in Sources */,
  894. 7C31960B1CC2C68F00DF5406 /* Files.swift in Sources */,
  895. 7CB923CD1D50F11800899E2A /* JSON.swift in Sources */,
  896. 7C5F790C1D56281200C514AA /* Errno.swift in Sources */,
  897. 7C3196021CC2C68F00DF5406 /* App.swift in Sources */,
  898. 7C3196261CC2C68F00DF5406 /* Process.swift in Sources */,
  899. 7C3196381CC2C68F00DF5406 /* String+Misc.swift in Sources */,
  900. );
  901. runOnlyForDeploymentPostprocessing = 0;
  902. };
  903. 7C839B6A19422CFF003A6950 /* Sources */ = {
  904. isa = PBXSourcesBuildPhase;
  905. buildActionMask = 2147483647;
  906. files = (
  907. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */,
  908. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */,
  909. );
  910. runOnlyForDeploymentPostprocessing = 0;
  911. };
  912. 7CA4813719A2EA8D0030B30D /* Sources */ = {
  913. isa = PBXSourcesBuildPhase;
  914. buildActionMask = 2147483647;
  915. files = (
  916. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */,
  917. );
  918. runOnlyForDeploymentPostprocessing = 0;
  919. };
  920. 7CCD1B611C8F7CEC0016D664 /* Sources */ = {
  921. isa = PBXSourcesBuildPhase;
  922. buildActionMask = 2147483647;
  923. files = (
  924. 7CCD1B6A1C8F7CEC0016D664 /* ViewController.swift in Sources */,
  925. 7CCD1B681C8F7CEC0016D664 /* AppDelegate.swift in Sources */,
  926. );
  927. runOnlyForDeploymentPostprocessing = 0;
  928. };
  929. 7CCD1BA91C8F84E60016D664 /* Sources */ = {
  930. isa = PBXSourcesBuildPhase;
  931. buildActionMask = 2147483647;
  932. files = (
  933. 7C5F78F41D54C99200C514AA /* RC4.swift in Sources */,
  934. 7C31962D1CC2C68F00DF5406 /* Socket.swift in Sources */,
  935. 7C5F78FE1D5520B000C514AA /* RSA.swift in Sources */,
  936. 7C31961B1CC2C68F00DF5406 /* HttpResponse.swift in Sources */,
  937. 7C5F79111D56287000C514AA /* Socket+File.swift in Sources */,
  938. 7C3196151CC2C68F00DF5406 /* HttpParser.swift in Sources */,
  939. 7C31963C1CC2C68F00DF5406 /* String+SHA1.swift in Sources */,
  940. 7C83177B1D2C5DF300630662 /* Scopes.swift in Sources */,
  941. 7C3196211CC2C68F00DF5406 /* HttpServer.swift in Sources */,
  942. 7C31960F1CC2C68F00DF5406 /* WebSockets.swift in Sources */,
  943. 7C3196001CC2C68F00DF5406 /* sqlite.c in Sources */,
  944. 7C3196331CC2C68F00DF5406 /* SQLite.swift in Sources */,
  945. 7C11459B1D527545000DB965 /* AES128.swift in Sources */,
  946. 7C3196361CC2C68F00DF5406 /* String+BASE64.swift in Sources */,
  947. 7C31961E1CC2C68F00DF5406 /* HttpRouter.swift in Sources */,
  948. 7C3196091CC2C68F00DF5406 /* File.swift in Sources */,
  949. 7C3196061CC2C68F00DF5406 /* DemoServer.swift in Sources */,
  950. 7C31962A1CC2C68F00DF5406 /* Reflection.swift in Sources */,
  951. 7C3196181CC2C68F00DF5406 /* HttpRequest.swift in Sources */,
  952. 7C5F79091D5627EE00C514AA /* Socket+Server.swift in Sources */,
  953. 7C3196241CC2C68F00DF5406 /* HttpServerIO.swift in Sources */,
  954. 7C1CA7811D59BC7200FD38A0 /* BigNum.swift in Sources */,
  955. 7C31960C1CC2C68F00DF5406 /* Files.swift in Sources */,
  956. 7CB923CE1D50F11800899E2A /* JSON.swift in Sources */,
  957. 7C5F790D1D56281200C514AA /* Errno.swift in Sources */,
  958. 7C3196031CC2C68F00DF5406 /* App.swift in Sources */,
  959. 7C3196271CC2C68F00DF5406 /* Process.swift in Sources */,
  960. 7C3196391CC2C68F00DF5406 /* String+Misc.swift in Sources */,
  961. );
  962. runOnlyForDeploymentPostprocessing = 0;
  963. };
  964. 7CCD87581C66099B0068099B /* Sources */ = {
  965. isa = PBXSourcesBuildPhase;
  966. buildActionMask = 2147483647;
  967. files = (
  968. 7C5F78EF1D54BB5600C514AA /* SwifterTestsAES128.swift in Sources */,
  969. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */,
  970. 7C5F79041D55F44500C514AA /* SwifterTestsRSA.swift in Sources */,
  971. 7C6B57EB1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */,
  972. 7C5915221C92A99300D884BC /* SwifterTestsReflection.swift in Sources */,
  973. 7C13B57C1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */,
  974. 7CB923D01D510D6400899E2A /* SwifterTestsJSON.swift in Sources */,
  975. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  976. 7C5F78F91D54D24B00C514AA /* SwifterTestsRC4.swift in Sources */,
  977. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */,
  978. );
  979. runOnlyForDeploymentPostprocessing = 0;
  980. };
  981. 7CCD87751C660EA30068099B /* Sources */ = {
  982. isa = PBXSourcesBuildPhase;
  983. buildActionMask = 2147483647;
  984. files = (
  985. 7C5F78F01D54BB5600C514AA /* SwifterTestsAES128.swift in Sources */,
  986. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */,
  987. 7C5F79051D55F44500C514AA /* SwifterTestsRSA.swift in Sources */,
  988. 7C6B57EC1CA6C3AA0042655C /* SwifterTestsHttpRouter.swift in Sources */,
  989. 7C5915231C92A99300D884BC /* SwifterTestsReflection.swift in Sources */,
  990. 7C13B57D1C7B069500556443 /* SwifterTestsSQLite.swift in Sources */,
  991. 7CB923D11D510D6400899E2A /* SwifterTestsJSON.swift in Sources */,
  992. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  993. 7C5F78FA1D54D24B00C514AA /* SwifterTestsRC4.swift in Sources */,
  994. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */,
  995. );
  996. runOnlyForDeploymentPostprocessing = 0;
  997. };
  998. /* End PBXSourcesBuildPhase section */
  999. /* Begin PBXTargetDependency section */
  1000. 7C0A46BD1CAC6895009124AB /* PBXTargetDependency */ = {
  1001. isa = PBXTargetDependency;
  1002. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  1003. targetProxy = 7C0A46BC1CAC6895009124AB /* PBXContainerItemProxy */;
  1004. };
  1005. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */ = {
  1006. isa = PBXTargetDependency;
  1007. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  1008. targetProxy = 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */;
  1009. };
  1010. 7CCD1BC71C8F857F0016D664 /* PBXTargetDependency */ = {
  1011. isa = PBXTargetDependency;
  1012. target = 7CCD1BA81C8F84E60016D664 /* SwiftertvOS */;
  1013. targetProxy = 7CCD1BC61C8F857F0016D664 /* PBXContainerItemProxy */;
  1014. };
  1015. 7CCD87631C66099B0068099B /* PBXTargetDependency */ = {
  1016. isa = PBXTargetDependency;
  1017. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  1018. targetProxy = 7CCD87621C66099B0068099B /* PBXContainerItemProxy */;
  1019. };
  1020. 7CCD87801C660EA30068099B /* PBXTargetDependency */ = {
  1021. isa = PBXTargetDependency;
  1022. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  1023. targetProxy = 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */;
  1024. };
  1025. /* End PBXTargetDependency section */
  1026. /* Begin PBXVariantGroup section */
  1027. 7CCD1B6B1C8F7CEC0016D664 /* Main.storyboard */ = {
  1028. isa = PBXVariantGroup;
  1029. children = (
  1030. 7CCD1B6C1C8F7CEC0016D664 /* Base */,
  1031. );
  1032. name = Main.storyboard;
  1033. sourceTree = "<group>";
  1034. };
  1035. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */ = {
  1036. isa = PBXVariantGroup;
  1037. children = (
  1038. 7CDAB80E1BE2A1D400C8A977 /* Base */,
  1039. );
  1040. name = Main.storyboard;
  1041. path = .;
  1042. sourceTree = "<group>";
  1043. };
  1044. /* End PBXVariantGroup section */
  1045. /* Begin XCBuildConfiguration section */
  1046. 7AE893ED1C05127900A29F63 /* Debug */ = {
  1047. isa = XCBuildConfiguration;
  1048. buildSettings = {
  1049. CLANG_ENABLE_MODULES = YES;
  1050. COMBINE_HIDPI_IMAGES = YES;
  1051. CURRENT_PROJECT_VERSION = 1.1.3;
  1052. DEBUG_INFORMATION_FORMAT = dwarf;
  1053. DEFINES_MODULE = YES;
  1054. DYLIB_COMPATIBILITY_VERSION = 1;
  1055. DYLIB_CURRENT_VERSION = 1;
  1056. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1057. GCC_NO_COMMON_BLOCKS = YES;
  1058. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  1059. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1060. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1061. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1062. MTL_ENABLE_DEBUG_INFO = YES;
  1063. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  1064. PRODUCT_NAME = Swifter;
  1065. SKIP_INSTALL = YES;
  1066. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1067. VERSIONING_SYSTEM = "apple-generic";
  1068. VERSION_INFO_PREFIX = "";
  1069. };
  1070. name = Debug;
  1071. };
  1072. 7AE893EE1C05127900A29F63 /* Release */ = {
  1073. isa = XCBuildConfiguration;
  1074. buildSettings = {
  1075. CLANG_ENABLE_MODULES = YES;
  1076. COMBINE_HIDPI_IMAGES = YES;
  1077. COPY_PHASE_STRIP = NO;
  1078. CURRENT_PROJECT_VERSION = 1.1.3;
  1079. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1080. DEFINES_MODULE = YES;
  1081. DYLIB_COMPATIBILITY_VERSION = 1;
  1082. DYLIB_CURRENT_VERSION = 1;
  1083. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1084. GCC_NO_COMMON_BLOCKS = YES;
  1085. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  1086. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1087. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1088. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1089. MTL_ENABLE_DEBUG_INFO = NO;
  1090. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  1091. PRODUCT_NAME = Swifter;
  1092. SKIP_INSTALL = YES;
  1093. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1094. VERSIONING_SYSTEM = "apple-generic";
  1095. VERSION_INFO_PREFIX = "";
  1096. };
  1097. name = Release;
  1098. };
  1099. 7AE894011C0512C400A29F63 /* Debug */ = {
  1100. isa = XCBuildConfiguration;
  1101. buildSettings = {
  1102. CLANG_ENABLE_MODULES = YES;
  1103. CODE_SIGN_IDENTITY = "Mac Developer";
  1104. COMBINE_HIDPI_IMAGES = YES;
  1105. CURRENT_PROJECT_VERSION = 1.1.3;
  1106. DEBUG_INFORMATION_FORMAT = dwarf;
  1107. DEFINES_MODULE = YES;
  1108. DYLIB_COMPATIBILITY_VERSION = 1;
  1109. DYLIB_CURRENT_VERSION = 1;
  1110. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1111. FRAMEWORK_VERSION = A;
  1112. GCC_NO_COMMON_BLOCKS = YES;
  1113. INFOPLIST_FILE = SwifterMac/Info.plist;
  1114. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1115. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1116. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1117. MTL_ENABLE_DEBUG_INFO = YES;
  1118. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  1119. PRODUCT_NAME = Swifter;
  1120. PROVISIONING_PROFILE_SPECIFIER = JHSX9UH35H/;
  1121. SDKROOT = macosx;
  1122. SKIP_INSTALL = YES;
  1123. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1124. SWIFT_VERSION = 3.0;
  1125. VERSIONING_SYSTEM = "apple-generic";
  1126. VERSION_INFO_PREFIX = "";
  1127. };
  1128. name = Debug;
  1129. };
  1130. 7AE894021C0512C400A29F63 /* Release */ = {
  1131. isa = XCBuildConfiguration;
  1132. buildSettings = {
  1133. CLANG_ENABLE_MODULES = YES;
  1134. CODE_SIGN_IDENTITY = "Mac Developer";
  1135. COMBINE_HIDPI_IMAGES = YES;
  1136. COPY_PHASE_STRIP = NO;
  1137. CURRENT_PROJECT_VERSION = 1.1.3;
  1138. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1139. DEFINES_MODULE = YES;
  1140. DYLIB_COMPATIBILITY_VERSION = 1;
  1141. DYLIB_CURRENT_VERSION = 1;
  1142. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1143. FRAMEWORK_VERSION = A;
  1144. GCC_NO_COMMON_BLOCKS = YES;
  1145. INFOPLIST_FILE = SwifterMac/Info.plist;
  1146. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1147. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  1148. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1149. MTL_ENABLE_DEBUG_INFO = NO;
  1150. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  1151. PRODUCT_NAME = Swifter;
  1152. PROVISIONING_PROFILE_SPECIFIER = JHSX9UH35H/;
  1153. SDKROOT = macosx;
  1154. SKIP_INSTALL = YES;
  1155. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1156. SWIFT_VERSION = 3.0;
  1157. VERSIONING_SYSTEM = "apple-generic";
  1158. VERSION_INFO_PREFIX = "";
  1159. };
  1160. name = Release;
  1161. };
  1162. 7C839B8819422D00003A6950 /* Debug */ = {
  1163. isa = XCBuildConfiguration;
  1164. buildSettings = {
  1165. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1166. ALWAYS_SEARCH_USER_PATHS = NO;
  1167. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1168. CLANG_CXX_LIBRARY = "libc++";
  1169. CLANG_ENABLE_MODULES = YES;
  1170. CLANG_ENABLE_OBJC_ARC = YES;
  1171. CLANG_WARN_BOOL_CONVERSION = YES;
  1172. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1173. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1174. CLANG_WARN_EMPTY_BODY = YES;
  1175. CLANG_WARN_ENUM_CONVERSION = YES;
  1176. CLANG_WARN_INFINITE_RECURSION = YES;
  1177. CLANG_WARN_INT_CONVERSION = YES;
  1178. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1179. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1180. CLANG_WARN_UNREACHABLE_CODE = YES;
  1181. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1182. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1183. COPY_PHASE_STRIP = NO;
  1184. CURRENT_PROJECT_VERSION = 1.1.3;
  1185. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1186. ENABLE_TESTABILITY = YES;
  1187. GCC_C_LANGUAGE_STANDARD = gnu99;
  1188. GCC_DYNAMIC_NO_PIC = NO;
  1189. GCC_NO_COMMON_BLOCKS = YES;
  1190. GCC_OPTIMIZATION_LEVEL = 0;
  1191. GCC_PREPROCESSOR_DEFINITIONS = (
  1192. "DEBUG=1",
  1193. "$(inherited)",
  1194. );
  1195. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1196. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1197. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1198. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1199. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1200. GCC_WARN_UNUSED_FUNCTION = YES;
  1201. GCC_WARN_UNUSED_VARIABLE = YES;
  1202. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1203. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1204. METAL_ENABLE_DEBUG_INFO = YES;
  1205. ONLY_ACTIVE_ARCH = YES;
  1206. OTHER_SWIFT_FLAGS = "";
  1207. SDKROOT = macosx;
  1208. SWIFT_INCLUDE_PATHS = "\"$(SRCROOT)/../Sources/CSQLite/\"";
  1209. SWIFT_OBJC_BRIDGING_HEADER = "";
  1210. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1211. TARGETED_DEVICE_FAMILY = "1,2";
  1212. };
  1213. name = Debug;
  1214. };
  1215. 7C839B8919422D00003A6950 /* Release */ = {
  1216. isa = XCBuildConfiguration;
  1217. buildSettings = {
  1218. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1219. ALWAYS_SEARCH_USER_PATHS = NO;
  1220. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1221. CLANG_CXX_LIBRARY = "libc++";
  1222. CLANG_ENABLE_MODULES = YES;
  1223. CLANG_ENABLE_OBJC_ARC = YES;
  1224. CLANG_WARN_BOOL_CONVERSION = YES;
  1225. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1226. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1227. CLANG_WARN_EMPTY_BODY = YES;
  1228. CLANG_WARN_ENUM_CONVERSION = YES;
  1229. CLANG_WARN_INFINITE_RECURSION = YES;
  1230. CLANG_WARN_INT_CONVERSION = YES;
  1231. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1232. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1233. CLANG_WARN_UNREACHABLE_CODE = YES;
  1234. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1235. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1236. COPY_PHASE_STRIP = YES;
  1237. CURRENT_PROJECT_VERSION = 1.1.3;
  1238. ENABLE_NS_ASSERTIONS = NO;
  1239. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1240. GCC_C_LANGUAGE_STANDARD = gnu99;
  1241. GCC_NO_COMMON_BLOCKS = YES;
  1242. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1243. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1244. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1245. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1246. GCC_WARN_UNUSED_FUNCTION = YES;
  1247. GCC_WARN_UNUSED_VARIABLE = YES;
  1248. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1249. MACOSX_DEPLOYMENT_TARGET = 10.10;
  1250. METAL_ENABLE_DEBUG_INFO = NO;
  1251. ONLY_ACTIVE_ARCH = NO;
  1252. OTHER_SWIFT_FLAGS = "";
  1253. SDKROOT = macosx;
  1254. SWIFT_INCLUDE_PATHS = "\"$(SRCROOT)/../Sources/CSQLite/\"";
  1255. SWIFT_OBJC_BRIDGING_HEADER = "";
  1256. TARGETED_DEVICE_FAMILY = "1,2";
  1257. VALIDATE_PRODUCT = YES;
  1258. };
  1259. name = Release;
  1260. };
  1261. 7C839B8B19422D00003A6950 /* Debug */ = {
  1262. isa = XCBuildConfiguration;
  1263. buildSettings = {
  1264. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1265. CLANG_ENABLE_MODULES = YES;
  1266. COMBINE_HIDPI_IMAGES = YES;
  1267. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  1268. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1269. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  1270. PRODUCT_NAME = "$(TARGET_NAME)";
  1271. SWIFT_OBJC_BRIDGING_HEADER = "";
  1272. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1273. };
  1274. name = Debug;
  1275. };
  1276. 7C839B8C19422D00003A6950 /* Release */ = {
  1277. isa = XCBuildConfiguration;
  1278. buildSettings = {
  1279. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1280. CLANG_ENABLE_MODULES = YES;
  1281. COMBINE_HIDPI_IMAGES = YES;
  1282. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  1283. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1284. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  1285. PRODUCT_NAME = "$(TARGET_NAME)";
  1286. SWIFT_OBJC_BRIDGING_HEADER = "";
  1287. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1288. };
  1289. name = Release;
  1290. };
  1291. 7CA4813F19A2EA8D0030B30D /* Debug */ = {
  1292. isa = XCBuildConfiguration;
  1293. buildSettings = {
  1294. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1295. CLANG_ENABLE_MODULES = YES;
  1296. GCC_PREPROCESSOR_DEFINITIONS = (
  1297. "DEBUG=1",
  1298. "$(inherited)",
  1299. );
  1300. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1301. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1302. MTL_ENABLE_DEBUG_INFO = YES;
  1303. ONLY_ACTIVE_ARCH = YES;
  1304. PRODUCT_NAME = "$(TARGET_NAME)";
  1305. SDKROOT = macosx;
  1306. SWIFT_OBJC_BRIDGING_HEADER = "";
  1307. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1308. SWIFT_VERSION = 3.0;
  1309. };
  1310. name = Debug;
  1311. };
  1312. 7CA4814019A2EA8D0030B30D /* Release */ = {
  1313. isa = XCBuildConfiguration;
  1314. buildSettings = {
  1315. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  1316. CLANG_ENABLE_MODULES = YES;
  1317. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1318. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1319. MACOSX_DEPLOYMENT_TARGET = 10.9;
  1320. MTL_ENABLE_DEBUG_INFO = NO;
  1321. PRODUCT_NAME = "$(TARGET_NAME)";
  1322. SDKROOT = macosx;
  1323. SWIFT_OBJC_BRIDGING_HEADER = "";
  1324. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1325. SWIFT_VERSION = 3.0;
  1326. };
  1327. name = Release;
  1328. };
  1329. 7CCD1B721C8F7CEC0016D664 /* Debug */ = {
  1330. isa = XCBuildConfiguration;
  1331. buildSettings = {
  1332. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1333. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1334. CODE_SIGN_IDENTITY = "iPhone Developer";
  1335. DEBUG_INFORMATION_FORMAT = dwarf;
  1336. GCC_NO_COMMON_BLOCKS = YES;
  1337. INFOPLIST_FILE = SwifterSampletvOS/Info.plist;
  1338. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1339. MTL_ENABLE_DEBUG_INFO = YES;
  1340. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterSampletvOS;
  1341. PRODUCT_NAME = "$(TARGET_NAME)";
  1342. SDKROOT = appletvos;
  1343. TARGETED_DEVICE_FAMILY = 3;
  1344. TVOS_DEPLOYMENT_TARGET = 9.1;
  1345. };
  1346. name = Debug;
  1347. };
  1348. 7CCD1B731C8F7CEC0016D664 /* Release */ = {
  1349. isa = XCBuildConfiguration;
  1350. buildSettings = {
  1351. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1352. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1353. CODE_SIGN_IDENTITY = "iPhone Developer";
  1354. COPY_PHASE_STRIP = NO;
  1355. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1356. GCC_NO_COMMON_BLOCKS = YES;
  1357. INFOPLIST_FILE = SwifterSampletvOS/Info.plist;
  1358. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1359. MTL_ENABLE_DEBUG_INFO = NO;
  1360. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterSampletvOS;
  1361. PRODUCT_NAME = "$(TARGET_NAME)";
  1362. SDKROOT = appletvos;
  1363. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1364. TARGETED_DEVICE_FAMILY = 3;
  1365. TVOS_DEPLOYMENT_TARGET = 9.1;
  1366. };
  1367. name = Release;
  1368. };
  1369. 7CCD1BC21C8F84E60016D664 /* Debug */ = {
  1370. isa = XCBuildConfiguration;
  1371. buildSettings = {
  1372. CLANG_ENABLE_MODULES = YES;
  1373. COMBINE_HIDPI_IMAGES = YES;
  1374. CURRENT_PROJECT_VERSION = 1.1.3;
  1375. DEBUG_INFORMATION_FORMAT = dwarf;
  1376. DEFINES_MODULE = YES;
  1377. DYLIB_COMPATIBILITY_VERSION = 1;
  1378. DYLIB_CURRENT_VERSION = 1;
  1379. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1380. GCC_NO_COMMON_BLOCKS = YES;
  1381. INFOPLIST_FILE = "$(SRCROOT)/SwiftertvOS/Info.plist";
  1382. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1383. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1384. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1385. MTL_ENABLE_DEBUG_INFO = YES;
  1386. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwiftertvOS;
  1387. PRODUCT_NAME = "$(TARGET_NAME)";
  1388. SKIP_INSTALL = YES;
  1389. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1390. VERSIONING_SYSTEM = "apple-generic";
  1391. VERSION_INFO_PREFIX = "";
  1392. };
  1393. name = Debug;
  1394. };
  1395. 7CCD1BC31C8F84E60016D664 /* Release */ = {
  1396. isa = XCBuildConfiguration;
  1397. buildSettings = {
  1398. CLANG_ENABLE_MODULES = YES;
  1399. COMBINE_HIDPI_IMAGES = YES;
  1400. COPY_PHASE_STRIP = NO;
  1401. CURRENT_PROJECT_VERSION = 1.1.3;
  1402. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1403. DEFINES_MODULE = YES;
  1404. DYLIB_COMPATIBILITY_VERSION = 1;
  1405. DYLIB_CURRENT_VERSION = 1;
  1406. DYLIB_INSTALL_NAME_BASE = "@rpath";
  1407. GCC_NO_COMMON_BLOCKS = YES;
  1408. INFOPLIST_FILE = "$(SRCROOT)/SwiftertvOS/Info.plist";
  1409. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  1410. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1411. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1412. MTL_ENABLE_DEBUG_INFO = NO;
  1413. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwiftertvOS;
  1414. PRODUCT_NAME = "$(TARGET_NAME)";
  1415. SKIP_INSTALL = YES;
  1416. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1417. VERSIONING_SYSTEM = "apple-generic";
  1418. VERSION_INFO_PREFIX = "";
  1419. };
  1420. name = Release;
  1421. };
  1422. 7CCD87651C66099B0068099B /* Debug */ = {
  1423. isa = XCBuildConfiguration;
  1424. buildSettings = {
  1425. COMBINE_HIDPI_IMAGES = YES;
  1426. DEBUG_INFORMATION_FORMAT = dwarf;
  1427. GCC_NO_COMMON_BLOCKS = YES;
  1428. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  1429. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  1430. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1431. MTL_ENABLE_DEBUG_INFO = YES;
  1432. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  1433. PRODUCT_NAME = "$(TARGET_NAME)";
  1434. };
  1435. name = Debug;
  1436. };
  1437. 7CCD87661C66099B0068099B /* Release */ = {
  1438. isa = XCBuildConfiguration;
  1439. buildSettings = {
  1440. COMBINE_HIDPI_IMAGES = YES;
  1441. COPY_PHASE_STRIP = NO;
  1442. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1443. GCC_NO_COMMON_BLOCKS = YES;
  1444. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  1445. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  1446. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1447. MTL_ENABLE_DEBUG_INFO = NO;
  1448. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  1449. PRODUCT_NAME = "$(TARGET_NAME)";
  1450. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1451. };
  1452. name = Release;
  1453. };
  1454. 7CCD87821C660EA30068099B /* Debug */ = {
  1455. isa = XCBuildConfiguration;
  1456. buildSettings = {
  1457. CODE_SIGN_IDENTITY = "-";
  1458. COMBINE_HIDPI_IMAGES = YES;
  1459. DEBUG_INFORMATION_FORMAT = dwarf;
  1460. GCC_NO_COMMON_BLOCKS = YES;
  1461. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1462. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1463. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1464. MTL_ENABLE_DEBUG_INFO = YES;
  1465. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1466. PRODUCT_NAME = "$(TARGET_NAME)";
  1467. SDKROOT = macosx;
  1468. SWIFT_VERSION = 3.0;
  1469. };
  1470. name = Debug;
  1471. };
  1472. 7CCD87831C660EA30068099B /* Release */ = {
  1473. isa = XCBuildConfiguration;
  1474. buildSettings = {
  1475. CODE_SIGN_IDENTITY = "-";
  1476. COMBINE_HIDPI_IMAGES = YES;
  1477. COPY_PHASE_STRIP = NO;
  1478. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1479. GCC_NO_COMMON_BLOCKS = YES;
  1480. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  1481. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  1482. MACOSX_DEPLOYMENT_TARGET = 10.11;
  1483. MTL_ENABLE_DEBUG_INFO = NO;
  1484. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  1485. PRODUCT_NAME = "$(TARGET_NAME)";
  1486. SDKROOT = macosx;
  1487. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1488. SWIFT_VERSION = 3.0;
  1489. };
  1490. name = Release;
  1491. };
  1492. /* End XCBuildConfiguration section */
  1493. /* Begin XCConfigurationList section */
  1494. 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */ = {
  1495. isa = XCConfigurationList;
  1496. buildConfigurations = (
  1497. 7AE893ED1C05127900A29F63 /* Debug */,
  1498. 7AE893EE1C05127900A29F63 /* Release */,
  1499. );
  1500. defaultConfigurationIsVisible = 0;
  1501. defaultConfigurationName = Release;
  1502. };
  1503. 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */ = {
  1504. isa = XCConfigurationList;
  1505. buildConfigurations = (
  1506. 7AE894011C0512C400A29F63 /* Debug */,
  1507. 7AE894021C0512C400A29F63 /* Release */,
  1508. );
  1509. defaultConfigurationIsVisible = 0;
  1510. defaultConfigurationName = Release;
  1511. };
  1512. 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */ = {
  1513. isa = XCConfigurationList;
  1514. buildConfigurations = (
  1515. 7C839B8819422D00003A6950 /* Debug */,
  1516. 7C839B8919422D00003A6950 /* Release */,
  1517. );
  1518. defaultConfigurationIsVisible = 0;
  1519. defaultConfigurationName = Release;
  1520. };
  1521. 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */ = {
  1522. isa = XCConfigurationList;
  1523. buildConfigurations = (
  1524. 7C839B8B19422D00003A6950 /* Debug */,
  1525. 7C839B8C19422D00003A6950 /* Release */,
  1526. );
  1527. defaultConfigurationIsVisible = 0;
  1528. defaultConfigurationName = Release;
  1529. };
  1530. 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */ = {
  1531. isa = XCConfigurationList;
  1532. buildConfigurations = (
  1533. 7CA4813F19A2EA8D0030B30D /* Debug */,
  1534. 7CA4814019A2EA8D0030B30D /* Release */,
  1535. );
  1536. defaultConfigurationIsVisible = 0;
  1537. defaultConfigurationName = Release;
  1538. };
  1539. 7CCD1B711C8F7CEC0016D664 /* Build configuration list for PBXNativeTarget "SwifterSampletvOS" */ = {
  1540. isa = XCConfigurationList;
  1541. buildConfigurations = (
  1542. 7CCD1B721C8F7CEC0016D664 /* Debug */,
  1543. 7CCD1B731C8F7CEC0016D664 /* Release */,
  1544. );
  1545. defaultConfigurationIsVisible = 0;
  1546. defaultConfigurationName = Release;
  1547. };
  1548. 7CCD1BC11C8F84E60016D664 /* Build configuration list for PBXNativeTarget "SwiftertvOS" */ = {
  1549. isa = XCConfigurationList;
  1550. buildConfigurations = (
  1551. 7CCD1BC21C8F84E60016D664 /* Debug */,
  1552. 7CCD1BC31C8F84E60016D664 /* Release */,
  1553. );
  1554. defaultConfigurationIsVisible = 0;
  1555. defaultConfigurationName = Release;
  1556. };
  1557. 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */ = {
  1558. isa = XCConfigurationList;
  1559. buildConfigurations = (
  1560. 7CCD87651C66099B0068099B /* Debug */,
  1561. 7CCD87661C66099B0068099B /* Release */,
  1562. );
  1563. defaultConfigurationIsVisible = 0;
  1564. defaultConfigurationName = Release;
  1565. };
  1566. 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */ = {
  1567. isa = XCConfigurationList;
  1568. buildConfigurations = (
  1569. 7CCD87821C660EA30068099B /* Debug */,
  1570. 7CCD87831C660EA30068099B /* Release */,
  1571. );
  1572. defaultConfigurationIsVisible = 0;
  1573. defaultConfigurationName = Release;
  1574. };
  1575. /* End XCConfigurationList section */
  1576. };
  1577. rootObject = 7C839B6619422CFF003A6950 /* Project object */;
  1578. }