project.pbxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 93075C6A1E59CAB000396389 /* BlogView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93075C691E59CAB000396389 /* BlogView.xib */; };
  10. 93075C6C1E59CB6B00396389 /* BlogView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93075C6B1E59CB6B00396389 /* BlogView.swift */; };
  11. 93075C701E59D04A00396389 /* RowBlog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93075C6F1E59D04A00396389 /* RowBlog.swift */; };
  12. 93075C721E59D06900396389 /* RowBlog.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93075C711E59D06900396389 /* RowBlog.xib */; };
  13. 931AA5891E1AFF8C003A2290 /* String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931AA5881E1AFF8C003A2290 /* String.swift */; };
  14. 931AA58B1E1DA911003A2290 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 931AA58A1E1DA910003A2290 /* CoreData.framework */; };
  15. 931AA5AE1E218D0E003A2290 /* Entry.xib in Resources */ = {isa = PBXBuildFile; fileRef = 931AA5AD1E218D0D003A2290 /* Entry.xib */; };
  16. 931AA5B01E219006003A2290 /* RowHomePastActivities.xib in Resources */ = {isa = PBXBuildFile; fileRef = 931AA5AF1E219006003A2290 /* RowHomePastActivities.xib */; };
  17. 93294FF81E336FA000FDAF50 /* Entry.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93294FF71E336FA000FDAF50 /* Entry.swift */; };
  18. 93294FFA1E337D0D00FDAF50 /* RowHomePastActivities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93294FF91E337D0D00FDAF50 /* RowHomePastActivities.swift */; };
  19. 935892D01E493C2300E1CD5F /* UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935892CF1E493C2300E1CD5F /* UIImageView.swift */; };
  20. 935D6E2D1E8678B700CED3A1 /* GalleryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 935D6E2C1E8678B700CED3A1 /* GalleryView.xib */; };
  21. 935D6E2F1E86792000CED3A1 /* GalleryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935D6E2E1E86792000CED3A1 /* GalleryView.swift */; };
  22. 935D6E311E867C5E00CED3A1 /* RowGallery.xib in Resources */ = {isa = PBXBuildFile; fileRef = 935D6E301E867C5E00CED3A1 /* RowGallery.xib */; };
  23. 935D6E331E867C7E00CED3A1 /* RowGallery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935D6E321E867C7E00CED3A1 /* RowGallery.swift */; };
  24. 937EA02D1E5B8B5300D0893A /* UIApplcation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 937EA02C1E5B8B5300D0893A /* UIApplcation.swift */; };
  25. 93B408031D9ED44C000FBC99 /* MenuCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */; };
  26. 93B84B9A1D9C31AB006C0F67 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B84B991D9C31AB006C0F67 /* AppDelegate.swift */; };
  27. 93B84B9C1D9C31AB006C0F67 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B84B9B1D9C31AB006C0F67 /* ViewController.swift */; };
  28. 93B84B9F1D9C31AB006C0F67 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93B84B9D1D9C31AB006C0F67 /* Main.storyboard */; };
  29. 93B84BA21D9C31AB006C0F67 /* app.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 93B84BA01D9C31AB006C0F67 /* app.xcdatamodeld */; };
  30. 93B84BA41D9C31AB006C0F67 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 93B84BA31D9C31AB006C0F67 /* Assets.xcassets */; };
  31. 93B84BA71D9C31AB006C0F67 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93B84BA51D9C31AB006C0F67 /* LaunchScreen.storyboard */; };
  32. 93BAD2EE1E585578009DF853 /* RowHomeBlog.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93BAD2ED1E585578009DF853 /* RowHomeBlog.xib */; };
  33. 93BAD2F01E585662009DF853 /* RowHomeBlog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93BAD2EF1E585662009DF853 /* RowHomeBlog.swift */; };
  34. 93BAD2F21E585E88009DF853 /* RowHomeFutureActivities.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93BAD2F11E585E88009DF853 /* RowHomeFutureActivities.xib */; };
  35. 93BAD2F41E585EE6009DF853 /* RowHomeFutureActivities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93BAD2F31E585EE6009DF853 /* RowHomeFutureActivities.swift */; };
  36. 93BAD2F61E586310009DF853 /* RowHomeSocial.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93BAD2F51E586310009DF853 /* RowHomeSocial.xib */; };
  37. 93BAD2F81E586741009DF853 /* RowHomeSocial.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93BAD2F71E586741009DF853 /* RowHomeSocial.swift */; };
  38. 93BEB6D21E7E878300C68DE5 /* PostViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93BEB6D11E7E878300C68DE5 /* PostViewController.swift */; };
  39. 93D9EA601DE271E700089002 /* Section.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93D9EA5F1DE271E700089002 /* Section.xib */; };
  40. 93D9EA641DE273FD00089002 /* Section.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D9EA631DE273FD00089002 /* Section.swift */; };
  41. 93D9EA681DE342AC00089002 /* UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D9EA671DE342AC00089002 /* UIView.swift */; };
  42. 93D9EA6A1DE3491100089002 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D9EA691DE3491100089002 /* HomeView.swift */; };
  43. 93D9EA6C1DE3498500089002 /* HomeView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93D9EA6B1DE3498500089002 /* HomeView.xib */; };
  44. 93D9EA711DE37C7900089002 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 93D9EA701DE37C7900089002 /* libsqlite3.tbd */; };
  45. 93D9EA761DE3ACBB00089002 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D9EA751DE3ACBB00089002 /* Sync.swift */; };
  46. /* End PBXBuildFile section */
  47. /* Begin PBXFileReference section */
  48. 93075C691E59CAB000396389 /* BlogView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BlogView.xib; sourceTree = "<group>"; };
  49. 93075C6B1E59CB6B00396389 /* BlogView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlogView.swift; sourceTree = "<group>"; };
  50. 93075C6F1E59D04A00396389 /* RowBlog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowBlog.swift; sourceTree = "<group>"; };
  51. 93075C711E59D06900396389 /* RowBlog.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowBlog.xib; sourceTree = "<group>"; };
  52. 931AA5881E1AFF8C003A2290 /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
  53. 931AA58A1E1DA910003A2290 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  54. 931AA5AD1E218D0D003A2290 /* Entry.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = Entry.xib; sourceTree = "<group>"; };
  55. 931AA5AF1E219006003A2290 /* RowHomePastActivities.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowHomePastActivities.xib; sourceTree = "<group>"; };
  56. 93294FF71E336FA000FDAF50 /* Entry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Entry.swift; sourceTree = "<group>"; };
  57. 93294FF91E337D0D00FDAF50 /* RowHomePastActivities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowHomePastActivities.swift; sourceTree = "<group>"; };
  58. 935892CF1E493C2300E1CD5F /* UIImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImageView.swift; sourceTree = "<group>"; };
  59. 935D6E2C1E8678B700CED3A1 /* GalleryView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GalleryView.xib; sourceTree = "<group>"; };
  60. 935D6E2E1E86792000CED3A1 /* GalleryView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GalleryView.swift; sourceTree = "<group>"; };
  61. 935D6E301E867C5E00CED3A1 /* RowGallery.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowGallery.xib; sourceTree = "<group>"; };
  62. 935D6E321E867C7E00CED3A1 /* RowGallery.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowGallery.swift; sourceTree = "<group>"; };
  63. 937EA02C1E5B8B5300D0893A /* UIApplcation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIApplcation.swift; sourceTree = "<group>"; };
  64. 93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MenuCollectionViewCell.swift; path = ../MenuCollectionViewCell.swift; sourceTree = "<group>"; };
  65. 93B84B961D9C31AB006C0F67 /* app.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = app.app; sourceTree = BUILT_PRODUCTS_DIR; };
  66. 93B84B991D9C31AB006C0F67 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  67. 93B84B9B1D9C31AB006C0F67 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  68. 93B84B9E1D9C31AB006C0F67 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  69. 93B84BA11D9C31AB006C0F67 /* app.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = app.xcdatamodel; sourceTree = "<group>"; };
  70. 93B84BA31D9C31AB006C0F67 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  71. 93B84BA61D9C31AB006C0F67 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  72. 93B84BA81D9C31AB006C0F67 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  73. 93BAD2ED1E585578009DF853 /* RowHomeBlog.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowHomeBlog.xib; sourceTree = "<group>"; };
  74. 93BAD2EF1E585662009DF853 /* RowHomeBlog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowHomeBlog.swift; sourceTree = "<group>"; };
  75. 93BAD2F11E585E88009DF853 /* RowHomeFutureActivities.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowHomeFutureActivities.xib; sourceTree = "<group>"; };
  76. 93BAD2F31E585EE6009DF853 /* RowHomeFutureActivities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowHomeFutureActivities.swift; sourceTree = "<group>"; };
  77. 93BAD2F51E586310009DF853 /* RowHomeSocial.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowHomeSocial.xib; sourceTree = "<group>"; };
  78. 93BAD2F71E586741009DF853 /* RowHomeSocial.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowHomeSocial.swift; sourceTree = "<group>"; };
  79. 93BEB6D11E7E878300C68DE5 /* PostViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PostViewController.swift; sourceTree = "<group>"; };
  80. 93D9EA5F1DE271E700089002 /* Section.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Section.xib; path = ../Section.xib; sourceTree = "<group>"; };
  81. 93D9EA631DE273FD00089002 /* Section.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Section.swift; sourceTree = "<group>"; };
  82. 93D9EA671DE342AC00089002 /* UIView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIView.swift; sourceTree = "<group>"; };
  83. 93D9EA691DE3491100089002 /* HomeView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
  84. 93D9EA6B1DE3498500089002 /* HomeView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HomeView.xib; sourceTree = "<group>"; };
  85. 93D9EA701DE37C7900089002 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
  86. 93D9EA751DE3ACBB00089002 /* Sync.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Sync.swift; sourceTree = "<group>"; };
  87. /* End PBXFileReference section */
  88. /* Begin PBXFrameworksBuildPhase section */
  89. 93B84B931D9C31AB006C0F67 /* Frameworks */ = {
  90. isa = PBXFrameworksBuildPhase;
  91. buildActionMask = 2147483647;
  92. files = (
  93. 931AA58B1E1DA911003A2290 /* CoreData.framework in Frameworks */,
  94. 93D9EA711DE37C7900089002 /* libsqlite3.tbd in Frameworks */,
  95. );
  96. runOnlyForDeploymentPostprocessing = 0;
  97. };
  98. /* End PBXFrameworksBuildPhase section */
  99. /* Begin PBXGroup section */
  100. 93B84B8D1D9C31AB006C0F67 = {
  101. isa = PBXGroup;
  102. children = (
  103. 93B84B981D9C31AB006C0F67 /* app */,
  104. 93B84B971D9C31AB006C0F67 /* Products */,
  105. 93D9EA6F1DE37C7900089002 /* Frameworks */,
  106. );
  107. sourceTree = "<group>";
  108. };
  109. 93B84B971D9C31AB006C0F67 /* Products */ = {
  110. isa = PBXGroup;
  111. children = (
  112. 93B84B961D9C31AB006C0F67 /* app.app */,
  113. );
  114. name = Products;
  115. sourceTree = "<group>";
  116. };
  117. 93B84B981D9C31AB006C0F67 /* app */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 93B84BA81D9C31AB006C0F67 /* Info.plist */,
  121. 93B84BA31D9C31AB006C0F67 /* Assets.xcassets */,
  122. 93B84BA01D9C31AB006C0F67 /* app.xcdatamodeld */,
  123. 93B84BA51D9C31AB006C0F67 /* LaunchScreen.storyboard */,
  124. 93B84B991D9C31AB006C0F67 /* AppDelegate.swift */,
  125. 93B84B9D1D9C31AB006C0F67 /* Main.storyboard */,
  126. 93B84B9B1D9C31AB006C0F67 /* ViewController.swift */,
  127. 93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */,
  128. 93BEB6D11E7E878300C68DE5 /* PostViewController.swift */,
  129. 93D9EA5F1DE271E700089002 /* Section.xib */,
  130. 93D9EA631DE273FD00089002 /* Section.swift */,
  131. 931AA5AD1E218D0D003A2290 /* Entry.xib */,
  132. 93294FF71E336FA000FDAF50 /* Entry.swift */,
  133. 93D9EA6B1DE3498500089002 /* HomeView.xib */,
  134. 93D9EA691DE3491100089002 /* HomeView.swift */,
  135. 93BAD2F11E585E88009DF853 /* RowHomeFutureActivities.xib */,
  136. 93BAD2F31E585EE6009DF853 /* RowHomeFutureActivities.swift */,
  137. 93BAD2ED1E585578009DF853 /* RowHomeBlog.xib */,
  138. 93BAD2EF1E585662009DF853 /* RowHomeBlog.swift */,
  139. 931AA5AF1E219006003A2290 /* RowHomePastActivities.xib */,
  140. 93294FF91E337D0D00FDAF50 /* RowHomePastActivities.swift */,
  141. 93BAD2F51E586310009DF853 /* RowHomeSocial.xib */,
  142. 93BAD2F71E586741009DF853 /* RowHomeSocial.swift */,
  143. 93075C691E59CAB000396389 /* BlogView.xib */,
  144. 93075C6B1E59CB6B00396389 /* BlogView.swift */,
  145. 93075C711E59D06900396389 /* RowBlog.xib */,
  146. 93075C6F1E59D04A00396389 /* RowBlog.swift */,
  147. 93D9EA751DE3ACBB00089002 /* Sync.swift */,
  148. 931AA5881E1AFF8C003A2290 /* String.swift */,
  149. 93D9EA671DE342AC00089002 /* UIView.swift */,
  150. 935892CF1E493C2300E1CD5F /* UIImageView.swift */,
  151. 937EA02C1E5B8B5300D0893A /* UIApplcation.swift */,
  152. 935D6E2C1E8678B700CED3A1 /* GalleryView.xib */,
  153. 935D6E2E1E86792000CED3A1 /* GalleryView.swift */,
  154. 935D6E301E867C5E00CED3A1 /* RowGallery.xib */,
  155. 935D6E321E867C7E00CED3A1 /* RowGallery.swift */,
  156. );
  157. path = app;
  158. sourceTree = "<group>";
  159. };
  160. 93D9EA6F1DE37C7900089002 /* Frameworks */ = {
  161. isa = PBXGroup;
  162. children = (
  163. 931AA58A1E1DA910003A2290 /* CoreData.framework */,
  164. 93D9EA701DE37C7900089002 /* libsqlite3.tbd */,
  165. );
  166. name = Frameworks;
  167. sourceTree = "<group>";
  168. };
  169. /* End PBXGroup section */
  170. /* Begin PBXNativeTarget section */
  171. 93B84B951D9C31AB006C0F67 /* app */ = {
  172. isa = PBXNativeTarget;
  173. buildConfigurationList = 93B84BAB1D9C31AB006C0F67 /* Build configuration list for PBXNativeTarget "app" */;
  174. buildPhases = (
  175. 93B84B921D9C31AB006C0F67 /* Sources */,
  176. 93B84B931D9C31AB006C0F67 /* Frameworks */,
  177. 93B84B941D9C31AB006C0F67 /* Resources */,
  178. );
  179. buildRules = (
  180. );
  181. dependencies = (
  182. );
  183. name = app;
  184. productName = app;
  185. productReference = 93B84B961D9C31AB006C0F67 /* app.app */;
  186. productType = "com.apple.product-type.application";
  187. };
  188. /* End PBXNativeTarget section */
  189. /* Begin PBXProject section */
  190. 93B84B8E1D9C31AB006C0F67 /* Project object */ = {
  191. isa = PBXProject;
  192. attributes = {
  193. LastSwiftUpdateCheck = 0800;
  194. LastUpgradeCheck = 0800;
  195. ORGANIZATIONNAME = Margolariak;
  196. TargetAttributes = {
  197. 93B84B951D9C31AB006C0F67 = {
  198. CreatedOnToolsVersion = 8.0;
  199. DevelopmentTeam = Z2WQ2CQN52;
  200. ProvisioningStyle = Automatic;
  201. };
  202. };
  203. };
  204. buildConfigurationList = 93B84B911D9C31AB006C0F67 /* Build configuration list for PBXProject "app" */;
  205. compatibilityVersion = "Xcode 3.2";
  206. developmentRegion = English;
  207. hasScannedForEncodings = 0;
  208. knownRegions = (
  209. en,
  210. Base,
  211. );
  212. mainGroup = 93B84B8D1D9C31AB006C0F67;
  213. productRefGroup = 93B84B971D9C31AB006C0F67 /* Products */;
  214. projectDirPath = "";
  215. projectRoot = "";
  216. targets = (
  217. 93B84B951D9C31AB006C0F67 /* app */,
  218. );
  219. };
  220. /* End PBXProject section */
  221. /* Begin PBXResourcesBuildPhase section */
  222. 93B84B941D9C31AB006C0F67 /* Resources */ = {
  223. isa = PBXResourcesBuildPhase;
  224. buildActionMask = 2147483647;
  225. files = (
  226. 931AA5AE1E218D0E003A2290 /* Entry.xib in Resources */,
  227. 93075C721E59D06900396389 /* RowBlog.xib in Resources */,
  228. 93B84BA71D9C31AB006C0F67 /* LaunchScreen.storyboard in Resources */,
  229. 93BAD2F61E586310009DF853 /* RowHomeSocial.xib in Resources */,
  230. 93BAD2F21E585E88009DF853 /* RowHomeFutureActivities.xib in Resources */,
  231. 931AA5B01E219006003A2290 /* RowHomePastActivities.xib in Resources */,
  232. 93D9EA601DE271E700089002 /* Section.xib in Resources */,
  233. 93075C6A1E59CAB000396389 /* BlogView.xib in Resources */,
  234. 93B84BA41D9C31AB006C0F67 /* Assets.xcassets in Resources */,
  235. 935D6E2D1E8678B700CED3A1 /* GalleryView.xib in Resources */,
  236. 93BAD2EE1E585578009DF853 /* RowHomeBlog.xib in Resources */,
  237. 935D6E311E867C5E00CED3A1 /* RowGallery.xib in Resources */,
  238. 93B84B9F1D9C31AB006C0F67 /* Main.storyboard in Resources */,
  239. 93D9EA6C1DE3498500089002 /* HomeView.xib in Resources */,
  240. );
  241. runOnlyForDeploymentPostprocessing = 0;
  242. };
  243. /* End PBXResourcesBuildPhase section */
  244. /* Begin PBXSourcesBuildPhase section */
  245. 93B84B921D9C31AB006C0F67 /* Sources */ = {
  246. isa = PBXSourcesBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. 93294FF81E336FA000FDAF50 /* Entry.swift in Sources */,
  250. 937EA02D1E5B8B5300D0893A /* UIApplcation.swift in Sources */,
  251. 93D9EA641DE273FD00089002 /* Section.swift in Sources */,
  252. 93D9EA6A1DE3491100089002 /* HomeView.swift in Sources */,
  253. 93BEB6D21E7E878300C68DE5 /* PostViewController.swift in Sources */,
  254. 93BAD2F81E586741009DF853 /* RowHomeSocial.swift in Sources */,
  255. 93BAD2F01E585662009DF853 /* RowHomeBlog.swift in Sources */,
  256. 93294FFA1E337D0D00FDAF50 /* RowHomePastActivities.swift in Sources */,
  257. 935892D01E493C2300E1CD5F /* UIImageView.swift in Sources */,
  258. 93D9EA761DE3ACBB00089002 /* Sync.swift in Sources */,
  259. 93BAD2F41E585EE6009DF853 /* RowHomeFutureActivities.swift in Sources */,
  260. 931AA5891E1AFF8C003A2290 /* String.swift in Sources */,
  261. 93B84B9C1D9C31AB006C0F67 /* ViewController.swift in Sources */,
  262. 93075C6C1E59CB6B00396389 /* BlogView.swift in Sources */,
  263. 93B84B9A1D9C31AB006C0F67 /* AppDelegate.swift in Sources */,
  264. 93B84BA21D9C31AB006C0F67 /* app.xcdatamodeld in Sources */,
  265. 935D6E331E867C7E00CED3A1 /* RowGallery.swift in Sources */,
  266. 93D9EA681DE342AC00089002 /* UIView.swift in Sources */,
  267. 93075C701E59D04A00396389 /* RowBlog.swift in Sources */,
  268. 93B408031D9ED44C000FBC99 /* MenuCollectionViewCell.swift in Sources */,
  269. 935D6E2F1E86792000CED3A1 /* GalleryView.swift in Sources */,
  270. );
  271. runOnlyForDeploymentPostprocessing = 0;
  272. };
  273. /* End PBXSourcesBuildPhase section */
  274. /* Begin PBXVariantGroup section */
  275. 93B84B9D1D9C31AB006C0F67 /* Main.storyboard */ = {
  276. isa = PBXVariantGroup;
  277. children = (
  278. 93B84B9E1D9C31AB006C0F67 /* Base */,
  279. );
  280. name = Main.storyboard;
  281. sourceTree = "<group>";
  282. };
  283. 93B84BA51D9C31AB006C0F67 /* LaunchScreen.storyboard */ = {
  284. isa = PBXVariantGroup;
  285. children = (
  286. 93B84BA61D9C31AB006C0F67 /* Base */,
  287. );
  288. name = LaunchScreen.storyboard;
  289. sourceTree = "<group>";
  290. };
  291. /* End PBXVariantGroup section */
  292. /* Begin XCBuildConfiguration section */
  293. 93B84BA91D9C31AB006C0F67 /* Debug */ = {
  294. isa = XCBuildConfiguration;
  295. buildSettings = {
  296. ALWAYS_SEARCH_USER_PATHS = NO;
  297. CLANG_ANALYZER_NONNULL = YES;
  298. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  299. CLANG_CXX_LIBRARY = "libc++";
  300. CLANG_ENABLE_MODULES = YES;
  301. CLANG_ENABLE_OBJC_ARC = YES;
  302. CLANG_WARN_BOOL_CONVERSION = YES;
  303. CLANG_WARN_CONSTANT_CONVERSION = YES;
  304. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  305. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  306. CLANG_WARN_EMPTY_BODY = YES;
  307. CLANG_WARN_ENUM_CONVERSION = YES;
  308. CLANG_WARN_INFINITE_RECURSION = YES;
  309. CLANG_WARN_INT_CONVERSION = YES;
  310. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  311. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  312. CLANG_WARN_UNREACHABLE_CODE = YES;
  313. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  314. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  315. COPY_PHASE_STRIP = NO;
  316. DEBUG_INFORMATION_FORMAT = dwarf;
  317. ENABLE_STRICT_OBJC_MSGSEND = YES;
  318. ENABLE_TESTABILITY = YES;
  319. GCC_C_LANGUAGE_STANDARD = gnu99;
  320. GCC_DYNAMIC_NO_PIC = NO;
  321. GCC_NO_COMMON_BLOCKS = YES;
  322. GCC_OPTIMIZATION_LEVEL = 0;
  323. GCC_PREPROCESSOR_DEFINITIONS = (
  324. "DEBUG=1",
  325. "$(inherited)",
  326. );
  327. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  328. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  329. GCC_WARN_UNDECLARED_SELECTOR = YES;
  330. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  331. GCC_WARN_UNUSED_FUNCTION = YES;
  332. GCC_WARN_UNUSED_VARIABLE = YES;
  333. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  334. MTL_ENABLE_DEBUG_INFO = YES;
  335. ONLY_ACTIVE_ARCH = YES;
  336. SDKROOT = iphoneos;
  337. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  338. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  339. TARGETED_DEVICE_FAMILY = "1,2";
  340. };
  341. name = Debug;
  342. };
  343. 93B84BAA1D9C31AB006C0F67 /* Release */ = {
  344. isa = XCBuildConfiguration;
  345. buildSettings = {
  346. ALWAYS_SEARCH_USER_PATHS = NO;
  347. CLANG_ANALYZER_NONNULL = YES;
  348. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  349. CLANG_CXX_LIBRARY = "libc++";
  350. CLANG_ENABLE_MODULES = YES;
  351. CLANG_ENABLE_OBJC_ARC = YES;
  352. CLANG_WARN_BOOL_CONVERSION = YES;
  353. CLANG_WARN_CONSTANT_CONVERSION = YES;
  354. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  355. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  356. CLANG_WARN_EMPTY_BODY = YES;
  357. CLANG_WARN_ENUM_CONVERSION = YES;
  358. CLANG_WARN_INFINITE_RECURSION = YES;
  359. CLANG_WARN_INT_CONVERSION = YES;
  360. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  361. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  362. CLANG_WARN_UNREACHABLE_CODE = YES;
  363. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  364. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  365. COPY_PHASE_STRIP = NO;
  366. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  367. ENABLE_NS_ASSERTIONS = NO;
  368. ENABLE_STRICT_OBJC_MSGSEND = YES;
  369. GCC_C_LANGUAGE_STANDARD = gnu99;
  370. GCC_NO_COMMON_BLOCKS = YES;
  371. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  372. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  373. GCC_WARN_UNDECLARED_SELECTOR = YES;
  374. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  375. GCC_WARN_UNUSED_FUNCTION = YES;
  376. GCC_WARN_UNUSED_VARIABLE = YES;
  377. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  378. MTL_ENABLE_DEBUG_INFO = NO;
  379. SDKROOT = iphoneos;
  380. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  381. TARGETED_DEVICE_FAMILY = "1,2";
  382. VALIDATE_PRODUCT = YES;
  383. };
  384. name = Release;
  385. };
  386. 93B84BAC1D9C31AB006C0F67 /* Debug */ = {
  387. isa = XCBuildConfiguration;
  388. buildSettings = {
  389. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  390. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  391. DEVELOPMENT_TEAM = Z2WQ2CQN52;
  392. INFOPLIST_FILE = app/Info.plist;
  393. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  394. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  395. PRODUCT_BUNDLE_IDENTIFIER = com.margolariak.app;
  396. PRODUCT_NAME = "$(TARGET_NAME)";
  397. SWIFT_VERSION = 3.0;
  398. };
  399. name = Debug;
  400. };
  401. 93B84BAD1D9C31AB006C0F67 /* Release */ = {
  402. isa = XCBuildConfiguration;
  403. buildSettings = {
  404. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  405. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  406. DEVELOPMENT_TEAM = Z2WQ2CQN52;
  407. INFOPLIST_FILE = app/Info.plist;
  408. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  409. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  410. PRODUCT_BUNDLE_IDENTIFIER = com.margolariak.app;
  411. PRODUCT_NAME = "$(TARGET_NAME)";
  412. SWIFT_VERSION = 3.0;
  413. };
  414. name = Release;
  415. };
  416. /* End XCBuildConfiguration section */
  417. /* Begin XCConfigurationList section */
  418. 93B84B911D9C31AB006C0F67 /* Build configuration list for PBXProject "app" */ = {
  419. isa = XCConfigurationList;
  420. buildConfigurations = (
  421. 93B84BA91D9C31AB006C0F67 /* Debug */,
  422. 93B84BAA1D9C31AB006C0F67 /* Release */,
  423. );
  424. defaultConfigurationIsVisible = 0;
  425. defaultConfigurationName = Release;
  426. };
  427. 93B84BAB1D9C31AB006C0F67 /* Build configuration list for PBXNativeTarget "app" */ = {
  428. isa = XCConfigurationList;
  429. buildConfigurations = (
  430. 93B84BAC1D9C31AB006C0F67 /* Debug */,
  431. 93B84BAD1D9C31AB006C0F67 /* Release */,
  432. );
  433. defaultConfigurationIsVisible = 0;
  434. defaultConfigurationName = Release;
  435. };
  436. /* End XCConfigurationList section */
  437. /* Begin XCVersionGroup section */
  438. 93B84BA01D9C31AB006C0F67 /* app.xcdatamodeld */ = {
  439. isa = XCVersionGroup;
  440. children = (
  441. 93B84BA11D9C31AB006C0F67 /* app.xcdatamodel */,
  442. );
  443. currentVersion = 93B84BA11D9C31AB006C0F67 /* app.xcdatamodel */;
  444. path = app.xcdatamodeld;
  445. sourceTree = "<group>";
  446. versionGroupType = wrapper.xcdatamodel;
  447. };
  448. /* End XCVersionGroup section */
  449. };
  450. rootObject = 93B84B8E1D9C31AB006C0F67 /* Project object */;
  451. }