project.pbxproj 28 KB

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