project.pbxproj 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080
  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. 7C1A2BFB1C5605F50026D3BF /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */; };
  13. 7C1A2BFC1C5605F50026D3BF /* String+BASE64.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */; };
  14. 7C2BEC781C518B7C00B8EE90 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */; };
  15. 7C2BEC791C5195EE00B8EE90 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */; };
  16. 7C2BEC7A1C5195F200B8EE90 /* String+SHA1.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */; };
  17. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  18. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */; };
  19. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  20. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  21. 7C73C6911C2615FE00AEF6CA /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */; };
  22. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */; };
  23. 7C73C6AA1C261A2100AEF6CA /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6941C2619E100AEF6CA /* DemoServer.swift */; };
  24. 7C73C6AB1C261A2100AEF6CA /* HttpHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */; };
  25. 7C73C6AC1C261A2100AEF6CA /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6961C2619E100AEF6CA /* HttpParser.swift */; };
  26. 7C73C6AD1C261A2100AEF6CA /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */; };
  27. 7C73C6AE1C261A2100AEF6CA /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */; };
  28. 7C73C6AF1C261A2100AEF6CA /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */; };
  29. 7C73C6B01C261A2100AEF6CA /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */; };
  30. 7C73C6B11C261A2100AEF6CA /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */; };
  31. 7C73C6B21C261A2100AEF6CA /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69C1C2619E100AEF6CA /* Socket.swift */; };
  32. 7C73C6B31C261A2100AEF6CA /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */; };
  33. 7C73C6B51C261A2600AEF6CA /* DemoServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6941C2619E100AEF6CA /* DemoServer.swift */; };
  34. 7C73C6B61C261A2600AEF6CA /* HttpHandlers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */; };
  35. 7C73C6B71C261A2600AEF6CA /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6961C2619E100AEF6CA /* HttpParser.swift */; };
  36. 7C73C6B81C261A2600AEF6CA /* HttpRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */; };
  37. 7C73C6B91C261A2600AEF6CA /* HttpResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */; };
  38. 7C73C6BA1C261A2600AEF6CA /* HttpRouter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */; };
  39. 7C73C6BB1C261A2600AEF6CA /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */; };
  40. 7C73C6BC1C261A2600AEF6CA /* HttpServerIO.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */; };
  41. 7C73C6BD1C261A2600AEF6CA /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69C1C2619E100AEF6CA /* Socket.swift */; };
  42. 7C73C6BE1C261A2600AEF6CA /* String+Misc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */; };
  43. 7C7488781C1DA07300CBCD77 /* file.html in Resources */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  44. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7C7488771C1DA07300CBCD77 /* file.html */; };
  45. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CA4813D19A2EA8D0030B30D /* main.swift */; };
  46. 7CA4815819A2EF2B0030B30D /* test.json in Resources */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  47. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */ = {isa = PBXBuildFile; fileRef = 7CA4815719A2EF2B0030B30D /* test.json */; };
  48. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 7CB102DF1A17381D00CBA3B4 /* logo.png */; };
  49. 7CC0F8C91C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */; };
  50. 7CC0F8CA1C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */; };
  51. 7CC0F8CC1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */; };
  52. 7CC0F8CD1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */; };
  53. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893E71C05127900A29F63 /* Swifter.framework */; };
  54. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  55. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  56. 7CCD877E1C660EA30068099B /* Swifter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7AE893FB1C0512C400A29F63 /* Swifter.framework */; };
  57. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */; };
  58. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */; };
  59. 7CCD87871C676EE50068099B /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD87861C676EE50068099B /* File.swift */; };
  60. 7CCD87881C676EE50068099B /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CCD87861C676EE50068099B /* File.swift */; };
  61. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */; };
  62. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */; };
  63. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */; };
  64. 98630C071A1C9A9D00478D08 /* login.html in Resources */ = {isa = PBXBuildFile; fileRef = 98630C061A1C9A9D00478D08 /* login.html */; };
  65. /* End PBXBuildFile section */
  66. /* Begin PBXContainerItemProxy section */
  67. 7AE8940E1C0515A200A29F63 /* PBXContainerItemProxy */ = {
  68. isa = PBXContainerItemProxy;
  69. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  70. proxyType = 1;
  71. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  72. remoteInfo = SwifterMac;
  73. };
  74. 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */ = {
  75. isa = PBXContainerItemProxy;
  76. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  77. proxyType = 1;
  78. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  79. remoteInfo = SwifteriOS;
  80. };
  81. 7CCD87621C66099B0068099B /* PBXContainerItemProxy */ = {
  82. isa = PBXContainerItemProxy;
  83. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  84. proxyType = 1;
  85. remoteGlobalIDString = 7AE893E61C05127900A29F63;
  86. remoteInfo = SwifteriOS;
  87. };
  88. 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */ = {
  89. isa = PBXContainerItemProxy;
  90. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  91. proxyType = 1;
  92. remoteGlobalIDString = 7AE893FA1C0512C400A29F63;
  93. remoteInfo = SwifterMac;
  94. };
  95. /* End PBXContainerItemProxy section */
  96. /* Begin PBXCopyFilesBuildPhase section */
  97. 7CA4813919A2EA8D0030B30D /* CopyFiles */ = {
  98. isa = PBXCopyFilesBuildPhase;
  99. buildActionMask = 12;
  100. dstPath = "";
  101. dstSubfolderSpec = 7;
  102. files = (
  103. 7C74887B1C1DA08200CBCD77 /* file.html in CopyFiles */,
  104. 7C71C5B11A1EC49B00682BF0 /* logo.png in CopyFiles */,
  105. 7C71C5B01A1D52F800682BF0 /* login.html in CopyFiles */,
  106. 7CA4815919A2EF560030B30D /* test.json in CopyFiles */,
  107. );
  108. runOnlyForDeploymentPostprocessing = 0;
  109. };
  110. /* End PBXCopyFilesBuildPhase section */
  111. /* Begin PBXFileReference section */
  112. 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyJSON.swift; sourceTree = "<group>"; };
  113. 7AE893E71C05127900A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  114. 7AE893E91C05127900A29F63 /* SwifteriOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifteriOS.h; sourceTree = "<group>"; };
  115. 7AE893EB1C05127900A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  116. 7AE893FB1C0512C400A29F63 /* Swifter.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Swifter.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  117. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SwifterMac.h; sourceTree = "<group>"; };
  118. 7AE893FF1C0512C400A29F63 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  119. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; };
  120. 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+BASE64.swift"; sourceTree = "<group>"; };
  121. 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+SHA1.swift"; sourceTree = "<group>"; };
  122. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsWebSocketSession.swift; sourceTree = "<group>"; };
  123. 7C73C6941C2619E100AEF6CA /* DemoServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DemoServer.swift; sourceTree = "<group>"; };
  124. 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpHandlers.swift; sourceTree = "<group>"; };
  125. 7C73C6961C2619E100AEF6CA /* HttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpParser.swift; sourceTree = "<group>"; };
  126. 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRequest.swift; sourceTree = "<group>"; };
  127. 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpResponse.swift; sourceTree = "<group>"; };
  128. 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpRouter.swift; sourceTree = "<group>"; };
  129. 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServer.swift; sourceTree = "<group>"; };
  130. 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServerIO.swift; sourceTree = "<group>"; };
  131. 7C73C69C1C2619E100AEF6CA /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = "<group>"; };
  132. 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Misc.swift"; sourceTree = "<group>"; };
  133. 7C7488771C1DA07300CBCD77 /* file.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = file.html; sourceTree = "<group>"; };
  134. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwifterSampleiOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  135. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SwifterSampleOSX; sourceTree = BUILT_PRODUCTS_DIR; };
  136. 7CA4813D19A2EA8D0030B30D /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
  137. 7CA4815719A2EF2B0030B30D /* test.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = test.json; sourceTree = "<group>"; };
  138. 7CB102DF1A17381D00CBA3B4 /* logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = logo.png; sourceTree = "<group>"; };
  139. 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HttpHandlers+Files.swift"; sourceTree = "<group>"; };
  140. 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "HttpHandlers+WebSockets.swift"; sourceTree = "<group>"; };
  141. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifteriOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  142. 7CCD87601C66099B0068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  143. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsHttpParser.swift; sourceTree = "<group>"; };
  144. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwifterTestsStringExtensions.swift; sourceTree = "<group>"; };
  145. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifterOSXTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  146. 7CCD877D1C660EA30068099B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  147. 7CCD87861C676EE50068099B /* File.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
  148. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  149. 7CDAB80E1BE2A1D400C8A977 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  150. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  151. 7CDAB8101BE2A1D400C8A977 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  152. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  153. 7CEAF86F1C14B2B5003252DE /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
  154. 98630C061A1C9A9D00478D08 /* login.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = login.html; sourceTree = "<group>"; };
  155. /* End PBXFileReference section */
  156. /* Begin PBXFrameworksBuildPhase section */
  157. 7AE893E31C05127900A29F63 /* Frameworks */ = {
  158. isa = PBXFrameworksBuildPhase;
  159. buildActionMask = 2147483647;
  160. files = (
  161. );
  162. runOnlyForDeploymentPostprocessing = 0;
  163. };
  164. 7AE893F71C0512C400A29F63 /* Frameworks */ = {
  165. isa = PBXFrameworksBuildPhase;
  166. buildActionMask = 2147483647;
  167. files = (
  168. );
  169. runOnlyForDeploymentPostprocessing = 0;
  170. };
  171. 7C839B6B19422CFF003A6950 /* Frameworks */ = {
  172. isa = PBXFrameworksBuildPhase;
  173. buildActionMask = 2147483647;
  174. files = (
  175. );
  176. runOnlyForDeploymentPostprocessing = 0;
  177. };
  178. 7CA4813819A2EA8D0030B30D /* Frameworks */ = {
  179. isa = PBXFrameworksBuildPhase;
  180. buildActionMask = 2147483647;
  181. files = (
  182. );
  183. runOnlyForDeploymentPostprocessing = 0;
  184. };
  185. 7CCD87591C66099B0068099B /* Frameworks */ = {
  186. isa = PBXFrameworksBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. 7CCD87611C66099B0068099B /* Swifter.framework in Frameworks */,
  190. );
  191. runOnlyForDeploymentPostprocessing = 0;
  192. };
  193. 7CCD87761C660EA30068099B /* Frameworks */ = {
  194. isa = PBXFrameworksBuildPhase;
  195. buildActionMask = 2147483647;
  196. files = (
  197. 7CCD877E1C660EA30068099B /* Swifter.framework in Frameworks */,
  198. );
  199. runOnlyForDeploymentPostprocessing = 0;
  200. };
  201. /* End PBXFrameworksBuildPhase section */
  202. /* Begin PBXGroup section */
  203. 7AE893E81C05127900A29F63 /* SwifteriOS */ = {
  204. isa = PBXGroup;
  205. children = (
  206. 7AE893EB1C05127900A29F63 /* Info.plist */,
  207. 7AE893E91C05127900A29F63 /* SwifteriOS.h */,
  208. );
  209. path = SwifteriOS;
  210. sourceTree = "<group>";
  211. };
  212. 7AE893FC1C0512C400A29F63 /* SwifterMac */ = {
  213. isa = PBXGroup;
  214. children = (
  215. 7AE893FF1C0512C400A29F63 /* Info.plist */,
  216. 7AE893FD1C0512C400A29F63 /* SwifterMac.h */,
  217. );
  218. path = SwifterMac;
  219. sourceTree = "<group>";
  220. };
  221. 7C839B6519422CFF003A6950 = {
  222. isa = PBXGroup;
  223. children = (
  224. 7CEAF86F1C14B2B5003252DE /* Package.swift */,
  225. 7CA4815619A2EF2B0030B30D /* Resources */,
  226. 7CEAF84A1C14B29B003252DE /* Sources */,
  227. 7CCD876C1C660B250068099B /* SwifterTestsCommon */,
  228. 7CCD875D1C66099B0068099B /* SwifteriOSTests */,
  229. 7CCD877A1C660EA30068099B /* SwifterOSXTests */,
  230. 7C839B6F19422CFF003A6950 /* Products */,
  231. 7AE893FC1C0512C400A29F63 /* SwifterMac */,
  232. 7AE893E81C05127900A29F63 /* SwifteriOS */,
  233. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */,
  234. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */,
  235. );
  236. sourceTree = "<group>";
  237. };
  238. 7C839B6F19422CFF003A6950 /* Products */ = {
  239. isa = PBXGroup;
  240. children = (
  241. 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */,
  242. 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */,
  243. 7AE893E71C05127900A29F63 /* Swifter.framework */,
  244. 7AE893FB1C0512C400A29F63 /* Swifter.framework */,
  245. 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */,
  246. 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */,
  247. );
  248. name = Products;
  249. sourceTree = "<group>";
  250. };
  251. 7CA4813C19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  252. isa = PBXGroup;
  253. children = (
  254. 18E610A51BD6397D00B7D17A /* SwiftyJSON.swift */,
  255. 7CA4813D19A2EA8D0030B30D /* main.swift */,
  256. );
  257. path = SwifterSampleOSX;
  258. sourceTree = "<group>";
  259. };
  260. 7CA4815619A2EF2B0030B30D /* Resources */ = {
  261. isa = PBXGroup;
  262. children = (
  263. 7C7488771C1DA07300CBCD77 /* file.html */,
  264. 98630C061A1C9A9D00478D08 /* login.html */,
  265. 7CB102DF1A17381D00CBA3B4 /* logo.png */,
  266. 7CA4815719A2EF2B0030B30D /* test.json */,
  267. );
  268. path = Resources;
  269. sourceTree = "<group>";
  270. };
  271. 7CCD875D1C66099B0068099B /* SwifteriOSTests */ = {
  272. isa = PBXGroup;
  273. children = (
  274. 7CCD87601C66099B0068099B /* Info.plist */,
  275. );
  276. path = SwifteriOSTests;
  277. sourceTree = "<group>";
  278. };
  279. 7CCD876C1C660B250068099B /* SwifterTestsCommon */ = {
  280. isa = PBXGroup;
  281. children = (
  282. 7CCD876D1C660B250068099B /* SwifterTestsHttpParser.swift */,
  283. 7CCD876E1C660B250068099B /* SwifterTestsStringExtensions.swift */,
  284. 7C4785E81C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift */,
  285. );
  286. path = SwifterTestsCommon;
  287. sourceTree = "<group>";
  288. };
  289. 7CCD877A1C660EA30068099B /* SwifterOSXTests */ = {
  290. isa = PBXGroup;
  291. children = (
  292. 7CCD877D1C660EA30068099B /* Info.plist */,
  293. );
  294. path = SwifterOSXTests;
  295. sourceTree = "<group>";
  296. };
  297. 7CDAB80B1BE2A1D400C8A977 /* SwifterSampleiOS */ = {
  298. isa = PBXGroup;
  299. children = (
  300. 7CDAB80C1BE2A1D400C8A977 /* AppDelegate.swift */,
  301. 7CDAB80F1BE2A1D400C8A977 /* Images.xcassets */,
  302. 7CDAB8101BE2A1D400C8A977 /* Info.plist */,
  303. 7AE8940C1C05151100A29F63 /* Launch Screen.storyboard */,
  304. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */,
  305. 7CDAB8111BE2A1D400C8A977 /* ViewController.swift */,
  306. );
  307. path = SwifterSampleiOS;
  308. sourceTree = "<group>";
  309. };
  310. 7CEAF84A1C14B29B003252DE /* Sources */ = {
  311. isa = PBXGroup;
  312. children = (
  313. 7C73C6941C2619E100AEF6CA /* DemoServer.swift */,
  314. 7CC0F8C81C50136B00B65A94 /* HttpHandlers+Files.swift */,
  315. 7CC0F8CB1C5014A200B65A94 /* HttpHandlers+WebSockets.swift */,
  316. 7C73C6951C2619E100AEF6CA /* HttpHandlers.swift */,
  317. 7C73C6961C2619E100AEF6CA /* HttpParser.swift */,
  318. 7C73C6971C2619E100AEF6CA /* HttpRequest.swift */,
  319. 7C73C6981C2619E100AEF6CA /* HttpResponse.swift */,
  320. 7C73C6991C2619E100AEF6CA /* HttpRouter.swift */,
  321. 7C73C69A1C2619E100AEF6CA /* HttpServer.swift */,
  322. 7C73C69B1C2619E100AEF6CA /* HttpServerIO.swift */,
  323. 7C73C69C1C2619E100AEF6CA /* Socket.swift */,
  324. 7CCD87861C676EE50068099B /* File.swift */,
  325. 7C73C69D1C2619E100AEF6CA /* String+Misc.swift */,
  326. 7C2BEC771C518B7C00B8EE90 /* String+SHA1.swift */,
  327. 7C1A2BFA1C5605F50026D3BF /* String+BASE64.swift */,
  328. );
  329. path = Sources;
  330. sourceTree = "<group>";
  331. };
  332. /* End PBXGroup section */
  333. /* Begin PBXHeadersBuildPhase section */
  334. 7AE893E41C05127900A29F63 /* Headers */ = {
  335. isa = PBXHeadersBuildPhase;
  336. buildActionMask = 2147483647;
  337. files = (
  338. 7AE893EA1C05127900A29F63 /* SwifteriOS.h in Headers */,
  339. );
  340. runOnlyForDeploymentPostprocessing = 0;
  341. };
  342. 7AE893F81C0512C400A29F63 /* Headers */ = {
  343. isa = PBXHeadersBuildPhase;
  344. buildActionMask = 2147483647;
  345. files = (
  346. 7AE893FE1C0512C400A29F63 /* SwifterMac.h in Headers */,
  347. );
  348. runOnlyForDeploymentPostprocessing = 0;
  349. };
  350. /* End PBXHeadersBuildPhase section */
  351. /* Begin PBXNativeTarget section */
  352. 7AE893E61C05127900A29F63 /* SwifteriOS */ = {
  353. isa = PBXNativeTarget;
  354. buildConfigurationList = 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */;
  355. buildPhases = (
  356. 7AE893E21C05127900A29F63 /* Sources */,
  357. 7AE893E31C05127900A29F63 /* Frameworks */,
  358. 7AE893E41C05127900A29F63 /* Headers */,
  359. 7AE893E51C05127900A29F63 /* Resources */,
  360. );
  361. buildRules = (
  362. );
  363. dependencies = (
  364. );
  365. name = SwifteriOS;
  366. productName = SwifteriOS;
  367. productReference = 7AE893E71C05127900A29F63 /* Swifter.framework */;
  368. productType = "com.apple.product-type.framework";
  369. };
  370. 7AE893FA1C0512C400A29F63 /* SwifterMac */ = {
  371. isa = PBXNativeTarget;
  372. buildConfigurationList = 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */;
  373. buildPhases = (
  374. 7AE893F61C0512C400A29F63 /* Sources */,
  375. 7AE893F71C0512C400A29F63 /* Frameworks */,
  376. 7AE893F81C0512C400A29F63 /* Headers */,
  377. 7AE893F91C0512C400A29F63 /* Resources */,
  378. );
  379. buildRules = (
  380. );
  381. dependencies = (
  382. );
  383. name = SwifterMac;
  384. productName = SwifterMac;
  385. productReference = 7AE893FB1C0512C400A29F63 /* Swifter.framework */;
  386. productType = "com.apple.product-type.framework";
  387. };
  388. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */ = {
  389. isa = PBXNativeTarget;
  390. buildConfigurationList = 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */;
  391. buildPhases = (
  392. 7C839B6A19422CFF003A6950 /* Sources */,
  393. 7C839B6B19422CFF003A6950 /* Frameworks */,
  394. 7C839B6C19422CFF003A6950 /* Resources */,
  395. );
  396. buildRules = (
  397. );
  398. dependencies = (
  399. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */,
  400. );
  401. name = SwifterSampleiOS;
  402. productName = Swifter;
  403. productReference = 7C839B6E19422CFF003A6950 /* SwifterSampleiOS.app */;
  404. productType = "com.apple.product-type.application";
  405. };
  406. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */ = {
  407. isa = PBXNativeTarget;
  408. buildConfigurationList = 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */;
  409. buildPhases = (
  410. 7CA4813719A2EA8D0030B30D /* Sources */,
  411. 7CA4813819A2EA8D0030B30D /* Frameworks */,
  412. 7CA4813919A2EA8D0030B30D /* CopyFiles */,
  413. );
  414. buildRules = (
  415. );
  416. dependencies = (
  417. 7AE8940F1C0515A200A29F63 /* PBXTargetDependency */,
  418. );
  419. name = SwifterSampleOSX;
  420. productName = SwifterOSX;
  421. productReference = 7CA4813B19A2EA8D0030B30D /* SwifterSampleOSX */;
  422. productType = "com.apple.product-type.tool";
  423. };
  424. 7CCD875B1C66099B0068099B /* SwifteriOSTests */ = {
  425. isa = PBXNativeTarget;
  426. buildConfigurationList = 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */;
  427. buildPhases = (
  428. 7CCD87581C66099B0068099B /* Sources */,
  429. 7CCD87591C66099B0068099B /* Frameworks */,
  430. 7CCD875A1C66099B0068099B /* Resources */,
  431. );
  432. buildRules = (
  433. );
  434. dependencies = (
  435. 7CCD87631C66099B0068099B /* PBXTargetDependency */,
  436. );
  437. name = SwifteriOSTests;
  438. productName = SwifteriOSTests;
  439. productReference = 7CCD875C1C66099B0068099B /* SwifteriOSTests.xctest */;
  440. productType = "com.apple.product-type.bundle.unit-test";
  441. };
  442. 7CCD87781C660EA30068099B /* SwifterOSXTests */ = {
  443. isa = PBXNativeTarget;
  444. buildConfigurationList = 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */;
  445. buildPhases = (
  446. 7CCD87751C660EA30068099B /* Sources */,
  447. 7CCD87761C660EA30068099B /* Frameworks */,
  448. 7CCD87771C660EA30068099B /* Resources */,
  449. );
  450. buildRules = (
  451. );
  452. dependencies = (
  453. 7CCD87801C660EA30068099B /* PBXTargetDependency */,
  454. );
  455. name = SwifterOSXTests;
  456. productName = SwifterOSXTests;
  457. productReference = 7CCD87791C660EA30068099B /* SwifterOSXTests.xctest */;
  458. productType = "com.apple.product-type.bundle.unit-test";
  459. };
  460. /* End PBXNativeTarget section */
  461. /* Begin PBXProject section */
  462. 7C839B6619422CFF003A6950 /* Project object */ = {
  463. isa = PBXProject;
  464. attributes = {
  465. LastSwiftUpdateCheck = 0720;
  466. LastUpgradeCheck = 0730;
  467. ORGANIZATIONNAME = "Damian Kołakowski";
  468. TargetAttributes = {
  469. 7AE893E61C05127900A29F63 = {
  470. CreatedOnToolsVersion = 7.1;
  471. };
  472. 7AE893FA1C0512C400A29F63 = {
  473. CreatedOnToolsVersion = 7.1;
  474. };
  475. 7C839B6D19422CFF003A6950 = {
  476. CreatedOnToolsVersion = 6.0;
  477. };
  478. 7CA4813A19A2EA8D0030B30D = {
  479. CreatedOnToolsVersion = 6.0;
  480. };
  481. 7CCD875B1C66099B0068099B = {
  482. CreatedOnToolsVersion = 7.2;
  483. };
  484. 7CCD87781C660EA30068099B = {
  485. CreatedOnToolsVersion = 7.2;
  486. };
  487. };
  488. };
  489. buildConfigurationList = 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */;
  490. compatibilityVersion = "Xcode 3.2";
  491. developmentRegion = English;
  492. hasScannedForEncodings = 0;
  493. knownRegions = (
  494. en,
  495. Base,
  496. );
  497. mainGroup = 7C839B6519422CFF003A6950;
  498. productRefGroup = 7C839B6F19422CFF003A6950 /* Products */;
  499. projectDirPath = "";
  500. projectRoot = "";
  501. targets = (
  502. 7C839B6D19422CFF003A6950 /* SwifterSampleiOS */,
  503. 7CA4813A19A2EA8D0030B30D /* SwifterSampleOSX */,
  504. 7AE893E61C05127900A29F63 /* SwifteriOS */,
  505. 7AE893FA1C0512C400A29F63 /* SwifterMac */,
  506. 7CCD875B1C66099B0068099B /* SwifteriOSTests */,
  507. 7CCD87781C660EA30068099B /* SwifterOSXTests */,
  508. );
  509. };
  510. /* End PBXProject section */
  511. /* Begin PBXResourcesBuildPhase section */
  512. 7AE893E51C05127900A29F63 /* Resources */ = {
  513. isa = PBXResourcesBuildPhase;
  514. buildActionMask = 2147483647;
  515. files = (
  516. );
  517. runOnlyForDeploymentPostprocessing = 0;
  518. };
  519. 7AE893F91C0512C400A29F63 /* Resources */ = {
  520. isa = PBXResourcesBuildPhase;
  521. buildActionMask = 2147483647;
  522. files = (
  523. );
  524. runOnlyForDeploymentPostprocessing = 0;
  525. };
  526. 7C839B6C19422CFF003A6950 /* Resources */ = {
  527. isa = PBXResourcesBuildPhase;
  528. buildActionMask = 2147483647;
  529. files = (
  530. 7C7488781C1DA07300CBCD77 /* file.html in Resources */,
  531. 7AE8940D1C05151100A29F63 /* Launch Screen.storyboard in Resources */,
  532. 7CB102E01A17381D00CBA3B4 /* logo.png in Resources */,
  533. 7CDAB8141BE2A1D400C8A977 /* Images.xcassets in Resources */,
  534. 98630C071A1C9A9D00478D08 /* login.html in Resources */,
  535. 7CA4815819A2EF2B0030B30D /* test.json in Resources */,
  536. 7CDAB8131BE2A1D400C8A977 /* Main.storyboard in Resources */,
  537. );
  538. runOnlyForDeploymentPostprocessing = 0;
  539. };
  540. 7CCD875A1C66099B0068099B /* Resources */ = {
  541. isa = PBXResourcesBuildPhase;
  542. buildActionMask = 2147483647;
  543. files = (
  544. );
  545. runOnlyForDeploymentPostprocessing = 0;
  546. };
  547. 7CCD87771C660EA30068099B /* Resources */ = {
  548. isa = PBXResourcesBuildPhase;
  549. buildActionMask = 2147483647;
  550. files = (
  551. );
  552. runOnlyForDeploymentPostprocessing = 0;
  553. };
  554. /* End PBXResourcesBuildPhase section */
  555. /* Begin PBXSourcesBuildPhase section */
  556. 7AE893E21C05127900A29F63 /* Sources */ = {
  557. isa = PBXSourcesBuildPhase;
  558. buildActionMask = 2147483647;
  559. files = (
  560. 7C2BEC791C5195EE00B8EE90 /* String+SHA1.swift in Sources */,
  561. 7C73C6AA1C261A2100AEF6CA /* DemoServer.swift in Sources */,
  562. 7C73C6AB1C261A2100AEF6CA /* HttpHandlers.swift in Sources */,
  563. 7C1A2BFB1C5605F50026D3BF /* String+BASE64.swift in Sources */,
  564. 7C73C6AC1C261A2100AEF6CA /* HttpParser.swift in Sources */,
  565. 7C73C6AD1C261A2100AEF6CA /* HttpRequest.swift in Sources */,
  566. 7C73C6AE1C261A2100AEF6CA /* HttpResponse.swift in Sources */,
  567. 7C73C6AF1C261A2100AEF6CA /* HttpRouter.swift in Sources */,
  568. 7CC0F8CC1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */,
  569. 7C73C6B01C261A2100AEF6CA /* HttpServer.swift in Sources */,
  570. 7CCD87871C676EE50068099B /* File.swift in Sources */,
  571. 7C73C6B11C261A2100AEF6CA /* HttpServerIO.swift in Sources */,
  572. 7C73C6B21C261A2100AEF6CA /* Socket.swift in Sources */,
  573. 7CC0F8C91C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */,
  574. 7C73C6B31C261A2100AEF6CA /* String+Misc.swift in Sources */,
  575. );
  576. runOnlyForDeploymentPostprocessing = 0;
  577. };
  578. 7AE893F61C0512C400A29F63 /* Sources */ = {
  579. isa = PBXSourcesBuildPhase;
  580. buildActionMask = 2147483647;
  581. files = (
  582. 7C2BEC7A1C5195F200B8EE90 /* String+SHA1.swift in Sources */,
  583. 7C73C6B51C261A2600AEF6CA /* DemoServer.swift in Sources */,
  584. 7C73C6B61C261A2600AEF6CA /* HttpHandlers.swift in Sources */,
  585. 7C1A2BFC1C5605F50026D3BF /* String+BASE64.swift in Sources */,
  586. 7C73C6B71C261A2600AEF6CA /* HttpParser.swift in Sources */,
  587. 7C73C6B81C261A2600AEF6CA /* HttpRequest.swift in Sources */,
  588. 7C73C6B91C261A2600AEF6CA /* HttpResponse.swift in Sources */,
  589. 7C73C6BA1C261A2600AEF6CA /* HttpRouter.swift in Sources */,
  590. 7CC0F8CD1C5014A200B65A94 /* HttpHandlers+WebSockets.swift in Sources */,
  591. 7C73C6BB1C261A2600AEF6CA /* HttpServer.swift in Sources */,
  592. 7CCD87881C676EE50068099B /* File.swift in Sources */,
  593. 7C73C6BC1C261A2600AEF6CA /* HttpServerIO.swift in Sources */,
  594. 7C73C6BD1C261A2600AEF6CA /* Socket.swift in Sources */,
  595. 7CC0F8CA1C50136B00B65A94 /* HttpHandlers+Files.swift in Sources */,
  596. 7C73C6BE1C261A2600AEF6CA /* String+Misc.swift in Sources */,
  597. );
  598. runOnlyForDeploymentPostprocessing = 0;
  599. };
  600. 7C839B6A19422CFF003A6950 /* Sources */ = {
  601. isa = PBXSourcesBuildPhase;
  602. buildActionMask = 2147483647;
  603. files = (
  604. 7C73C6921C26179C00AEF6CA /* AppDelegate.swift in Sources */,
  605. 7CDAB8161BE2A1D400C8A977 /* ViewController.swift in Sources */,
  606. 7C2BEC781C518B7C00B8EE90 /* String+SHA1.swift in Sources */,
  607. );
  608. runOnlyForDeploymentPostprocessing = 0;
  609. };
  610. 7CA4813719A2EA8D0030B30D /* Sources */ = {
  611. isa = PBXSourcesBuildPhase;
  612. buildActionMask = 2147483647;
  613. files = (
  614. 7C73C6911C2615FE00AEF6CA /* SwiftyJSON.swift in Sources */,
  615. 7CA4813E19A2EA8D0030B30D /* main.swift in Sources */,
  616. );
  617. runOnlyForDeploymentPostprocessing = 0;
  618. };
  619. 7CCD87581C66099B0068099B /* Sources */ = {
  620. isa = PBXSourcesBuildPhase;
  621. buildActionMask = 2147483647;
  622. files = (
  623. 7CCD87701C660B250068099B /* SwifterTestsHttpParser.swift in Sources */,
  624. 7C4785E91C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  625. 7CCD87721C660B250068099B /* SwifterTestsStringExtensions.swift in Sources */,
  626. );
  627. runOnlyForDeploymentPostprocessing = 0;
  628. };
  629. 7CCD87751C660EA30068099B /* Sources */ = {
  630. isa = PBXSourcesBuildPhase;
  631. buildActionMask = 2147483647;
  632. files = (
  633. 7CCD87841C660ED60068099B /* SwifterTestsHttpParser.swift in Sources */,
  634. 7C4785EA1C71D15600A9FE73 /* SwifterTestsWebSocketSession.swift in Sources */,
  635. 7CCD87851C660ED60068099B /* SwifterTestsStringExtensions.swift in Sources */,
  636. );
  637. runOnlyForDeploymentPostprocessing = 0;
  638. };
  639. /* End PBXSourcesBuildPhase section */
  640. /* Begin PBXTargetDependency section */
  641. 7AE8940F1C0515A200A29F63 /* PBXTargetDependency */ = {
  642. isa = PBXTargetDependency;
  643. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  644. targetProxy = 7AE8940E1C0515A200A29F63 /* PBXContainerItemProxy */;
  645. };
  646. 7C73C6C01C261AA700AEF6CA /* PBXTargetDependency */ = {
  647. isa = PBXTargetDependency;
  648. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  649. targetProxy = 7C73C6BF1C261AA700AEF6CA /* PBXContainerItemProxy */;
  650. };
  651. 7CCD87631C66099B0068099B /* PBXTargetDependency */ = {
  652. isa = PBXTargetDependency;
  653. target = 7AE893E61C05127900A29F63 /* SwifteriOS */;
  654. targetProxy = 7CCD87621C66099B0068099B /* PBXContainerItemProxy */;
  655. };
  656. 7CCD87801C660EA30068099B /* PBXTargetDependency */ = {
  657. isa = PBXTargetDependency;
  658. target = 7AE893FA1C0512C400A29F63 /* SwifterMac */;
  659. targetProxy = 7CCD877F1C660EA30068099B /* PBXContainerItemProxy */;
  660. };
  661. /* End PBXTargetDependency section */
  662. /* Begin PBXVariantGroup section */
  663. 7CDAB80D1BE2A1D400C8A977 /* Main.storyboard */ = {
  664. isa = PBXVariantGroup;
  665. children = (
  666. 7CDAB80E1BE2A1D400C8A977 /* Base */,
  667. );
  668. name = Main.storyboard;
  669. path = .;
  670. sourceTree = "<group>";
  671. };
  672. /* End PBXVariantGroup section */
  673. /* Begin XCBuildConfiguration section */
  674. 7AE893ED1C05127900A29F63 /* Debug */ = {
  675. isa = XCBuildConfiguration;
  676. buildSettings = {
  677. CURRENT_PROJECT_VERSION = 1.1.3;
  678. DEBUG_INFORMATION_FORMAT = dwarf;
  679. DEFINES_MODULE = YES;
  680. DYLIB_COMPATIBILITY_VERSION = 1;
  681. DYLIB_CURRENT_VERSION = 1;
  682. DYLIB_INSTALL_NAME_BASE = "@rpath";
  683. GCC_NO_COMMON_BLOCKS = YES;
  684. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  685. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  686. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  687. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  688. MTL_ENABLE_DEBUG_INFO = YES;
  689. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  690. PRODUCT_NAME = Swifter;
  691. SDKROOT = iphoneos;
  692. SKIP_INSTALL = YES;
  693. VERSIONING_SYSTEM = "apple-generic";
  694. VERSION_INFO_PREFIX = "";
  695. };
  696. name = Debug;
  697. };
  698. 7AE893EE1C05127900A29F63 /* Release */ = {
  699. isa = XCBuildConfiguration;
  700. buildSettings = {
  701. COPY_PHASE_STRIP = NO;
  702. CURRENT_PROJECT_VERSION = 1.1.3;
  703. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  704. DEFINES_MODULE = YES;
  705. DYLIB_COMPATIBILITY_VERSION = 1;
  706. DYLIB_CURRENT_VERSION = 1;
  707. DYLIB_INSTALL_NAME_BASE = "@rpath";
  708. GCC_NO_COMMON_BLOCKS = YES;
  709. INFOPLIST_FILE = SwifterSampleiOS/Info.plist;
  710. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  711. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  712. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  713. MTL_ENABLE_DEBUG_INFO = NO;
  714. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOS;
  715. PRODUCT_NAME = Swifter;
  716. SDKROOT = iphoneos;
  717. SKIP_INSTALL = YES;
  718. VERSIONING_SYSTEM = "apple-generic";
  719. VERSION_INFO_PREFIX = "";
  720. };
  721. name = Release;
  722. };
  723. 7AE894011C0512C400A29F63 /* Debug */ = {
  724. isa = XCBuildConfiguration;
  725. buildSettings = {
  726. CODE_SIGN_IDENTITY = "Mac Developer";
  727. COMBINE_HIDPI_IMAGES = YES;
  728. CURRENT_PROJECT_VERSION = 1.1.3;
  729. DEBUG_INFORMATION_FORMAT = dwarf;
  730. DEFINES_MODULE = YES;
  731. DYLIB_COMPATIBILITY_VERSION = 1;
  732. DYLIB_CURRENT_VERSION = 1;
  733. DYLIB_INSTALL_NAME_BASE = "@rpath";
  734. FRAMEWORK_VERSION = A;
  735. GCC_NO_COMMON_BLOCKS = YES;
  736. INFOPLIST_FILE = SwifterMac/Info.plist;
  737. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  738. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  739. MACOSX_DEPLOYMENT_TARGET = 10.9;
  740. MTL_ENABLE_DEBUG_INFO = YES;
  741. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  742. PRODUCT_NAME = Swifter;
  743. SDKROOT = macosx;
  744. SKIP_INSTALL = YES;
  745. VERSIONING_SYSTEM = "apple-generic";
  746. VERSION_INFO_PREFIX = "";
  747. };
  748. name = Debug;
  749. };
  750. 7AE894021C0512C400A29F63 /* Release */ = {
  751. isa = XCBuildConfiguration;
  752. buildSettings = {
  753. CODE_SIGN_IDENTITY = "Mac Developer";
  754. COMBINE_HIDPI_IMAGES = YES;
  755. COPY_PHASE_STRIP = NO;
  756. CURRENT_PROJECT_VERSION = 1.1.3;
  757. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  758. DEFINES_MODULE = YES;
  759. DYLIB_COMPATIBILITY_VERSION = 1;
  760. DYLIB_CURRENT_VERSION = 1;
  761. DYLIB_INSTALL_NAME_BASE = "@rpath";
  762. FRAMEWORK_VERSION = A;
  763. GCC_NO_COMMON_BLOCKS = YES;
  764. INFOPLIST_FILE = SwifterMac/Info.plist;
  765. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  766. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  767. MACOSX_DEPLOYMENT_TARGET = 10.9;
  768. MTL_ENABLE_DEBUG_INFO = NO;
  769. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterMac;
  770. PRODUCT_NAME = Swifter;
  771. SDKROOT = macosx;
  772. SKIP_INSTALL = YES;
  773. VERSIONING_SYSTEM = "apple-generic";
  774. VERSION_INFO_PREFIX = "";
  775. };
  776. name = Release;
  777. };
  778. 7C839B8819422D00003A6950 /* Debug */ = {
  779. isa = XCBuildConfiguration;
  780. buildSettings = {
  781. ALWAYS_SEARCH_USER_PATHS = NO;
  782. APPLICATION_EXTENSION_API_ONLY = YES;
  783. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  784. CLANG_CXX_LIBRARY = "libc++";
  785. CLANG_ENABLE_MODULES = YES;
  786. CLANG_ENABLE_OBJC_ARC = YES;
  787. CLANG_WARN_BOOL_CONVERSION = YES;
  788. CLANG_WARN_CONSTANT_CONVERSION = YES;
  789. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  790. CLANG_WARN_EMPTY_BODY = YES;
  791. CLANG_WARN_ENUM_CONVERSION = YES;
  792. CLANG_WARN_INT_CONVERSION = YES;
  793. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  794. CLANG_WARN_UNREACHABLE_CODE = YES;
  795. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  796. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  797. COPY_PHASE_STRIP = NO;
  798. CURRENT_PROJECT_VERSION = 1.1.4;
  799. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  800. ENABLE_STRICT_OBJC_MSGSEND = YES;
  801. ENABLE_TESTABILITY = YES;
  802. GCC_C_LANGUAGE_STANDARD = gnu99;
  803. GCC_DYNAMIC_NO_PIC = NO;
  804. GCC_OPTIMIZATION_LEVEL = 0;
  805. GCC_PREPROCESSOR_DEFINITIONS = (
  806. "DEBUG=1",
  807. "$(inherited)",
  808. );
  809. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  810. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  811. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  812. GCC_WARN_UNDECLARED_SELECTOR = YES;
  813. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  814. GCC_WARN_UNUSED_FUNCTION = YES;
  815. GCC_WARN_UNUSED_VARIABLE = YES;
  816. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  817. MACOSX_DEPLOYMENT_TARGET = 10.9;
  818. METAL_ENABLE_DEBUG_INFO = YES;
  819. ONLY_ACTIVE_ARCH = YES;
  820. SDKROOT = macosx;
  821. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  822. TARGETED_DEVICE_FAMILY = "1,2";
  823. };
  824. name = Debug;
  825. };
  826. 7C839B8919422D00003A6950 /* Release */ = {
  827. isa = XCBuildConfiguration;
  828. buildSettings = {
  829. ALWAYS_SEARCH_USER_PATHS = NO;
  830. APPLICATION_EXTENSION_API_ONLY = YES;
  831. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  832. CLANG_CXX_LIBRARY = "libc++";
  833. CLANG_ENABLE_MODULES = YES;
  834. CLANG_ENABLE_OBJC_ARC = YES;
  835. CLANG_WARN_BOOL_CONVERSION = YES;
  836. CLANG_WARN_CONSTANT_CONVERSION = YES;
  837. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  838. CLANG_WARN_EMPTY_BODY = YES;
  839. CLANG_WARN_ENUM_CONVERSION = YES;
  840. CLANG_WARN_INT_CONVERSION = YES;
  841. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  842. CLANG_WARN_UNREACHABLE_CODE = YES;
  843. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  844. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  845. COPY_PHASE_STRIP = YES;
  846. CURRENT_PROJECT_VERSION = 1.1.4;
  847. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  848. ENABLE_NS_ASSERTIONS = NO;
  849. ENABLE_STRICT_OBJC_MSGSEND = YES;
  850. GCC_C_LANGUAGE_STANDARD = gnu99;
  851. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  852. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  853. GCC_WARN_UNDECLARED_SELECTOR = YES;
  854. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  855. GCC_WARN_UNUSED_FUNCTION = YES;
  856. GCC_WARN_UNUSED_VARIABLE = YES;
  857. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  858. MACOSX_DEPLOYMENT_TARGET = 10.9;
  859. METAL_ENABLE_DEBUG_INFO = NO;
  860. ONLY_ACTIVE_ARCH = NO;
  861. SDKROOT = macosx;
  862. TARGETED_DEVICE_FAMILY = "1,2";
  863. VALIDATE_PRODUCT = YES;
  864. };
  865. name = Release;
  866. };
  867. 7C839B8B19422D00003A6950 /* Debug */ = {
  868. isa = XCBuildConfiguration;
  869. buildSettings = {
  870. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  871. CLANG_ENABLE_MODULES = YES;
  872. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  873. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  874. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  875. PRODUCT_NAME = "$(TARGET_NAME)";
  876. SDKROOT = iphoneos;
  877. SWIFT_OBJC_BRIDGING_HEADER = "";
  878. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  879. };
  880. name = Debug;
  881. };
  882. 7C839B8C19422D00003A6950 /* Release */ = {
  883. isa = XCBuildConfiguration;
  884. buildSettings = {
  885. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  886. CLANG_ENABLE_MODULES = YES;
  887. INFOPLIST_FILE = "$(SRCROOT)/SwifterSampleiOS/Info.plist";
  888. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  889. PRODUCT_BUNDLE_IDENTIFIER = "pl.kolakowski.${PRODUCT_NAME:rfc1034identifier}";
  890. PRODUCT_NAME = "$(TARGET_NAME)";
  891. SDKROOT = iphoneos;
  892. SWIFT_OBJC_BRIDGING_HEADER = "";
  893. };
  894. name = Release;
  895. };
  896. 7CA4813F19A2EA8D0030B30D /* Debug */ = {
  897. isa = XCBuildConfiguration;
  898. buildSettings = {
  899. CLANG_ENABLE_MODULES = YES;
  900. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  901. GCC_PREPROCESSOR_DEFINITIONS = (
  902. "DEBUG=1",
  903. "$(inherited)",
  904. );
  905. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  906. MACOSX_DEPLOYMENT_TARGET = 10.9;
  907. MTL_ENABLE_DEBUG_INFO = YES;
  908. ONLY_ACTIVE_ARCH = YES;
  909. PRODUCT_NAME = "$(TARGET_NAME)";
  910. SDKROOT = macosx;
  911. SWIFT_OBJC_BRIDGING_HEADER = "";
  912. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  913. };
  914. name = Debug;
  915. };
  916. 7CA4814019A2EA8D0030B30D /* Release */ = {
  917. isa = XCBuildConfiguration;
  918. buildSettings = {
  919. CLANG_ENABLE_MODULES = YES;
  920. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  921. EMBEDDED_CONTENT_CONTAINS_SWIFT = YES;
  922. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  923. MACOSX_DEPLOYMENT_TARGET = 10.9;
  924. MTL_ENABLE_DEBUG_INFO = NO;
  925. PRODUCT_NAME = "$(TARGET_NAME)";
  926. SDKROOT = macosx;
  927. SWIFT_OBJC_BRIDGING_HEADER = "";
  928. };
  929. name = Release;
  930. };
  931. 7CCD87651C66099B0068099B /* Debug */ = {
  932. isa = XCBuildConfiguration;
  933. buildSettings = {
  934. COMBINE_HIDPI_IMAGES = YES;
  935. DEBUG_INFORMATION_FORMAT = dwarf;
  936. GCC_NO_COMMON_BLOCKS = YES;
  937. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  938. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  939. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  940. MTL_ENABLE_DEBUG_INFO = YES;
  941. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  942. PRODUCT_NAME = "$(TARGET_NAME)";
  943. };
  944. name = Debug;
  945. };
  946. 7CCD87661C66099B0068099B /* Release */ = {
  947. isa = XCBuildConfiguration;
  948. buildSettings = {
  949. COMBINE_HIDPI_IMAGES = YES;
  950. COPY_PHASE_STRIP = NO;
  951. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  952. GCC_NO_COMMON_BLOCKS = YES;
  953. INFOPLIST_FILE = SwifteriOSTests/Info.plist;
  954. IPHONEOS_DEPLOYMENT_TARGET = 9.2;
  955. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  956. MTL_ENABLE_DEBUG_INFO = NO;
  957. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifteriOSTests;
  958. PRODUCT_NAME = "$(TARGET_NAME)";
  959. };
  960. name = Release;
  961. };
  962. 7CCD87821C660EA30068099B /* Debug */ = {
  963. isa = XCBuildConfiguration;
  964. buildSettings = {
  965. CODE_SIGN_IDENTITY = "-";
  966. COMBINE_HIDPI_IMAGES = YES;
  967. DEBUG_INFORMATION_FORMAT = dwarf;
  968. GCC_NO_COMMON_BLOCKS = YES;
  969. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  970. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  971. MACOSX_DEPLOYMENT_TARGET = 10.11;
  972. MTL_ENABLE_DEBUG_INFO = YES;
  973. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  974. PRODUCT_NAME = "$(TARGET_NAME)";
  975. SDKROOT = macosx;
  976. };
  977. name = Debug;
  978. };
  979. 7CCD87831C660EA30068099B /* Release */ = {
  980. isa = XCBuildConfiguration;
  981. buildSettings = {
  982. CODE_SIGN_IDENTITY = "-";
  983. COMBINE_HIDPI_IMAGES = YES;
  984. COPY_PHASE_STRIP = NO;
  985. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  986. GCC_NO_COMMON_BLOCKS = YES;
  987. INFOPLIST_FILE = SwifterOSXTests/Info.plist;
  988. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  989. MACOSX_DEPLOYMENT_TARGET = 10.11;
  990. MTL_ENABLE_DEBUG_INFO = NO;
  991. PRODUCT_BUNDLE_IDENTIFIER = pl.kolakowski.SwifterOSXTests;
  992. PRODUCT_NAME = "$(TARGET_NAME)";
  993. SDKROOT = macosx;
  994. };
  995. name = Release;
  996. };
  997. /* End XCBuildConfiguration section */
  998. /* Begin XCConfigurationList section */
  999. 7AE893EC1C05127900A29F63 /* Build configuration list for PBXNativeTarget "SwifteriOS" */ = {
  1000. isa = XCConfigurationList;
  1001. buildConfigurations = (
  1002. 7AE893ED1C05127900A29F63 /* Debug */,
  1003. 7AE893EE1C05127900A29F63 /* Release */,
  1004. );
  1005. defaultConfigurationIsVisible = 0;
  1006. defaultConfigurationName = Release;
  1007. };
  1008. 7AE894001C0512C400A29F63 /* Build configuration list for PBXNativeTarget "SwifterMac" */ = {
  1009. isa = XCConfigurationList;
  1010. buildConfigurations = (
  1011. 7AE894011C0512C400A29F63 /* Debug */,
  1012. 7AE894021C0512C400A29F63 /* Release */,
  1013. );
  1014. defaultConfigurationIsVisible = 0;
  1015. defaultConfigurationName = Release;
  1016. };
  1017. 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */ = {
  1018. isa = XCConfigurationList;
  1019. buildConfigurations = (
  1020. 7C839B8819422D00003A6950 /* Debug */,
  1021. 7C839B8919422D00003A6950 /* Release */,
  1022. );
  1023. defaultConfigurationIsVisible = 0;
  1024. defaultConfigurationName = Release;
  1025. };
  1026. 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterSampleiOS" */ = {
  1027. isa = XCConfigurationList;
  1028. buildConfigurations = (
  1029. 7C839B8B19422D00003A6950 /* Debug */,
  1030. 7C839B8C19422D00003A6950 /* Release */,
  1031. );
  1032. defaultConfigurationIsVisible = 0;
  1033. defaultConfigurationName = Release;
  1034. };
  1035. 7CA4814119A2EA8D0030B30D /* Build configuration list for PBXNativeTarget "SwifterSampleOSX" */ = {
  1036. isa = XCConfigurationList;
  1037. buildConfigurations = (
  1038. 7CA4813F19A2EA8D0030B30D /* Debug */,
  1039. 7CA4814019A2EA8D0030B30D /* Release */,
  1040. );
  1041. defaultConfigurationIsVisible = 0;
  1042. defaultConfigurationName = Release;
  1043. };
  1044. 7CCD87641C66099B0068099B /* Build configuration list for PBXNativeTarget "SwifteriOSTests" */ = {
  1045. isa = XCConfigurationList;
  1046. buildConfigurations = (
  1047. 7CCD87651C66099B0068099B /* Debug */,
  1048. 7CCD87661C66099B0068099B /* Release */,
  1049. );
  1050. defaultConfigurationIsVisible = 0;
  1051. defaultConfigurationName = Release;
  1052. };
  1053. 7CCD87811C660EA30068099B /* Build configuration list for PBXNativeTarget "SwifterOSXTests" */ = {
  1054. isa = XCConfigurationList;
  1055. buildConfigurations = (
  1056. 7CCD87821C660EA30068099B /* Debug */,
  1057. 7CCD87831C660EA30068099B /* Release */,
  1058. );
  1059. defaultConfigurationIsVisible = 0;
  1060. defaultConfigurationName = Release;
  1061. };
  1062. /* End XCConfigurationList section */
  1063. };
  1064. rootObject = 7C839B6619422CFF003A6950 /* Project object */;
  1065. }