project.pbxproj 43 KB

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