project.pbxproj 35 KB

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