project.pbxproj 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 1601E3E01AB9E68700D3E27D /* Share.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 1601E3D51AB9E68700D3E27D /* Share.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  10. 1601E3F11AB9ED3B00D3E27D /* NSBundle+MroSemVer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1601E3F01AB9ED3B00D3E27D /* NSBundle+MroSemVer.m */; };
  11. 1601E3F21AB9ED3B00D3E27D /* NSBundle+MroSemVer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1601E3F01AB9ED3B00D3E27D /* NSBundle+MroSemVer.m */; };
  12. 1601E3F31AB9ED3B00D3E27D /* NSBundle+MroSemVer.m in Sources */ = {isa = PBXBuildFile; fileRef = 1601E3F01AB9ED3B00D3E27D /* NSBundle+MroSemVer.m */; };
  13. 1601E4001ABA030F00D3E27D /* NSUserDefaults+Share.m in Sources */ = {isa = PBXBuildFile; fileRef = 1601E3FF1ABA030F00D3E27D /* NSUserDefaults+Share.m */; };
  14. 1601E4011ABA030F00D3E27D /* NSUserDefaults+Share.m in Sources */ = {isa = PBXBuildFile; fileRef = 1601E3FF1ABA030F00D3E27D /* NSUserDefaults+Share.m */; };
  15. 1601E4021ABA030F00D3E27D /* NSUserDefaults+Share.m in Sources */ = {isa = PBXBuildFile; fileRef = 1601E3FF1ABA030F00D3E27D /* NSUserDefaults+Share.m */; };
  16. 1614BA9B1B71FC190042DCE7 /* ShareVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1601E3DA1AB9E68700D3E27D /* ShareVC.m */; };
  17. 1614BA9C1B71FC1A0042DCE7 /* ShareVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1601E3DA1AB9E68700D3E27D /* ShareVC.m */; };
  18. 161C4B4B1B5BFD39002B177F /* testdata in Resources */ = {isa = PBXBuildFile; fileRef = 161C4B4A1B5BFD39002B177F /* testdata */; };
  19. 161C4B4D1B5BFD6E002B177F /* ShaarliMTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 161C4B4C1B5BFD6E002B177F /* ShaarliMTest.m */; };
  20. 1621DDD11B6164EC00238503 /* SettingsVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1621DDD01B6164EC00238503 /* SettingsVC.m */; };
  21. 1621DDD21B6164EC00238503 /* SettingsVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1621DDD01B6164EC00238503 /* SettingsVC.m */; };
  22. 162A51351B6E50C7001CFF52 /* MROStateMachine.m in Sources */ = {isa = PBXBuildFile; fileRef = 162A51331B6E50C7001CFF52 /* MROStateMachine.m */; };
  23. 162DBEA21BCB94AA00AB8B9C /* ShaarliCmd.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DBEA11BCB94AA00AB8B9C /* ShaarliCmd.m */; };
  24. 162DBEA31BCB94AA00AB8B9C /* ShaarliCmd.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DBEA11BCB94AA00AB8B9C /* ShaarliCmd.m */; };
  25. 162DBEA41BCB94AA00AB8B9C /* ShaarliCmd.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DBEA11BCB94AA00AB8B9C /* ShaarliCmd.m */; };
  26. 162DBEA81BCB94C300AB8B9C /* ShaarliCmdLogin.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DBEA61BCB94C300AB8B9C /* ShaarliCmdLogin.m */; };
  27. 162DBEAB1BCB94F000AB8B9C /* ShaarliCmdLoginTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DBEAA1BCB94F000AB8B9C /* ShaarliCmdLoginTest.m */; };
  28. 162DBEAE1BCBBA0700AB8B9C /* ShaarliCmdPost.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DBEAD1BCBBA0700AB8B9C /* ShaarliCmdPost.m */; };
  29. 162DBEAF1BCBBA0700AB8B9C /* ShaarliCmdPost.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DBEAD1BCBBA0700AB8B9C /* ShaarliCmdPost.m */; };
  30. 162DBEB01BCBBA0700AB8B9C /* ShaarliCmdPost.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DBEAD1BCBBA0700AB8B9C /* ShaarliCmdPost.m */; };
  31. 162DBEB21BCBBA2600AB8B9C /* ShaarliCmdPostTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 162DBEB11BCBBA2600AB8B9C /* ShaarliCmdPostTest.m */; };
  32. 163952711B599BBE0059E553 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 163952701B599BBE0059E553 /* libxml2.dylib */; };
  33. 163952721B599E9D0059E553 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 163952701B599BBE0059E553 /* libxml2.dylib */; };
  34. 163952731B599EA60059E553 /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 163952701B599BBE0059E553 /* libxml2.dylib */; };
  35. 1640B85A1B749D71009D3FED /* about.html in Resources */ = {isa = PBXBuildFile; fileRef = 1640B8591B749D71009D3FED /* about.html */; };
  36. 1652D98F1B68BD8000B044C3 /* ShaarliOSTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 1652D98E1B68BD8000B044C3 /* ShaarliOSTests.m */; };
  37. 165460821B697BCE001DAA32 /* iTunesArtwork.png in Resources */ = {isa = PBXBuildFile; fileRef = 165460811B697BCE001DAA32 /* iTunesArtwork.png */; };
  38. 165B45A41B5952B8008A2714 /* ShaarliM.m in Sources */ = {isa = PBXBuildFile; fileRef = 165B45A31B5952B8008A2714 /* ShaarliM.m */; };
  39. 165B45A51B5952B8008A2714 /* ShaarliM.m in Sources */ = {isa = PBXBuildFile; fileRef = 165B45A31B5952B8008A2714 /* ShaarliM.m */; };
  40. 165B45A61B5952B8008A2714 /* ShaarliM.m in Sources */ = {isa = PBXBuildFile; fileRef = 165B45A31B5952B8008A2714 /* ShaarliM.m */; };
  41. 165BC06F1BCAB8DE00F5D3A1 /* ShaarliResponseXPathTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 165BC06E1BCAB8DE00F5D3A1 /* ShaarliResponseXPathTest.m */; };
  42. 166A4E261B6B734000F5D5F7 /* XCTestCase+Tools.m in Sources */ = {isa = PBXBuildFile; fileRef = 166A4E251B6B734000F5D5F7 /* XCTestCase+Tools.m */; };
  43. 1671FB061B700D5E00C829D5 /* ShareVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1601E3DA1AB9E68700D3E27D /* ShareVC.m */; };
  44. 1691F6BE1C58C1FA0037F4A5 /* NotificationCenter.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1691F6BD1C58C1FA0037F4A5 /* NotificationCenter.framework */; };
  45. 1691F6C41C58C1FA0037F4A5 /* TodayVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 1691F6C31C58C1FA0037F4A5 /* TodayVC.m */; };
  46. 1691F6C61C58C1FA0037F4A5 /* MainInterface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1691F6C51C58C1FA0037F4A5 /* MainInterface.storyboard */; };
  47. 1691F6C91C58C1FA0037F4A5 /* Today.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 1691F6BB1C58C1FA0037F4A5 /* Today.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  48. 169BCA131B72269400311870 /* 1Password.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 169BCA0C1B72269400311870 /* 1Password.xcassets */; };
  49. 169BCA151B72269400311870 /* OnePasswordExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 169BCA0F1B72269400311870 /* OnePasswordExtension.m */; };
  50. 16ABE6001B640CC10054F12F /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 16ABE5FD1B640CC10054F12F /* Icon.png */; };
  51. 16ABE6011B640CC10054F12F /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 16ABE5FE1B640CC10054F12F /* Icon@2x.png */; };
  52. 16ABE6021B640CC10054F12F /* Icon@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 16ABE5FF1B640CC10054F12F /* Icon@3x.png */; };
  53. 16B03F601C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 16B03F5F1C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.m */; };
  54. 16B03F611C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 16B03F5F1C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.m */; };
  55. 16B03F621C4FCBD700ACDC2C /* ShaarliCmdUpdateEndpoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 16B03F5F1C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.m */; };
  56. 16D18FAA1B5B023D005173C6 /* PDKeychainBindings.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D18FA11B5B023D005173C6 /* PDKeychainBindings.m */; };
  57. 16D18FAB1B5B023D005173C6 /* PDKeychainBindings.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D18FA11B5B023D005173C6 /* PDKeychainBindings.m */; };
  58. 16D18FAC1B5B023D005173C6 /* PDKeychainBindings.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D18FA11B5B023D005173C6 /* PDKeychainBindings.m */; };
  59. 16D18FAD1B5B023D005173C6 /* PDKeychainBindingsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D18FA31B5B023D005173C6 /* PDKeychainBindingsController.m */; };
  60. 16D18FAE1B5B023D005173C6 /* PDKeychainBindingsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D18FA31B5B023D005173C6 /* PDKeychainBindingsController.m */; };
  61. 16D18FAF1B5B023D005173C6 /* PDKeychainBindingsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 16D18FA31B5B023D005173C6 /* PDKeychainBindingsController.m */; };
  62. 16D18FB91B5B02EC005173C6 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 16D18F9F1B5B023D005173C6 /* LICENSE */; };
  63. 16D18FBA1B5B02EC005173C6 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 16D18F9F1B5B023D005173C6 /* LICENSE */; };
  64. 16D18FBB1B5B02ED005173C6 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 16D18F9F1B5B023D005173C6 /* LICENSE */; };
  65. 16E0A7911AB9E2280085B2C0 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 16E0A7901AB9E2280085B2C0 /* main.m */; };
  66. 16E0A7941AB9E2280085B2C0 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 16E0A7931AB9E2280085B2C0 /* AppDelegate.m */; };
  67. 16E0A7971AB9E2280085B2C0 /* MainVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 16E0A7961AB9E2280085B2C0 /* MainVC.m */; };
  68. 16E0A79A1AB9E2280085B2C0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 16E0A7981AB9E2280085B2C0 /* Main.storyboard */; };
  69. 16E0A79C1AB9E2280085B2C0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 16E0A79B1AB9E2280085B2C0 /* Images.xcassets */; };
  70. 16E0A79F1AB9E2280085B2C0 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 16E0A79D1AB9E2280085B2C0 /* LaunchScreen.xib */; };
  71. 16E59BCE1B6EAF2A0035271D /* ShaarliStateParseTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 162A51371B6E5283001CFF52 /* ShaarliStateParseTest.m */; };
  72. 16E59BD01B6EBCEF0035271D /* response.xslt in Resources */ = {isa = PBXBuildFile; fileRef = 16E59BCF1B6EBCEF0035271D /* response.xslt */; };
  73. 16E59BD21B6EBD1C0035271D /* ShaarliResponseXsltTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 16E59BD11B6EBD1C0035271D /* ShaarliResponseXsltTest.m */; };
  74. /* End PBXBuildFile section */
  75. /* Begin PBXContainerItemProxy section */
  76. 1601E3DE1AB9E68700D3E27D /* PBXContainerItemProxy */ = {
  77. isa = PBXContainerItemProxy;
  78. containerPortal = 16E0A7831AB9E2280085B2C0 /* Project object */;
  79. proxyType = 1;
  80. remoteGlobalIDString = 1601E3D41AB9E68700D3E27D;
  81. remoteInfo = Share;
  82. };
  83. 1691F6C71C58C1FA0037F4A5 /* PBXContainerItemProxy */ = {
  84. isa = PBXContainerItemProxy;
  85. containerPortal = 16E0A7831AB9E2280085B2C0 /* Project object */;
  86. proxyType = 1;
  87. remoteGlobalIDString = 1691F6BA1C58C1FA0037F4A5;
  88. remoteInfo = Today;
  89. };
  90. 16E0A7A51AB9E2280085B2C0 /* PBXContainerItemProxy */ = {
  91. isa = PBXContainerItemProxy;
  92. containerPortal = 16E0A7831AB9E2280085B2C0 /* Project object */;
  93. proxyType = 1;
  94. remoteGlobalIDString = 16E0A78A1AB9E2280085B2C0;
  95. remoteInfo = ShaarliOS;
  96. };
  97. /* End PBXContainerItemProxy section */
  98. /* Begin PBXCopyFilesBuildPhase section */
  99. 1601E3D01AB9E56D00D3E27D /* Embed App Extensions */ = {
  100. isa = PBXCopyFilesBuildPhase;
  101. buildActionMask = 2147483647;
  102. dstPath = "";
  103. dstSubfolderSpec = 13;
  104. files = (
  105. 1691F6C91C58C1FA0037F4A5 /* Today.appex in Embed App Extensions */,
  106. 1601E3E01AB9E68700D3E27D /* Share.appex in Embed App Extensions */,
  107. );
  108. name = "Embed App Extensions";
  109. runOnlyForDeploymentPostprocessing = 0;
  110. };
  111. /* End PBXCopyFilesBuildPhase section */
  112. /* Begin PBXFileReference section */
  113. 1601E3D51AB9E68700D3E27D /* Share.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Share.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  114. 1601E3D81AB9E68700D3E27D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  115. 1601E3D91AB9E68700D3E27D /* ShareVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ShareVC.h; sourceTree = "<group>"; };
  116. 1601E3DA1AB9E68700D3E27D /* ShareVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ShareVC.m; sourceTree = "<group>"; };
  117. 1601E3EA1AB9EB2000D3E27D /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = "<group>"; };
  118. 1601E3EB1AB9EB2000D3E27D /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
  119. 1601E3EC1AB9EB2000D3E27D /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
  120. 1601E3ED1AB9EC7800D3E27D /* ShaarliOS-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = "ShaarliOS-Prefix.pch"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  121. 1601E3EF1AB9ED3B00D3E27D /* NSBundle+MroSemVer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSBundle+MroSemVer.h"; sourceTree = "<group>"; };
  122. 1601E3F01AB9ED3B00D3E27D /* NSBundle+MroSemVer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSBundle+MroSemVer.m"; sourceTree = "<group>"; };
  123. 1601E3FE1ABA030F00D3E27D /* NSUserDefaults+Share.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = "NSUserDefaults+Share.h"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  124. 1601E3FF1ABA030F00D3E27D /* NSUserDefaults+Share.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = "NSUserDefaults+Share.m"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  125. 161C4B4A1B5BFD39002B177F /* testdata */ = {isa = PBXFileReference; lastKnownFileType = folder; path = testdata; sourceTree = "<group>"; };
  126. 161C4B4C1B5BFD6E002B177F /* ShaarliMTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ShaarliMTest.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  127. 1621DDCF1B6164EC00238503 /* SettingsVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = SettingsVC.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  128. 1621DDD01B6164EC00238503 /* SettingsVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = SettingsVC.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  129. 162A51321B6E50C7001CFF52 /* MROStateMachine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MROStateMachine.h; sourceTree = "<group>"; };
  130. 162A51331B6E50C7001CFF52 /* MROStateMachine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MROStateMachine.m; sourceTree = "<group>"; };
  131. 162A51371B6E5283001CFF52 /* ShaarliStateParseTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ShaarliStateParseTest.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  132. 162DBEA01BCB94AA00AB8B9C /* ShaarliCmd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShaarliCmd.h; sourceTree = "<group>"; };
  133. 162DBEA11BCB94AA00AB8B9C /* ShaarliCmd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShaarliCmd.m; sourceTree = "<group>"; };
  134. 162DBEA51BCB94C300AB8B9C /* ShaarliCmdLogin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShaarliCmdLogin.h; sourceTree = "<group>"; };
  135. 162DBEA61BCB94C300AB8B9C /* ShaarliCmdLogin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShaarliCmdLogin.m; sourceTree = "<group>"; };
  136. 162DBEAA1BCB94F000AB8B9C /* ShaarliCmdLoginTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShaarliCmdLoginTest.m; sourceTree = "<group>"; };
  137. 162DBEAC1BCBBA0700AB8B9C /* ShaarliCmdPost.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShaarliCmdPost.h; sourceTree = "<group>"; };
  138. 162DBEAD1BCBBA0700AB8B9C /* ShaarliCmdPost.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShaarliCmdPost.m; sourceTree = "<group>"; };
  139. 162DBEB11BCBBA2600AB8B9C /* ShaarliCmdPostTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShaarliCmdPostTest.m; sourceTree = "<group>"; };
  140. 163952701B599BBE0059E553 /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
  141. 1640B8591B749D71009D3FED /* about.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = about.html; sourceTree = "<group>"; };
  142. 1652D98E1B68BD8000B044C3 /* ShaarliOSTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ShaarliOSTests.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  143. 165460811B697BCE001DAA32 /* iTunesArtwork.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = iTunesArtwork.png; sourceTree = "<group>"; };
  144. 165B45A21B5952B8008A2714 /* ShaarliM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = ShaarliM.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  145. 165B45A31B5952B8008A2714 /* ShaarliM.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ShaarliM.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  146. 165BC06E1BCAB8DE00F5D3A1 /* ShaarliResponseXPathTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShaarliResponseXPathTest.m; sourceTree = "<group>"; };
  147. 166A4E241B6B734000F5D5F7 /* XCTestCase+Tools.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "XCTestCase+Tools.h"; sourceTree = "<group>"; };
  148. 166A4E251B6B734000F5D5F7 /* XCTestCase+Tools.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "XCTestCase+Tools.m"; sourceTree = "<group>"; };
  149. 1691F6BB1C58C1FA0037F4A5 /* Today.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = Today.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  150. 1691F6BD1C58C1FA0037F4A5 /* NotificationCenter.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = NotificationCenter.framework; path = System/Library/Frameworks/NotificationCenter.framework; sourceTree = SDKROOT; };
  151. 1691F6C11C58C1FA0037F4A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  152. 1691F6C21C58C1FA0037F4A5 /* TodayVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TodayVC.h; sourceTree = "<group>"; };
  153. 1691F6C31C58C1FA0037F4A5 /* TodayVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TodayVC.m; sourceTree = "<group>"; };
  154. 1691F6C51C58C1FA0037F4A5 /* MainInterface.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = MainInterface.storyboard; sourceTree = "<group>"; };
  155. 1691F6CD1C58D8220037F4A5 /* Today.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Today.entitlements; sourceTree = "<group>"; };
  156. 1697BB701B62D7D200A7D515 /* ShaarliOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = ShaarliOS.entitlements; sourceTree = "<group>"; };
  157. 1697BB711B62D7F100A7D515 /* Share.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Share.entitlements; sourceTree = "<group>"; };
  158. 169BCA0C1B72269400311870 /* 1Password.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = 1Password.xcassets; sourceTree = "<group>"; };
  159. 169BCA0D1B72269400311870 /* LICENSE.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
  160. 169BCA0E1B72269400311870 /* OnePasswordExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OnePasswordExtension.h; sourceTree = "<group>"; };
  161. 169BCA0F1B72269400311870 /* OnePasswordExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OnePasswordExtension.m; sourceTree = "<group>"; };
  162. 169BCA101B72269400311870 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  163. 169BCA111B72269400311870 /* update.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = update.sh; sourceTree = "<group>"; };
  164. 169BCA121B72269400311870 /* version.log */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = version.log; sourceTree = "<group>"; };
  165. 16ABE5FD1B640CC10054F12F /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
  166. 16ABE5FE1B640CC10054F12F /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
  167. 16ABE5FF1B640CC10054F12F /* Icon@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@3x.png"; sourceTree = "<group>"; };
  168. 16B03F5E1C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShaarliCmdUpdateEndpoint.h; sourceTree = "<group>"; };
  169. 16B03F5F1C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ShaarliCmdUpdateEndpoint.m; sourceTree = "<group>"; };
  170. 16D18F9F1B5B023D005173C6 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
  171. 16D18FA01B5B023D005173C6 /* PDKeychainBindings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PDKeychainBindings.h; sourceTree = "<group>"; };
  172. 16D18FA11B5B023D005173C6 /* PDKeychainBindings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PDKeychainBindings.m; sourceTree = "<group>"; };
  173. 16D18FA21B5B023D005173C6 /* PDKeychainBindingsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PDKeychainBindingsController.h; sourceTree = "<group>"; };
  174. 16D18FA31B5B023D005173C6 /* PDKeychainBindingsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PDKeychainBindingsController.m; sourceTree = "<group>"; };
  175. 16D18FA41B5B023D005173C6 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  176. 16D18FA51B5B023D005173C6 /* update.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = update.sh; sourceTree = "<group>"; };
  177. 16D18FA61B5B023D005173C6 /* version.log */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = version.log; sourceTree = "<group>"; };
  178. 16E0A78B1AB9E2280085B2C0 /* ShaarliOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ShaarliOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
  179. 16E0A78F1AB9E2280085B2C0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  180. 16E0A7901AB9E2280085B2C0 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = main.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  181. 16E0A7921AB9E2280085B2C0 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = AppDelegate.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  182. 16E0A7931AB9E2280085B2C0 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = AppDelegate.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  183. 16E0A7951AB9E2280085B2C0 /* MainVC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = MainVC.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
  184. 16E0A7961AB9E2280085B2C0 /* MainVC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = MainVC.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  185. 16E0A7991AB9E2280085B2C0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  186. 16E0A79B1AB9E2280085B2C0 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  187. 16E0A79E1AB9E2280085B2C0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  188. 16E0A7A41AB9E2280085B2C0 /* ShaarliOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ShaarliOSTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  189. 16E0A7A91AB9E2280085B2C0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  190. 16E59BCF1B6EBCEF0035271D /* response.xslt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = response.xslt; sourceTree = "<group>"; };
  191. 16E59BD11B6EBD1C0035271D /* ShaarliResponseXsltTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = ShaarliResponseXsltTest.m; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objc; };
  192. /* End PBXFileReference section */
  193. /* Begin PBXFrameworksBuildPhase section */
  194. 1601E3D21AB9E68700D3E27D /* Frameworks */ = {
  195. isa = PBXFrameworksBuildPhase;
  196. buildActionMask = 2147483647;
  197. files = (
  198. 163952721B599E9D0059E553 /* libxml2.dylib in Frameworks */,
  199. );
  200. runOnlyForDeploymentPostprocessing = 0;
  201. };
  202. 1691F6B81C58C1FA0037F4A5 /* Frameworks */ = {
  203. isa = PBXFrameworksBuildPhase;
  204. buildActionMask = 2147483647;
  205. files = (
  206. 1691F6BE1C58C1FA0037F4A5 /* NotificationCenter.framework in Frameworks */,
  207. );
  208. runOnlyForDeploymentPostprocessing = 0;
  209. };
  210. 16E0A7881AB9E2280085B2C0 /* Frameworks */ = {
  211. isa = PBXFrameworksBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. 163952711B599BBE0059E553 /* libxml2.dylib in Frameworks */,
  215. );
  216. runOnlyForDeploymentPostprocessing = 0;
  217. };
  218. 16E0A7A11AB9E2280085B2C0 /* Frameworks */ = {
  219. isa = PBXFrameworksBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. 163952731B599EA60059E553 /* libxml2.dylib in Frameworks */,
  223. );
  224. runOnlyForDeploymentPostprocessing = 0;
  225. };
  226. /* End PBXFrameworksBuildPhase section */
  227. /* Begin PBXGroup section */
  228. 1601E3D61AB9E68700D3E27D /* Share */ = {
  229. isa = PBXGroup;
  230. children = (
  231. 1601E3D91AB9E68700D3E27D /* ShareVC.h */,
  232. 1601E3DA1AB9E68700D3E27D /* ShareVC.m */,
  233. 1601E3D71AB9E68700D3E27D /* Supporting Files */,
  234. );
  235. path = Share;
  236. sourceTree = "<group>";
  237. };
  238. 1601E3D71AB9E68700D3E27D /* Supporting Files */ = {
  239. isa = PBXGroup;
  240. children = (
  241. 1601E3D81AB9E68700D3E27D /* Info.plist */,
  242. 1697BB711B62D7F100A7D515 /* Share.entitlements */,
  243. 16ABE5FD1B640CC10054F12F /* Icon.png */,
  244. 16ABE5FE1B640CC10054F12F /* Icon@2x.png */,
  245. 16ABE5FF1B640CC10054F12F /* Icon@3x.png */,
  246. );
  247. name = "Supporting Files";
  248. sourceTree = "<group>";
  249. };
  250. 1601E3EE1AB9ED1700D3E27D /* infra */ = {
  251. isa = PBXGroup;
  252. children = (
  253. 1601E3EF1AB9ED3B00D3E27D /* NSBundle+MroSemVer.h */,
  254. 1601E3F01AB9ED3B00D3E27D /* NSBundle+MroSemVer.m */,
  255. 1601E3FE1ABA030F00D3E27D /* NSUserDefaults+Share.h */,
  256. 1601E3FF1ABA030F00D3E27D /* NSUserDefaults+Share.m */,
  257. 162A51321B6E50C7001CFF52 /* MROStateMachine.h */,
  258. 162A51331B6E50C7001CFF52 /* MROStateMachine.m */,
  259. );
  260. path = infra;
  261. sourceTree = "<group>";
  262. };
  263. 162DBE9E1BCB942D00AB8B9C /* API */ = {
  264. isa = PBXGroup;
  265. children = (
  266. 162DBEA01BCB94AA00AB8B9C /* ShaarliCmd.h */,
  267. 162DBEA11BCB94AA00AB8B9C /* ShaarliCmd.m */,
  268. 162DBEA51BCB94C300AB8B9C /* ShaarliCmdLogin.h */,
  269. 162DBEA61BCB94C300AB8B9C /* ShaarliCmdLogin.m */,
  270. 162DBEAC1BCBBA0700AB8B9C /* ShaarliCmdPost.h */,
  271. 162DBEAD1BCBBA0700AB8B9C /* ShaarliCmdPost.m */,
  272. 16B03F5E1C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.h */,
  273. 16B03F5F1C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.m */,
  274. );
  275. path = API;
  276. sourceTree = "<group>";
  277. };
  278. 162DBE9F1BCB946100AB8B9C /* API */ = {
  279. isa = PBXGroup;
  280. children = (
  281. 162DBEAA1BCB94F000AB8B9C /* ShaarliCmdLoginTest.m */,
  282. 162DBEB11BCBBA2600AB8B9C /* ShaarliCmdPostTest.m */,
  283. );
  284. path = API;
  285. sourceTree = "<group>";
  286. };
  287. 1691F6BC1C58C1FA0037F4A5 /* Frameworks */ = {
  288. isa = PBXGroup;
  289. children = (
  290. 1691F6BD1C58C1FA0037F4A5 /* NotificationCenter.framework */,
  291. );
  292. name = Frameworks;
  293. sourceTree = "<group>";
  294. };
  295. 1691F6BF1C58C1FA0037F4A5 /* Today */ = {
  296. isa = PBXGroup;
  297. children = (
  298. 1691F6CD1C58D8220037F4A5 /* Today.entitlements */,
  299. 1691F6C21C58C1FA0037F4A5 /* TodayVC.h */,
  300. 1691F6C31C58C1FA0037F4A5 /* TodayVC.m */,
  301. 1691F6C51C58C1FA0037F4A5 /* MainInterface.storyboard */,
  302. 1691F6C01C58C1FA0037F4A5 /* Supporting Files */,
  303. );
  304. path = Today;
  305. sourceTree = "<group>";
  306. };
  307. 1691F6C01C58C1FA0037F4A5 /* Supporting Files */ = {
  308. isa = PBXGroup;
  309. children = (
  310. 1691F6C11C58C1FA0037F4A5 /* Info.plist */,
  311. );
  312. name = "Supporting Files";
  313. sourceTree = "<group>";
  314. };
  315. 169BCA0B1B72269400311870 /* 1Password */ = {
  316. isa = PBXGroup;
  317. children = (
  318. 169BCA0D1B72269400311870 /* LICENSE.txt */,
  319. 169BCA101B72269400311870 /* README.md */,
  320. 169BCA121B72269400311870 /* version.log */,
  321. 169BCA111B72269400311870 /* update.sh */,
  322. 169BCA0C1B72269400311870 /* 1Password.xcassets */,
  323. 169BCA0E1B72269400311870 /* OnePasswordExtension.h */,
  324. 169BCA0F1B72269400311870 /* OnePasswordExtension.m */,
  325. );
  326. path = 1Password;
  327. sourceTree = "<group>";
  328. };
  329. 16D18F9D1B5B023D005173C6 /* ThirdParty */ = {
  330. isa = PBXGroup;
  331. children = (
  332. 169BCA0B1B72269400311870 /* 1Password */,
  333. 16D18F9E1B5B023D005173C6 /* PDKeychainBindingsController */,
  334. );
  335. path = ThirdParty;
  336. sourceTree = "<group>";
  337. };
  338. 16D18F9E1B5B023D005173C6 /* PDKeychainBindingsController */ = {
  339. isa = PBXGroup;
  340. children = (
  341. 16D18F9F1B5B023D005173C6 /* LICENSE */,
  342. 16D18FA41B5B023D005173C6 /* README.md */,
  343. 16D18FA61B5B023D005173C6 /* version.log */,
  344. 16D18FA51B5B023D005173C6 /* update.sh */,
  345. 16D18FA01B5B023D005173C6 /* PDKeychainBindings.h */,
  346. 16D18FA11B5B023D005173C6 /* PDKeychainBindings.m */,
  347. 16D18FA21B5B023D005173C6 /* PDKeychainBindingsController.h */,
  348. 16D18FA31B5B023D005173C6 /* PDKeychainBindingsController.m */,
  349. );
  350. path = PDKeychainBindingsController;
  351. sourceTree = "<group>";
  352. };
  353. 16E0A7821AB9E2280085B2C0 = {
  354. isa = PBXGroup;
  355. children = (
  356. 1601E3EA1AB9EB2000D3E27D /* Common.xcconfig */,
  357. 1601E3EB1AB9EB2000D3E27D /* Debug.xcconfig */,
  358. 1601E3EC1AB9EB2000D3E27D /* Release.xcconfig */,
  359. 16E0A78D1AB9E2280085B2C0 /* ShaarliOS */,
  360. 16E0A7A71AB9E2280085B2C0 /* ShaarliOSTests */,
  361. 1601E3D61AB9E68700D3E27D /* Share */,
  362. 1691F6BF1C58C1FA0037F4A5 /* Today */,
  363. 16D18F9D1B5B023D005173C6 /* ThirdParty */,
  364. 1691F6BC1C58C1FA0037F4A5 /* Frameworks */,
  365. 16E0A78C1AB9E2280085B2C0 /* Products */,
  366. 163952701B599BBE0059E553 /* libxml2.dylib */,
  367. );
  368. sourceTree = "<group>";
  369. };
  370. 16E0A78C1AB9E2280085B2C0 /* Products */ = {
  371. isa = PBXGroup;
  372. children = (
  373. 16E0A78B1AB9E2280085B2C0 /* ShaarliOS.app */,
  374. 16E0A7A41AB9E2280085B2C0 /* ShaarliOSTests.xctest */,
  375. 1601E3D51AB9E68700D3E27D /* Share.appex */,
  376. 1691F6BB1C58C1FA0037F4A5 /* Today.appex */,
  377. );
  378. name = Products;
  379. sourceTree = "<group>";
  380. };
  381. 16E0A78D1AB9E2280085B2C0 /* ShaarliOS */ = {
  382. isa = PBXGroup;
  383. children = (
  384. 16E0A79D1AB9E2280085B2C0 /* LaunchScreen.xib */,
  385. 16E0A7981AB9E2280085B2C0 /* Main.storyboard */,
  386. 16E0A79B1AB9E2280085B2C0 /* Images.xcassets */,
  387. 1601E3EE1AB9ED1700D3E27D /* infra */,
  388. 16E0A7921AB9E2280085B2C0 /* AppDelegate.h */,
  389. 16E0A7931AB9E2280085B2C0 /* AppDelegate.m */,
  390. 16E0A7951AB9E2280085B2C0 /* MainVC.h */,
  391. 16E0A7961AB9E2280085B2C0 /* MainVC.m */,
  392. 1621DDCF1B6164EC00238503 /* SettingsVC.h */,
  393. 1621DDD01B6164EC00238503 /* SettingsVC.m */,
  394. 16E0A78E1AB9E2280085B2C0 /* Supporting Files */,
  395. 162DBE9E1BCB942D00AB8B9C /* API */,
  396. 165B45A21B5952B8008A2714 /* ShaarliM.h */,
  397. 165B45A31B5952B8008A2714 /* ShaarliM.m */,
  398. );
  399. path = ShaarliOS;
  400. sourceTree = "<group>";
  401. };
  402. 16E0A78E1AB9E2280085B2C0 /* Supporting Files */ = {
  403. isa = PBXGroup;
  404. children = (
  405. 16E0A78F1AB9E2280085B2C0 /* Info.plist */,
  406. 1697BB701B62D7D200A7D515 /* ShaarliOS.entitlements */,
  407. 16E0A7901AB9E2280085B2C0 /* main.m */,
  408. 1601E3ED1AB9EC7800D3E27D /* ShaarliOS-Prefix.pch */,
  409. 165460811B697BCE001DAA32 /* iTunesArtwork.png */,
  410. 1640B8591B749D71009D3FED /* about.html */,
  411. );
  412. name = "Supporting Files";
  413. sourceTree = "<group>";
  414. };
  415. 16E0A7A71AB9E2280085B2C0 /* ShaarliOSTests */ = {
  416. isa = PBXGroup;
  417. children = (
  418. 1652D98E1B68BD8000B044C3 /* ShaarliOSTests.m */,
  419. 161C4B4C1B5BFD6E002B177F /* ShaarliMTest.m */,
  420. 162DBE9F1BCB946100AB8B9C /* API */,
  421. 162A51371B6E5283001CFF52 /* ShaarliStateParseTest.m */,
  422. 165BC06E1BCAB8DE00F5D3A1 /* ShaarliResponseXPathTest.m */,
  423. 16E59BD11B6EBD1C0035271D /* ShaarliResponseXsltTest.m */,
  424. 166A4E241B6B734000F5D5F7 /* XCTestCase+Tools.h */,
  425. 166A4E251B6B734000F5D5F7 /* XCTestCase+Tools.m */,
  426. 16E0A7A81AB9E2280085B2C0 /* Supporting Files */,
  427. 161C4B4A1B5BFD39002B177F /* testdata */,
  428. );
  429. path = ShaarliOSTests;
  430. sourceTree = "<group>";
  431. };
  432. 16E0A7A81AB9E2280085B2C0 /* Supporting Files */ = {
  433. isa = PBXGroup;
  434. children = (
  435. 16E0A7A91AB9E2280085B2C0 /* Info.plist */,
  436. 16E59BCF1B6EBCEF0035271D /* response.xslt */,
  437. );
  438. name = "Supporting Files";
  439. sourceTree = "<group>";
  440. };
  441. /* End PBXGroup section */
  442. /* Begin PBXNativeTarget section */
  443. 1601E3D41AB9E68700D3E27D /* Share */ = {
  444. isa = PBXNativeTarget;
  445. buildConfigurationList = 1601E3E11AB9E68700D3E27D /* Build configuration list for PBXNativeTarget "Share" */;
  446. buildPhases = (
  447. 1601E3D11AB9E68700D3E27D /* Sources */,
  448. 1601E3D21AB9E68700D3E27D /* Frameworks */,
  449. 1601E3D31AB9E68700D3E27D /* Resources */,
  450. );
  451. buildRules = (
  452. );
  453. dependencies = (
  454. );
  455. name = Share;
  456. productName = Share;
  457. productReference = 1601E3D51AB9E68700D3E27D /* Share.appex */;
  458. productType = "com.apple.product-type.app-extension";
  459. };
  460. 1691F6BA1C58C1FA0037F4A5 /* Today */ = {
  461. isa = PBXNativeTarget;
  462. buildConfigurationList = 1691F6CA1C58C1FA0037F4A5 /* Build configuration list for PBXNativeTarget "Today" */;
  463. buildPhases = (
  464. 1691F6B71C58C1FA0037F4A5 /* Sources */,
  465. 1691F6B81C58C1FA0037F4A5 /* Frameworks */,
  466. 1691F6B91C58C1FA0037F4A5 /* Resources */,
  467. );
  468. buildRules = (
  469. );
  470. dependencies = (
  471. );
  472. name = Today;
  473. productName = Today;
  474. productReference = 1691F6BB1C58C1FA0037F4A5 /* Today.appex */;
  475. productType = "com.apple.product-type.app-extension";
  476. };
  477. 16E0A78A1AB9E2280085B2C0 /* ShaarliOS */ = {
  478. isa = PBXNativeTarget;
  479. buildConfigurationList = 16E0A7AE1AB9E2280085B2C0 /* Build configuration list for PBXNativeTarget "ShaarliOS" */;
  480. buildPhases = (
  481. 16E0A7871AB9E2280085B2C0 /* Sources */,
  482. 16E0A7881AB9E2280085B2C0 /* Frameworks */,
  483. 16E0A7891AB9E2280085B2C0 /* Resources */,
  484. 1601E3D01AB9E56D00D3E27D /* Embed App Extensions */,
  485. 163C53141B63E749009DFF35 /* Git Sha -> Info.plist */,
  486. );
  487. buildRules = (
  488. );
  489. dependencies = (
  490. 1601E3DF1AB9E68700D3E27D /* PBXTargetDependency */,
  491. 1691F6C81C58C1FA0037F4A5 /* PBXTargetDependency */,
  492. );
  493. name = ShaarliOS;
  494. productName = ShaarliOS;
  495. productReference = 16E0A78B1AB9E2280085B2C0 /* ShaarliOS.app */;
  496. productType = "com.apple.product-type.application";
  497. };
  498. 16E0A7A31AB9E2280085B2C0 /* ShaarliOSTests */ = {
  499. isa = PBXNativeTarget;
  500. buildConfigurationList = 16E0A7B11AB9E2280085B2C0 /* Build configuration list for PBXNativeTarget "ShaarliOSTests" */;
  501. buildPhases = (
  502. 16E0A7A01AB9E2280085B2C0 /* Sources */,
  503. 16E0A7A11AB9E2280085B2C0 /* Frameworks */,
  504. 16E0A7A21AB9E2280085B2C0 /* Resources */,
  505. );
  506. buildRules = (
  507. );
  508. dependencies = (
  509. 16E0A7A61AB9E2280085B2C0 /* PBXTargetDependency */,
  510. );
  511. name = ShaarliOSTests;
  512. productName = ShaarliOSTests;
  513. productReference = 16E0A7A41AB9E2280085B2C0 /* ShaarliOSTests.xctest */;
  514. productType = "com.apple.product-type.bundle.unit-test";
  515. };
  516. /* End PBXNativeTarget section */
  517. /* Begin PBXProject section */
  518. 16E0A7831AB9E2280085B2C0 /* Project object */ = {
  519. isa = PBXProject;
  520. attributes = {
  521. LastUpgradeCheck = 0620;
  522. ORGANIZATIONNAME = "Marcus Rohrmoser";
  523. TargetAttributes = {
  524. 1601E3D41AB9E68700D3E27D = {
  525. CreatedOnToolsVersion = 6.2;
  526. DevelopmentTeam = PE85K2L7LE;
  527. SystemCapabilities = {
  528. com.apple.ApplicationGroups.iOS = {
  529. enabled = 1;
  530. };
  531. com.apple.Keychain = {
  532. enabled = 1;
  533. };
  534. };
  535. };
  536. 1691F6BA1C58C1FA0037F4A5 = {
  537. CreatedOnToolsVersion = 6.2;
  538. DevelopmentTeam = PE85K2L7LE;
  539. SystemCapabilities = {
  540. com.apple.ApplicationGroups.iOS = {
  541. enabled = 1;
  542. };
  543. com.apple.Keychain = {
  544. enabled = 0;
  545. };
  546. };
  547. };
  548. 16E0A78A1AB9E2280085B2C0 = {
  549. CreatedOnToolsVersion = 6.2;
  550. DevelopmentTeam = PE85K2L7LE;
  551. SystemCapabilities = {
  552. com.apple.ApplicationGroups.iOS = {
  553. enabled = 1;
  554. };
  555. com.apple.Keychain = {
  556. enabled = 1;
  557. };
  558. };
  559. };
  560. 16E0A7A31AB9E2280085B2C0 = {
  561. CreatedOnToolsVersion = 6.2;
  562. TestTargetID = 16E0A78A1AB9E2280085B2C0;
  563. };
  564. };
  565. };
  566. buildConfigurationList = 16E0A7861AB9E2280085B2C0 /* Build configuration list for PBXProject "ShaarliOS" */;
  567. compatibilityVersion = "Xcode 3.2";
  568. developmentRegion = English;
  569. hasScannedForEncodings = 0;
  570. knownRegions = (
  571. en,
  572. Base,
  573. );
  574. mainGroup = 16E0A7821AB9E2280085B2C0;
  575. productRefGroup = 16E0A78C1AB9E2280085B2C0 /* Products */;
  576. projectDirPath = "";
  577. projectRoot = "";
  578. targets = (
  579. 16E0A78A1AB9E2280085B2C0 /* ShaarliOS */,
  580. 16E0A7A31AB9E2280085B2C0 /* ShaarliOSTests */,
  581. 1601E3D41AB9E68700D3E27D /* Share */,
  582. 1691F6BA1C58C1FA0037F4A5 /* Today */,
  583. );
  584. };
  585. /* End PBXProject section */
  586. /* Begin PBXResourcesBuildPhase section */
  587. 1601E3D31AB9E68700D3E27D /* Resources */ = {
  588. isa = PBXResourcesBuildPhase;
  589. buildActionMask = 2147483647;
  590. files = (
  591. 16ABE6001B640CC10054F12F /* Icon.png in Resources */,
  592. 16ABE6011B640CC10054F12F /* Icon@2x.png in Resources */,
  593. 16ABE6021B640CC10054F12F /* Icon@3x.png in Resources */,
  594. 16D18FBB1B5B02ED005173C6 /* LICENSE in Resources */,
  595. );
  596. runOnlyForDeploymentPostprocessing = 0;
  597. };
  598. 1691F6B91C58C1FA0037F4A5 /* Resources */ = {
  599. isa = PBXResourcesBuildPhase;
  600. buildActionMask = 2147483647;
  601. files = (
  602. 1691F6C61C58C1FA0037F4A5 /* MainInterface.storyboard in Resources */,
  603. );
  604. runOnlyForDeploymentPostprocessing = 0;
  605. };
  606. 16E0A7891AB9E2280085B2C0 /* Resources */ = {
  607. isa = PBXResourcesBuildPhase;
  608. buildActionMask = 2147483647;
  609. files = (
  610. 16E0A79A1AB9E2280085B2C0 /* Main.storyboard in Resources */,
  611. 16E0A79F1AB9E2280085B2C0 /* LaunchScreen.xib in Resources */,
  612. 169BCA131B72269400311870 /* 1Password.xcassets in Resources */,
  613. 16D18FB91B5B02EC005173C6 /* LICENSE in Resources */,
  614. 1640B85A1B749D71009D3FED /* about.html in Resources */,
  615. 165460821B697BCE001DAA32 /* iTunesArtwork.png in Resources */,
  616. 16E0A79C1AB9E2280085B2C0 /* Images.xcassets in Resources */,
  617. );
  618. runOnlyForDeploymentPostprocessing = 0;
  619. };
  620. 16E0A7A21AB9E2280085B2C0 /* Resources */ = {
  621. isa = PBXResourcesBuildPhase;
  622. buildActionMask = 2147483647;
  623. files = (
  624. 161C4B4B1B5BFD39002B177F /* testdata in Resources */,
  625. 16E59BD01B6EBCEF0035271D /* response.xslt in Resources */,
  626. 16D18FBA1B5B02EC005173C6 /* LICENSE in Resources */,
  627. );
  628. runOnlyForDeploymentPostprocessing = 0;
  629. };
  630. /* End PBXResourcesBuildPhase section */
  631. /* Begin PBXShellScriptBuildPhase section */
  632. 163C53141B63E749009DFF35 /* Git Sha -> Info.plist */ = {
  633. isa = PBXShellScriptBuildPhase;
  634. buildActionMask = 2147483647;
  635. files = (
  636. );
  637. inputPaths = (
  638. );
  639. name = "Git Sha -> Info.plist";
  640. outputPaths = (
  641. );
  642. runOnlyForDeploymentPostprocessing = 0;
  643. shellPath = "/bin/sh\n# inspired by\n# - http://kswizz.com/post/2686511526/git-xcode-versioning\n# - http://stackoverflow.com/a/12658311\ncd \"$PROJECT_DIR\"\n# say hello\n/usr/libexec/PlistBuddy -c \"Set :CFBundleVersionGitSHA $(git rev-parse --short HEAD)\" \"$TARGET_BUILD_DIR/$INFOPLIST_PATH\"";
  644. shellScript = "# write git version SHA into Info.plist\n#\n# inspired by\n# - http://kswizz.com/post/2686511526/git-xcode-versioning\n# - http://stackoverflow.com/a/12658311\ncd \"$PROJECT_DIR\"\n# say hello\ninfo_plist=\"$TARGET_BUILD_DIR/$INFOPLIST_PATH\"\ngitsha=$(git rev-parse --short HEAD)\n# version=$(/usr/libexec/PlistBuddy -c \"Print :CFBundleVersion\" \"$info_plist\")\n/usr/libexec/PlistBuddy -c \"Set :CFBundleGitSHA $gitsha\" \"$info_plist\"\n# /usr/libexec/PlistBuddy -c \"Set :CFBundleShortVersionString '$version'\" \"$info_plist\"";
  645. };
  646. /* End PBXShellScriptBuildPhase section */
  647. /* Begin PBXSourcesBuildPhase section */
  648. 1601E3D11AB9E68700D3E27D /* Sources */ = {
  649. isa = PBXSourcesBuildPhase;
  650. buildActionMask = 2147483647;
  651. files = (
  652. 1671FB061B700D5E00C829D5 /* ShareVC.m in Sources */,
  653. 16D18FAC1B5B023D005173C6 /* PDKeychainBindings.m in Sources */,
  654. 1601E3F31AB9ED3B00D3E27D /* NSBundle+MroSemVer.m in Sources */,
  655. 162DBEA41BCB94AA00AB8B9C /* ShaarliCmd.m in Sources */,
  656. 16D18FAF1B5B023D005173C6 /* PDKeychainBindingsController.m in Sources */,
  657. 16B03F621C4FCBD700ACDC2C /* ShaarliCmdUpdateEndpoint.m in Sources */,
  658. 162DBEB01BCBBA0700AB8B9C /* ShaarliCmdPost.m in Sources */,
  659. 165B45A61B5952B8008A2714 /* ShaarliM.m in Sources */,
  660. 1601E4021ABA030F00D3E27D /* NSUserDefaults+Share.m in Sources */,
  661. );
  662. runOnlyForDeploymentPostprocessing = 0;
  663. };
  664. 1691F6B71C58C1FA0037F4A5 /* Sources */ = {
  665. isa = PBXSourcesBuildPhase;
  666. buildActionMask = 2147483647;
  667. files = (
  668. 1691F6C41C58C1FA0037F4A5 /* TodayVC.m in Sources */,
  669. );
  670. runOnlyForDeploymentPostprocessing = 0;
  671. };
  672. 16E0A7871AB9E2280085B2C0 /* Sources */ = {
  673. isa = PBXSourcesBuildPhase;
  674. buildActionMask = 2147483647;
  675. files = (
  676. 16B03F601C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.m in Sources */,
  677. 16E0A7971AB9E2280085B2C0 /* MainVC.m in Sources */,
  678. 162DBEAE1BCBBA0700AB8B9C /* ShaarliCmdPost.m in Sources */,
  679. 1621DDD11B6164EC00238503 /* SettingsVC.m in Sources */,
  680. 1601E3F11AB9ED3B00D3E27D /* NSBundle+MroSemVer.m in Sources */,
  681. 16D18FAD1B5B023D005173C6 /* PDKeychainBindingsController.m in Sources */,
  682. 1601E4001ABA030F00D3E27D /* NSUserDefaults+Share.m in Sources */,
  683. 16E0A7941AB9E2280085B2C0 /* AppDelegate.m in Sources */,
  684. 16E0A7911AB9E2280085B2C0 /* main.m in Sources */,
  685. 162DBEA21BCB94AA00AB8B9C /* ShaarliCmd.m in Sources */,
  686. 1614BA9B1B71FC190042DCE7 /* ShareVC.m in Sources */,
  687. 16D18FAA1B5B023D005173C6 /* PDKeychainBindings.m in Sources */,
  688. 169BCA151B72269400311870 /* OnePasswordExtension.m in Sources */,
  689. 165B45A41B5952B8008A2714 /* ShaarliM.m in Sources */,
  690. );
  691. runOnlyForDeploymentPostprocessing = 0;
  692. };
  693. 16E0A7A01AB9E2280085B2C0 /* Sources */ = {
  694. isa = PBXSourcesBuildPhase;
  695. buildActionMask = 2147483647;
  696. files = (
  697. 162A51351B6E50C7001CFF52 /* MROStateMachine.m in Sources */,
  698. 165BC06F1BCAB8DE00F5D3A1 /* ShaarliResponseXPathTest.m in Sources */,
  699. 16D18FAB1B5B023D005173C6 /* PDKeychainBindings.m in Sources */,
  700. 1621DDD21B6164EC00238503 /* SettingsVC.m in Sources */,
  701. 1601E3F21AB9ED3B00D3E27D /* NSBundle+MroSemVer.m in Sources */,
  702. 16B03F611C4FC35300ACDC2C /* ShaarliCmdUpdateEndpoint.m in Sources */,
  703. 16D18FAE1B5B023D005173C6 /* PDKeychainBindingsController.m in Sources */,
  704. 165B45A51B5952B8008A2714 /* ShaarliM.m in Sources */,
  705. 162DBEAB1BCB94F000AB8B9C /* ShaarliCmdLoginTest.m in Sources */,
  706. 1614BA9C1B71FC1A0042DCE7 /* ShareVC.m in Sources */,
  707. 16E59BCE1B6EAF2A0035271D /* ShaarliStateParseTest.m in Sources */,
  708. 166A4E261B6B734000F5D5F7 /* XCTestCase+Tools.m in Sources */,
  709. 162DBEB21BCBBA2600AB8B9C /* ShaarliCmdPostTest.m in Sources */,
  710. 161C4B4D1B5BFD6E002B177F /* ShaarliMTest.m in Sources */,
  711. 1652D98F1B68BD8000B044C3 /* ShaarliOSTests.m in Sources */,
  712. 16E59BD21B6EBD1C0035271D /* ShaarliResponseXsltTest.m in Sources */,
  713. 162DBEA81BCB94C300AB8B9C /* ShaarliCmdLogin.m in Sources */,
  714. 162DBEAF1BCBBA0700AB8B9C /* ShaarliCmdPost.m in Sources */,
  715. 162DBEA31BCB94AA00AB8B9C /* ShaarliCmd.m in Sources */,
  716. 1601E4011ABA030F00D3E27D /* NSUserDefaults+Share.m in Sources */,
  717. );
  718. runOnlyForDeploymentPostprocessing = 0;
  719. };
  720. /* End PBXSourcesBuildPhase section */
  721. /* Begin PBXTargetDependency section */
  722. 1601E3DF1AB9E68700D3E27D /* PBXTargetDependency */ = {
  723. isa = PBXTargetDependency;
  724. target = 1601E3D41AB9E68700D3E27D /* Share */;
  725. targetProxy = 1601E3DE1AB9E68700D3E27D /* PBXContainerItemProxy */;
  726. };
  727. 1691F6C81C58C1FA0037F4A5 /* PBXTargetDependency */ = {
  728. isa = PBXTargetDependency;
  729. target = 1691F6BA1C58C1FA0037F4A5 /* Today */;
  730. targetProxy = 1691F6C71C58C1FA0037F4A5 /* PBXContainerItemProxy */;
  731. };
  732. 16E0A7A61AB9E2280085B2C0 /* PBXTargetDependency */ = {
  733. isa = PBXTargetDependency;
  734. target = 16E0A78A1AB9E2280085B2C0 /* ShaarliOS */;
  735. targetProxy = 16E0A7A51AB9E2280085B2C0 /* PBXContainerItemProxy */;
  736. };
  737. /* End PBXTargetDependency section */
  738. /* Begin PBXVariantGroup section */
  739. 16E0A7981AB9E2280085B2C0 /* Main.storyboard */ = {
  740. isa = PBXVariantGroup;
  741. children = (
  742. 16E0A7991AB9E2280085B2C0 /* Base */,
  743. );
  744. name = Main.storyboard;
  745. sourceTree = "<group>";
  746. };
  747. 16E0A79D1AB9E2280085B2C0 /* LaunchScreen.xib */ = {
  748. isa = PBXVariantGroup;
  749. children = (
  750. 16E0A79E1AB9E2280085B2C0 /* Base */,
  751. );
  752. name = LaunchScreen.xib;
  753. sourceTree = "<group>";
  754. };
  755. /* End PBXVariantGroup section */
  756. /* Begin XCBuildConfiguration section */
  757. 1601E3E21AB9E68700D3E27D /* Debug */ = {
  758. isa = XCBuildConfiguration;
  759. buildSettings = {
  760. CODE_SIGN_ENTITLEMENTS = Share/Share.entitlements;
  761. CODE_SIGN_IDENTITY = "iPhone Developer";
  762. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  763. GCC_PREPROCESSOR_DEFINITIONS = (
  764. "DEBUG=1",
  765. "$(inherited)",
  766. );
  767. INFOPLIST_FILE = Share/Info.plist;
  768. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  769. PRODUCT_NAME = "$(TARGET_NAME)";
  770. PROVISIONING_PROFILE = "";
  771. SKIP_INSTALL = YES;
  772. };
  773. name = Debug;
  774. };
  775. 1601E3E31AB9E68700D3E27D /* Release */ = {
  776. isa = XCBuildConfiguration;
  777. buildSettings = {
  778. CODE_SIGN_ENTITLEMENTS = Share/Share.entitlements;
  779. CODE_SIGN_IDENTITY = "iPhone Developer";
  780. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  781. INFOPLIST_FILE = Share/Info.plist;
  782. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  783. PRODUCT_NAME = "$(TARGET_NAME)";
  784. PROVISIONING_PROFILE = "";
  785. SKIP_INSTALL = YES;
  786. };
  787. name = Release;
  788. };
  789. 1691F6CB1C58C1FA0037F4A5 /* Debug */ = {
  790. isa = XCBuildConfiguration;
  791. buildSettings = {
  792. CODE_SIGN_ENTITLEMENTS = Today/Today.entitlements;
  793. CODE_SIGN_IDENTITY = "iPhone Developer";
  794. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  795. GCC_PREPROCESSOR_DEFINITIONS = (
  796. "DEBUG=1",
  797. "$(inherited)",
  798. );
  799. INFOPLIST_FILE = Today/Info.plist;
  800. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  801. PRODUCT_NAME = "$(TARGET_NAME)";
  802. PROVISIONING_PROFILE = "";
  803. SKIP_INSTALL = YES;
  804. };
  805. name = Debug;
  806. };
  807. 1691F6CC1C58C1FA0037F4A5 /* Release */ = {
  808. isa = XCBuildConfiguration;
  809. buildSettings = {
  810. CODE_SIGN_ENTITLEMENTS = Today/Today.entitlements;
  811. CODE_SIGN_IDENTITY = "iPhone Developer";
  812. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  813. INFOPLIST_FILE = Today/Info.plist;
  814. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
  815. PRODUCT_NAME = "$(TARGET_NAME)";
  816. PROVISIONING_PROFILE = "";
  817. SKIP_INSTALL = YES;
  818. };
  819. name = Release;
  820. };
  821. 16E0A7AC1AB9E2280085B2C0 /* Debug */ = {
  822. isa = XCBuildConfiguration;
  823. baseConfigurationReference = 1601E3EB1AB9EB2000D3E27D /* Debug.xcconfig */;
  824. buildSettings = {
  825. ALWAYS_SEARCH_USER_PATHS = NO;
  826. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  827. CLANG_CXX_LIBRARY = "libc++";
  828. CLANG_ENABLE_MODULES = YES;
  829. CLANG_ENABLE_OBJC_ARC = YES;
  830. CLANG_WARN_BOOL_CONVERSION = YES;
  831. CLANG_WARN_CONSTANT_CONVERSION = YES;
  832. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  833. CLANG_WARN_EMPTY_BODY = YES;
  834. CLANG_WARN_ENUM_CONVERSION = YES;
  835. CLANG_WARN_INT_CONVERSION = YES;
  836. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  837. CLANG_WARN_UNREACHABLE_CODE = YES;
  838. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  839. CODE_SIGN_IDENTITY = "iPhone Developer: Marcus Rohrmoser (C58CCHV87H)";
  840. CURRENT_PROJECT_VERSION = 1.1;
  841. ENABLE_STRICT_OBJC_MSGSEND = YES;
  842. GCC_C_LANGUAGE_STANDARD = gnu99;
  843. GCC_DYNAMIC_NO_PIC = NO;
  844. GCC_OPTIMIZATION_LEVEL = 0;
  845. GCC_PREFIX_HEADER = "ShaarliOS/ShaarliOS-Prefix.pch";
  846. GCC_PREPROCESSOR_DEFINITIONS = (
  847. "DEBUG=1",
  848. "$(inherited)",
  849. );
  850. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  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. HEADER_SEARCH_PATHS = (
  858. "$(inherited)",
  859. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  860. "${SDKROOT}/usr/include/libxml2",
  861. );
  862. MTL_ENABLE_DEBUG_INFO = YES;
  863. ONLY_ACTIVE_ARCH = YES;
  864. VERSIONING_SYSTEM = "apple-generic";
  865. };
  866. name = Debug;
  867. };
  868. 16E0A7AD1AB9E2280085B2C0 /* Release */ = {
  869. isa = XCBuildConfiguration;
  870. baseConfigurationReference = 1601E3EC1AB9EB2000D3E27D /* Release.xcconfig */;
  871. buildSettings = {
  872. ALWAYS_SEARCH_USER_PATHS = NO;
  873. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  874. CLANG_CXX_LIBRARY = "libc++";
  875. CLANG_ENABLE_MODULES = YES;
  876. CLANG_ENABLE_OBJC_ARC = YES;
  877. CLANG_WARN_BOOL_CONVERSION = YES;
  878. CLANG_WARN_CONSTANT_CONVERSION = YES;
  879. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  880. CLANG_WARN_EMPTY_BODY = YES;
  881. CLANG_WARN_ENUM_CONVERSION = YES;
  882. CLANG_WARN_INT_CONVERSION = YES;
  883. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  884. CLANG_WARN_UNREACHABLE_CODE = YES;
  885. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  886. CODE_SIGN_IDENTITY = "iPhone Developer: Marcus Rohrmoser (C58CCHV87H)";
  887. CURRENT_PROJECT_VERSION = 1.1;
  888. ENABLE_NS_ASSERTIONS = NO;
  889. ENABLE_STRICT_OBJC_MSGSEND = YES;
  890. GCC_C_LANGUAGE_STANDARD = gnu99;
  891. GCC_PREFIX_HEADER = "ShaarliOS/ShaarliOS-Prefix.pch";
  892. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  893. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  894. GCC_WARN_UNDECLARED_SELECTOR = YES;
  895. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  896. GCC_WARN_UNUSED_FUNCTION = YES;
  897. GCC_WARN_UNUSED_VARIABLE = YES;
  898. HEADER_SEARCH_PATHS = (
  899. "$(inherited)",
  900. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  901. "${SDKROOT}/usr/include/libxml2",
  902. );
  903. MTL_ENABLE_DEBUG_INFO = NO;
  904. VALIDATE_PRODUCT = YES;
  905. VERSIONING_SYSTEM = "apple-generic";
  906. };
  907. name = Release;
  908. };
  909. 16E0A7AF1AB9E2280085B2C0 /* Debug */ = {
  910. isa = XCBuildConfiguration;
  911. buildSettings = {
  912. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  913. CODE_SIGN_ENTITLEMENTS = ShaarliOS/ShaarliOS.entitlements;
  914. CODE_SIGN_IDENTITY = "iPhone Developer";
  915. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  916. INFOPLIST_FILE = ShaarliOS/Info.plist;
  917. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  918. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  919. PRODUCT_NAME = ShaarliOS;
  920. PROVISIONING_PROFILE = "";
  921. };
  922. name = Debug;
  923. };
  924. 16E0A7B01AB9E2280085B2C0 /* Release */ = {
  925. isa = XCBuildConfiguration;
  926. buildSettings = {
  927. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  928. CODE_SIGN_ENTITLEMENTS = ShaarliOS/ShaarliOS.entitlements;
  929. CODE_SIGN_IDENTITY = "iPhone Developer";
  930. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  931. INFOPLIST_FILE = ShaarliOS/Info.plist;
  932. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  933. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  934. PRODUCT_NAME = ShaarliOS;
  935. PROVISIONING_PROFILE = "";
  936. };
  937. name = Release;
  938. };
  939. 16E0A7B21AB9E2280085B2C0 /* Debug */ = {
  940. isa = XCBuildConfiguration;
  941. buildSettings = {
  942. BUNDLE_LOADER = "$(TEST_HOST)";
  943. FRAMEWORK_SEARCH_PATHS = (
  944. "$(SDKROOT)/Developer/Library/Frameworks",
  945. "$(inherited)",
  946. );
  947. GCC_PREPROCESSOR_DEFINITIONS = (
  948. "DEBUG=1",
  949. "$(inherited)",
  950. );
  951. INFOPLIST_FILE = ShaarliOSTests/Info.plist;
  952. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  953. PRODUCT_NAME = ShaarliOSTests;
  954. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ShaarliOS.app/ShaarliOS";
  955. };
  956. name = Debug;
  957. };
  958. 16E0A7B31AB9E2280085B2C0 /* Release */ = {
  959. isa = XCBuildConfiguration;
  960. buildSettings = {
  961. BUNDLE_LOADER = "$(TEST_HOST)";
  962. FRAMEWORK_SEARCH_PATHS = (
  963. "$(SDKROOT)/Developer/Library/Frameworks",
  964. "$(inherited)",
  965. );
  966. INFOPLIST_FILE = ShaarliOSTests/Info.plist;
  967. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  968. PRODUCT_NAME = ShaarliOSTests;
  969. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ShaarliOS.app/ShaarliOS";
  970. };
  971. name = Release;
  972. };
  973. /* End XCBuildConfiguration section */
  974. /* Begin XCConfigurationList section */
  975. 1601E3E11AB9E68700D3E27D /* Build configuration list for PBXNativeTarget "Share" */ = {
  976. isa = XCConfigurationList;
  977. buildConfigurations = (
  978. 1601E3E21AB9E68700D3E27D /* Debug */,
  979. 1601E3E31AB9E68700D3E27D /* Release */,
  980. );
  981. defaultConfigurationIsVisible = 0;
  982. defaultConfigurationName = Release;
  983. };
  984. 1691F6CA1C58C1FA0037F4A5 /* Build configuration list for PBXNativeTarget "Today" */ = {
  985. isa = XCConfigurationList;
  986. buildConfigurations = (
  987. 1691F6CB1C58C1FA0037F4A5 /* Debug */,
  988. 1691F6CC1C58C1FA0037F4A5 /* Release */,
  989. );
  990. defaultConfigurationIsVisible = 0;
  991. };
  992. 16E0A7861AB9E2280085B2C0 /* Build configuration list for PBXProject "ShaarliOS" */ = {
  993. isa = XCConfigurationList;
  994. buildConfigurations = (
  995. 16E0A7AC1AB9E2280085B2C0 /* Debug */,
  996. 16E0A7AD1AB9E2280085B2C0 /* Release */,
  997. );
  998. defaultConfigurationIsVisible = 0;
  999. defaultConfigurationName = Release;
  1000. };
  1001. 16E0A7AE1AB9E2280085B2C0 /* Build configuration list for PBXNativeTarget "ShaarliOS" */ = {
  1002. isa = XCConfigurationList;
  1003. buildConfigurations = (
  1004. 16E0A7AF1AB9E2280085B2C0 /* Debug */,
  1005. 16E0A7B01AB9E2280085B2C0 /* Release */,
  1006. );
  1007. defaultConfigurationIsVisible = 0;
  1008. defaultConfigurationName = Release;
  1009. };
  1010. 16E0A7B11AB9E2280085B2C0 /* Build configuration list for PBXNativeTarget "ShaarliOSTests" */ = {
  1011. isa = XCConfigurationList;
  1012. buildConfigurations = (
  1013. 16E0A7B21AB9E2280085B2C0 /* Debug */,
  1014. 16E0A7B31AB9E2280085B2C0 /* Release */,
  1015. );
  1016. defaultConfigurationIsVisible = 0;
  1017. defaultConfigurationName = Release;
  1018. };
  1019. /* End XCConfigurationList section */
  1020. };
  1021. rootObject = 16E0A7831AB9E2280085B2C0 /* Project object */;
  1022. }