project.pbxproj 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305
  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. 93348A611EF4273F0093503A /* EventController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93348A601EF4273F0093503A /* EventController.swift */; };
  22. 935746101EE20B99005DED61 /* FetchLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9357460F1EE20B99005DED61 /* FetchLocation.swift */; };
  23. 935892D01E493C2300E1CD5F /* UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935892CF1E493C2300E1CD5F /* UIImageView.swift */; };
  24. 935AE18A1EC6138D0055E71F /* SyncController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935AE1891EC6138D0055E71F /* SyncController.swift */; };
  25. 935AE18C1ECE162C0055E71F /* RowLablancaOffer.xib in Resources */ = {isa = PBXBuildFile; fileRef = 935AE18B1ECE162B0055E71F /* RowLablancaOffer.xib */; };
  26. 935AE18E1ECE1F180055E71F /* RowLablancaOffer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935AE18D1ECE1F180055E71F /* RowLablancaOffer.swift */; };
  27. 935D6E2D1E8678B700CED3A1 /* GalleryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 935D6E2C1E8678B700CED3A1 /* GalleryView.xib */; };
  28. 935D6E2F1E86792000CED3A1 /* GalleryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935D6E2E1E86792000CED3A1 /* GalleryView.swift */; };
  29. 935D6E311E867C5E00CED3A1 /* RowGallery.xib in Resources */ = {isa = PBXBuildFile; fileRef = 935D6E301E867C5E00CED3A1 /* RowGallery.xib */; };
  30. 935D6E331E867C7E00CED3A1 /* RowGallery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 935D6E321E867C7E00CED3A1 /* RowGallery.swift */; };
  31. 936966ED1E98445200A11055 /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936966EC1E98445200A11055 /* AlbumViewController.swift */; };
  32. 936966EF1E9848D600A11055 /* RowAlbum.xib in Resources */ = {isa = PBXBuildFile; fileRef = 936966EE1E9848D600A11055 /* RowAlbum.xib */; };
  33. 936966F11E984B5000A11055 /* RowAlbum.swift in Sources */ = {isa = PBXBuildFile; fileRef = 936966F01E984B5000A11055 /* RowAlbum.swift */; };
  34. 937EA02D1E5B8B5300D0893A /* UIApplcation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 937EA02C1E5B8B5300D0893A /* UIApplcation.swift */; };
  35. 938D211D1EA2275300C47EC3 /* LablancaView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 938D211C1EA2275300C47EC3 /* LablancaView.xib */; };
  36. 938D211F1EA2306300C47EC3 /* LablancaView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 938D211E1EA2306300C47EC3 /* LablancaView.swift */; };
  37. 93B408031D9ED44C000FBC99 /* MenuCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */; };
  38. 93B5C01A1E872B4B0069BFF8 /* RowHomeGallery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B5C0191E872B4B0069BFF8 /* RowHomeGallery.swift */; };
  39. 93B5C01C1E872B600069BFF8 /* RowHomeGallery.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93B5C01B1E872B600069BFF8 /* RowHomeGallery.xib */; };
  40. 93B84B9A1D9C31AB006C0F67 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B84B991D9C31AB006C0F67 /* AppDelegate.swift */; };
  41. 93B84B9C1D9C31AB006C0F67 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B84B9B1D9C31AB006C0F67 /* ViewController.swift */; };
  42. 93B84B9F1D9C31AB006C0F67 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93B84B9D1D9C31AB006C0F67 /* Main.storyboard */; };
  43. 93B84BA21D9C31AB006C0F67 /* app.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 93B84BA01D9C31AB006C0F67 /* app.xcdatamodeld */; };
  44. 93B84BA41D9C31AB006C0F67 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 93B84BA31D9C31AB006C0F67 /* Assets.xcassets */; };
  45. 93B84BA71D9C31AB006C0F67 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 93B84BA51D9C31AB006C0F67 /* LaunchScreen.storyboard */; };
  46. 93B9113D1ED7567C0061BA71 /* LocationView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93B9113C1ED7567B0061BA71 /* LocationView.xib */; };
  47. 93B9113F1ED7582B0061BA71 /* LocationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93B9113E1ED7582B0061BA71 /* LocationView.swift */; };
  48. 93B911491ED764010061BA71 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B911481ED764010061BA71 /* AVFoundation.framework */; };
  49. 93B9114B1ED7640D0061BA71 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B9114A1ED7640D0061BA71 /* CoreLocation.framework */; };
  50. 93B9114D1ED7641C0061BA71 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B9114C1ED7641C0061BA71 /* CoreText.framework */; };
  51. 93B9114F1ED764280061BA71 /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B9114E1ED764280061BA71 /* GLKit.framework */; };
  52. 93B911511ED764340061BA71 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B911501ED764340061BA71 /* ImageIO.framework */; };
  53. 93B911531ED764550061BA71 /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B911521ED764550061BA71 /* libc++.tbd */; };
  54. 93B911551ED764650061BA71 /* libicucore.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B911541ED764650061BA71 /* libicucore.tbd */; };
  55. 93B911571ED764710061BA71 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B911561ED764710061BA71 /* libz.tbd */; };
  56. 93B911591ED7647C0061BA71 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B911581ED7647C0061BA71 /* OpenGLES.framework */; };
  57. 93B9115B1ED764890061BA71 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B9115A1ED764890061BA71 /* QuartzCore.framework */; };
  58. 93B9115D1ED764940061BA71 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B9115C1ED764940061BA71 /* SystemConfiguration.framework */; };
  59. 93B911621ED7689E0061BA71 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B911611ED7689E0061BA71 /* Accelerate.framework */; };
  60. 93BAD2EE1E585578009DF853 /* RowHomeBlog.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93BAD2ED1E585578009DF853 /* RowHomeBlog.xib */; };
  61. 93BAD2F01E585662009DF853 /* RowHomeBlog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93BAD2EF1E585662009DF853 /* RowHomeBlog.swift */; };
  62. 93BAD2F21E585E88009DF853 /* RowHomeFutureActivities.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93BAD2F11E585E88009DF853 /* RowHomeFutureActivities.xib */; };
  63. 93BAD2F41E585EE6009DF853 /* RowHomeFutureActivities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93BAD2F31E585EE6009DF853 /* RowHomeFutureActivities.swift */; };
  64. 93BAD2F61E586310009DF853 /* RowHomeSocial.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93BAD2F51E586310009DF853 /* RowHomeSocial.xib */; };
  65. 93BAD2F81E586741009DF853 /* RowHomeSocial.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93BAD2F71E586741009DF853 /* RowHomeSocial.swift */; };
  66. 93BEB6D21E7E878300C68DE5 /* PostViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93BEB6D11E7E878300C68DE5 /* PostViewController.swift */; };
  67. 93D8B0941EF1A64C008BD946 /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D8B0931EF1A64C008BD946 /* Notifications.swift */; };
  68. 93D8B0961EF1B98E008BD946 /* FutureActivityViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D8B0951EF1B98E008BD946 /* FutureActivityViewController.swift */; };
  69. 93D8B0981EF1B99A008BD946 /* RowItinerary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D8B0971EF1B99A008BD946 /* RowItinerary.swift */; };
  70. 93D8B09A1EF1BA03008BD946 /* RowItinerary.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93D8B0991EF1BA03008BD946 /* RowItinerary.xib */; };
  71. 93D9EA601DE271E700089002 /* Section.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93D9EA5F1DE271E700089002 /* Section.xib */; };
  72. 93D9EA641DE273FD00089002 /* Section.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D9EA631DE273FD00089002 /* Section.swift */; };
  73. 93D9EA681DE342AC00089002 /* UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D9EA671DE342AC00089002 /* UIView.swift */; };
  74. 93D9EA6A1DE3491100089002 /* HomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D9EA691DE3491100089002 /* HomeView.swift */; };
  75. 93D9EA6C1DE3498500089002 /* HomeView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93D9EA6B1DE3498500089002 /* HomeView.xib */; };
  76. 93D9EA711DE37C7900089002 /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 93D9EA701DE37C7900089002 /* libsqlite3.tbd */; };
  77. 93D9EA761DE3ACBB00089002 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D9EA751DE3ACBB00089002 /* Sync.swift */; };
  78. 93E0C5E21EB7E7F000905811 /* ActivitiesView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93E0C5E11EB7E7F000905811 /* ActivitiesView.xib */; };
  79. 93E0C5E41EB7E94300905811 /* ActivitiesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93E0C5E31EB7E94300905811 /* ActivitiesView.swift */; };
  80. 93E0C5E61EBDEF2B00905811 /* RowFutureActivity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93E0C5E51EBDEF2B00905811 /* RowFutureActivity.swift */; };
  81. 93E0C5E81EBDF0E700905811 /* RowFutureActivity.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93E0C5E71EBDF0E700905811 /* RowFutureActivity.xib */; };
  82. 93E0C5EA1EBDFFB400905811 /* RowPastActivity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93E0C5E91EBDFFB300905811 /* RowPastActivity.swift */; };
  83. 93E0C5EC1EBE001000905811 /* RowPastActivity.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93E0C5EB1EBE000F00905811 /* RowPastActivity.xib */; };
  84. 93E0C5EE1EBE25BD00905811 /* RowLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93E0C5ED1EBE25BC00905811 /* RowLabel.swift */; };
  85. 93E0C5F21EBE264F00905811 /* RowLabel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93E0C5F11EBE264F00905811 /* RowLabel.xib */; };
  86. 93E0C5F41EBE306900905811 /* ScheduleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93E0C5F31EBE306900905811 /* ScheduleViewController.swift */; };
  87. 93E5058F1EEB0DCC00560B4A /* PhotoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93E5058E1EEB0DCC00560B4A /* PhotoViewController.swift */; };
  88. 93EB2F0C1EBF5AEB00F64186 /* RowSchedule.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93EB2F0B1EBF5AEB00F64186 /* RowSchedule.swift */; };
  89. 93EB2F0E1EBF5BF500F64186 /* RowSchedule.xib in Resources */ = {isa = PBXBuildFile; fileRef = 93EB2F0D1EBF5BF500F64186 /* RowSchedule.xib */; };
  90. 93EE9ECB1EE9B87100288F6E /* PastActivityViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93EE9ECA1EE9B87100288F6E /* PastActivityViewController.swift */; };
  91. /* End PBXBuildFile section */
  92. /* Begin PBXFileReference section */
  93. 9306A7441F4E05C30032BEFB /* app2.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = app2.xcdatamodel; sourceTree = "<group>"; };
  94. 93075C691E59CAB000396389 /* BlogView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BlogView.xib; sourceTree = "<group>"; };
  95. 93075C6B1E59CB6B00396389 /* BlogView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BlogView.swift; sourceTree = "<group>"; };
  96. 93075C6F1E59D04A00396389 /* RowBlog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowBlog.swift; sourceTree = "<group>"; };
  97. 93075C711E59D06900396389 /* RowBlog.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowBlog.xib; sourceTree = "<group>"; };
  98. 931AA5881E1AFF8C003A2290 /* String.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = String.swift; sourceTree = "<group>"; };
  99. 931AA58A1E1DA910003A2290 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  100. 931AA5AD1E218D0D003A2290 /* Entry.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = Entry.xib; sourceTree = "<group>"; };
  101. 931AA5AF1E219006003A2290 /* RowHomePastActivities.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowHomePastActivities.xib; sourceTree = "<group>"; };
  102. 9326C4F31EA51C39007DF2A4 /* RowLablancaDay.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowLablancaDay.xib; sourceTree = "<group>"; };
  103. 9326C4F51EA5279D007DF2A4 /* RowLablancaDay.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowLablancaDay.swift; sourceTree = "<group>"; };
  104. 93294FF71E336FA000FDAF50 /* Entry.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Entry.swift; sourceTree = "<group>"; };
  105. 93294FF91E337D0D00FDAF50 /* RowHomePastActivities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowHomePastActivities.swift; sourceTree = "<group>"; };
  106. 93348A601EF4273F0093503A /* EventController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EventController.swift; sourceTree = "<group>"; };
  107. 9357460F1EE20B99005DED61 /* FetchLocation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FetchLocation.swift; sourceTree = "<group>"; };
  108. 935892CF1E493C2300E1CD5F /* UIImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIImageView.swift; sourceTree = "<group>"; };
  109. 935AE1891EC6138D0055E71F /* SyncController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SyncController.swift; sourceTree = "<group>"; };
  110. 935AE18B1ECE162B0055E71F /* RowLablancaOffer.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowLablancaOffer.xib; sourceTree = "<group>"; };
  111. 935AE18D1ECE1F180055E71F /* RowLablancaOffer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowLablancaOffer.swift; sourceTree = "<group>"; };
  112. 935D6E2C1E8678B700CED3A1 /* GalleryView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = GalleryView.xib; sourceTree = "<group>"; };
  113. 935D6E2E1E86792000CED3A1 /* GalleryView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GalleryView.swift; sourceTree = "<group>"; };
  114. 935D6E301E867C5E00CED3A1 /* RowGallery.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowGallery.xib; sourceTree = "<group>"; };
  115. 935D6E321E867C7E00CED3A1 /* RowGallery.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowGallery.swift; sourceTree = "<group>"; };
  116. 936966EC1E98445200A11055 /* AlbumViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AlbumViewController.swift; sourceTree = "<group>"; };
  117. 936966EE1E9848D600A11055 /* RowAlbum.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowAlbum.xib; sourceTree = "<group>"; };
  118. 936966F01E984B5000A11055 /* RowAlbum.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowAlbum.swift; sourceTree = "<group>"; };
  119. 937EA02C1E5B8B5300D0893A /* UIApplcation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIApplcation.swift; sourceTree = "<group>"; };
  120. 938D211C1EA2275300C47EC3 /* LablancaView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LablancaView.xib; sourceTree = "<group>"; };
  121. 938D211E1EA2306300C47EC3 /* LablancaView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LablancaView.swift; sourceTree = "<group>"; };
  122. 93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MenuCollectionViewCell.swift; path = ../MenuCollectionViewCell.swift; sourceTree = "<group>"; };
  123. 93B5C0191E872B4B0069BFF8 /* RowHomeGallery.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowHomeGallery.swift; sourceTree = "<group>"; };
  124. 93B5C01B1E872B600069BFF8 /* RowHomeGallery.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowHomeGallery.xib; sourceTree = "<group>"; };
  125. 93B84B961D9C31AB006C0F67 /* app.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = app.app; sourceTree = BUILT_PRODUCTS_DIR; };
  126. 93B84B991D9C31AB006C0F67 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  127. 93B84B9B1D9C31AB006C0F67 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  128. 93B84B9E1D9C31AB006C0F67 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  129. 93B84BA11D9C31AB006C0F67 /* app.xcdatamodel */ = {isa = PBXFileReference; explicitFileType = wrapper.xcdatamodel; path = app.xcdatamodel; sourceTree = "<group>"; };
  130. 93B84BA31D9C31AB006C0F67 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  131. 93B84BA61D9C31AB006C0F67 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  132. 93B84BA81D9C31AB006C0F67 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  133. 93B9113C1ED7567B0061BA71 /* LocationView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LocationView.xib; sourceTree = "<group>"; };
  134. 93B9113E1ED7582B0061BA71 /* LocationView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LocationView.swift; sourceTree = "<group>"; };
  135. 93B911481ED764010061BA71 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  136. 93B9114A1ED7640D0061BA71 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
  137. 93B9114C1ED7641C0061BA71 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
  138. 93B9114E1ED764280061BA71 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
  139. 93B911501ED764340061BA71 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
  140. 93B911521ED764550061BA71 /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "usr/lib/libc++.tbd"; sourceTree = SDKROOT; };
  141. 93B911541ED764650061BA71 /* libicucore.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libicucore.tbd; path = usr/lib/libicucore.tbd; sourceTree = SDKROOT; };
  142. 93B911561ED764710061BA71 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
  143. 93B911581ED7647C0061BA71 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  144. 93B9115A1ED764890061BA71 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  145. 93B9115C1ED764940061BA71 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  146. 93B9115E1ED765510061BA71 /* app-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "app-Bridging-Header.h"; sourceTree = "<group>"; };
  147. 93B911611ED7689E0061BA71 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
  148. 93BAD2ED1E585578009DF853 /* RowHomeBlog.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowHomeBlog.xib; sourceTree = "<group>"; };
  149. 93BAD2EF1E585662009DF853 /* RowHomeBlog.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowHomeBlog.swift; sourceTree = "<group>"; };
  150. 93BAD2F11E585E88009DF853 /* RowHomeFutureActivities.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowHomeFutureActivities.xib; sourceTree = "<group>"; };
  151. 93BAD2F31E585EE6009DF853 /* RowHomeFutureActivities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowHomeFutureActivities.swift; sourceTree = "<group>"; };
  152. 93BAD2F51E586310009DF853 /* RowHomeSocial.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowHomeSocial.xib; sourceTree = "<group>"; };
  153. 93BAD2F71E586741009DF853 /* RowHomeSocial.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowHomeSocial.swift; sourceTree = "<group>"; };
  154. 93BEB6D11E7E878300C68DE5 /* PostViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PostViewController.swift; sourceTree = "<group>"; };
  155. 93D8B0931EF1A64C008BD946 /* Notifications.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Notifications.swift; sourceTree = "<group>"; };
  156. 93D8B0951EF1B98E008BD946 /* FutureActivityViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FutureActivityViewController.swift; sourceTree = "<group>"; };
  157. 93D8B0971EF1B99A008BD946 /* RowItinerary.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowItinerary.swift; sourceTree = "<group>"; };
  158. 93D8B0991EF1BA03008BD946 /* RowItinerary.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowItinerary.xib; sourceTree = "<group>"; };
  159. 93D9EA5F1DE271E700089002 /* Section.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = Section.xib; path = ../Section.xib; sourceTree = "<group>"; };
  160. 93D9EA631DE273FD00089002 /* Section.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Section.swift; sourceTree = "<group>"; };
  161. 93D9EA671DE342AC00089002 /* UIView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIView.swift; sourceTree = "<group>"; };
  162. 93D9EA691DE3491100089002 /* HomeView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
  163. 93D9EA6B1DE3498500089002 /* HomeView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = HomeView.xib; sourceTree = "<group>"; };
  164. 93D9EA701DE37C7900089002 /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
  165. 93D9EA751DE3ACBB00089002 /* Sync.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Sync.swift; sourceTree = "<group>"; };
  166. 93E0C5E11EB7E7F000905811 /* ActivitiesView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ActivitiesView.xib; sourceTree = "<group>"; };
  167. 93E0C5E31EB7E94300905811 /* ActivitiesView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActivitiesView.swift; sourceTree = "<group>"; };
  168. 93E0C5E51EBDEF2B00905811 /* RowFutureActivity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowFutureActivity.swift; sourceTree = "<group>"; };
  169. 93E0C5E71EBDF0E700905811 /* RowFutureActivity.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowFutureActivity.xib; sourceTree = "<group>"; };
  170. 93E0C5E91EBDFFB300905811 /* RowPastActivity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowPastActivity.swift; sourceTree = "<group>"; };
  171. 93E0C5EB1EBE000F00905811 /* RowPastActivity.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowPastActivity.xib; sourceTree = "<group>"; };
  172. 93E0C5ED1EBE25BC00905811 /* RowLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowLabel.swift; sourceTree = "<group>"; };
  173. 93E0C5F11EBE264F00905811 /* RowLabel.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowLabel.xib; sourceTree = "<group>"; };
  174. 93E0C5F31EBE306900905811 /* ScheduleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ScheduleViewController.swift; sourceTree = "<group>"; };
  175. 93E5058E1EEB0DCC00560B4A /* PhotoViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PhotoViewController.swift; sourceTree = "<group>"; };
  176. 93EB2F0B1EBF5AEB00F64186 /* RowSchedule.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RowSchedule.swift; sourceTree = "<group>"; };
  177. 93EB2F0D1EBF5BF500F64186 /* RowSchedule.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RowSchedule.xib; sourceTree = "<group>"; };
  178. 93EE9ECA1EE9B87100288F6E /* PastActivityViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PastActivityViewController.swift; sourceTree = "<group>"; };
  179. FC27E07220E95ABB00963227 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival_event_city+CoreDataClass.swift"; sourceTree = "<group>"; };
  180. FC27E07420E95ABD00963227 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival_event_city+CoreDataProperties.swift"; sourceTree = "<group>"; };
  181. FC63DC6420DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Activity_comment+CoreDataClass.swift"; sourceTree = "<group>"; };
  182. FC63DC6620DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Activity_comment+CoreDataProperties.swift"; sourceTree = "<group>"; };
  183. FC63DC6820DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Photo+CoreDataClass.swift"; sourceTree = "<group>"; };
  184. FC63DC6A20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Photo+CoreDataProperties.swift"; sourceTree = "<group>"; };
  185. FC63DC6C20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival_event_image+CoreDataClass.swift"; sourceTree = "<group>"; };
  186. FC63DC6E20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival_event_image+CoreDataProperties.swift"; sourceTree = "<group>"; };
  187. FC63DC7020DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Post+CoreDataClass.swift"; sourceTree = "<group>"; };
  188. FC63DC7220DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Post+CoreDataProperties.swift"; sourceTree = "<group>"; };
  189. FC63DC7420DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Activity_itinerary+CoreDataClass.swift"; sourceTree = "<group>"; };
  190. FC63DC7620DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Activity_itinerary+CoreDataProperties.swift"; sourceTree = "<group>"; };
  191. FC63DC7820DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival_offer+CoreDataClass.swift"; sourceTree = "<group>"; };
  192. FC63DC7A20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival_offer+CoreDataProperties.swift"; sourceTree = "<group>"; };
  193. FC63DC7C20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Route_point+CoreDataClass.swift"; sourceTree = "<group>"; };
  194. FC63DC7E20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Route_point+CoreDataProperties.swift"; sourceTree = "<group>"; };
  195. FC63DC8420DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Activity+CoreDataClass.swift"; sourceTree = "<group>"; };
  196. FC63DC8620DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Activity+CoreDataProperties.swift"; sourceTree = "<group>"; };
  197. FC63DC8820DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Version+CoreDataClass.swift"; sourceTree = "<group>"; };
  198. FC63DC8A20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Version+CoreDataProperties.swift"; sourceTree = "<group>"; };
  199. FC63DC8C20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival_event_gm+CoreDataClass.swift"; sourceTree = "<group>"; };
  200. FC63DC8E20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival_event_gm+CoreDataProperties.swift"; sourceTree = "<group>"; };
  201. FC63DC9020DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Place+CoreDataClass.swift"; sourceTree = "<group>"; };
  202. FC63DC9220DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Place+CoreDataProperties.swift"; sourceTree = "<group>"; };
  203. FC63DC9420DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Location+CoreDataClass.swift"; sourceTree = "<group>"; };
  204. FC63DC9620DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Location+CoreDataProperties.swift"; sourceTree = "<group>"; };
  205. FC63DC9820DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival+CoreDataClass.swift"; sourceTree = "<group>"; };
  206. FC63DC9A20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival+CoreDataProperties.swift"; sourceTree = "<group>"; };
  207. FC63DC9C20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Activity_image+CoreDataClass.swift"; sourceTree = "<group>"; };
  208. FC63DC9E20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Activity_image+CoreDataProperties.swift"; sourceTree = "<group>"; };
  209. FC63DCA020DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Post_tag+CoreDataClass.swift"; sourceTree = "<group>"; };
  210. FC63DCA220DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Post_tag+CoreDataProperties.swift"; sourceTree = "<group>"; };
  211. FC63DCA420DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Route+CoreDataClass.swift"; sourceTree = "<group>"; };
  212. FC63DCA620DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Route+CoreDataProperties.swift"; sourceTree = "<group>"; };
  213. FC63DCA820DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Post_image+CoreDataClass.swift"; sourceTree = "<group>"; };
  214. FC63DCAA20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Post_image+CoreDataProperties.swift"; sourceTree = "<group>"; };
  215. FC63DCAC20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Album+CoreDataClass.swift"; sourceTree = "<group>"; };
  216. FC63DCAE20DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Album+CoreDataProperties.swift"; sourceTree = "<group>"; };
  217. FC63DCB020DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Sponsor+CoreDataClass.swift"; sourceTree = "<group>"; };
  218. FC63DCB220DC16B300C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Sponsor+CoreDataProperties.swift"; sourceTree = "<group>"; };
  219. FC63DCB420DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Activity_tag+CoreDataClass.swift"; sourceTree = "<group>"; };
  220. FC63DCB620DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Activity_tag+CoreDataProperties.swift"; sourceTree = "<group>"; };
  221. FC63DCB820DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival_day+CoreDataClass.swift"; sourceTree = "<group>"; };
  222. FC63DCBA20DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Festival_day+CoreDataProperties.swift"; sourceTree = "<group>"; };
  223. FC63DCBC20DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Post_comment+CoreDataClass.swift"; sourceTree = "<group>"; };
  224. FC63DCBE20DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Post_comment+CoreDataProperties.swift"; sourceTree = "<group>"; };
  225. FC63DCC020DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Photo_comment+CoreDataClass.swift"; sourceTree = "<group>"; };
  226. FC63DCC220DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Photo_comment+CoreDataProperties.swift"; sourceTree = "<group>"; };
  227. FC63DCC420DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Photo_album+CoreDataClass.swift"; sourceTree = "<group>"; };
  228. FC63DCC620DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Photo_album+CoreDataProperties.swift"; sourceTree = "<group>"; };
  229. FC63DCC820DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Notification+CoreDataClass.swift"; sourceTree = "<group>"; };
  230. FC63DCCA20DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/Notification+CoreDataProperties.swift"; sourceTree = "<group>"; };
  231. FC63DCCC20DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/People+CoreDataClass.swift"; sourceTree = "<group>"; };
  232. FC63DCCE20DC16B400C9A2E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = Base; path = "app/Base.lproj/People+CoreDataProperties.swift"; sourceTree = "<group>"; };
  233. /* End PBXFileReference section */
  234. /* Begin PBXFrameworksBuildPhase section */
  235. 93B84B931D9C31AB006C0F67 /* Frameworks */ = {
  236. isa = PBXFrameworksBuildPhase;
  237. buildActionMask = 2147483647;
  238. files = (
  239. 93B911621ED7689E0061BA71 /* Accelerate.framework in Frameworks */,
  240. 93B9115D1ED764940061BA71 /* SystemConfiguration.framework in Frameworks */,
  241. 93B9115B1ED764890061BA71 /* QuartzCore.framework in Frameworks */,
  242. 93B911591ED7647C0061BA71 /* OpenGLES.framework in Frameworks */,
  243. 93B911571ED764710061BA71 /* libz.tbd in Frameworks */,
  244. 93B911551ED764650061BA71 /* libicucore.tbd in Frameworks */,
  245. 93B911531ED764550061BA71 /* libc++.tbd in Frameworks */,
  246. 93B911511ED764340061BA71 /* ImageIO.framework in Frameworks */,
  247. 93B9114F1ED764280061BA71 /* GLKit.framework in Frameworks */,
  248. 93B9114D1ED7641C0061BA71 /* CoreText.framework in Frameworks */,
  249. 93B9114B1ED7640D0061BA71 /* CoreLocation.framework in Frameworks */,
  250. 93B911491ED764010061BA71 /* AVFoundation.framework in Frameworks */,
  251. 931AA58B1E1DA911003A2290 /* CoreData.framework in Frameworks */,
  252. 93D9EA711DE37C7900089002 /* libsqlite3.tbd in Frameworks */,
  253. );
  254. runOnlyForDeploymentPostprocessing = 0;
  255. };
  256. /* End PBXFrameworksBuildPhase section */
  257. /* Begin PBXGroup section */
  258. 93B84B8D1D9C31AB006C0F67 = {
  259. isa = PBXGroup;
  260. children = (
  261. 93B84B981D9C31AB006C0F67 /* app */,
  262. 93B84B971D9C31AB006C0F67 /* Products */,
  263. 93D9EA6F1DE37C7900089002 /* Frameworks */,
  264. );
  265. sourceTree = "<group>";
  266. };
  267. 93B84B971D9C31AB006C0F67 /* Products */ = {
  268. isa = PBXGroup;
  269. children = (
  270. 93B84B961D9C31AB006C0F67 /* app.app */,
  271. );
  272. name = Products;
  273. sourceTree = "<group>";
  274. };
  275. 93B84B981D9C31AB006C0F67 /* app */ = {
  276. isa = PBXGroup;
  277. children = (
  278. FC63DCCF20DC16F200C9A2E1 /* NSManagedObjects */,
  279. 93348A601EF4273F0093503A /* EventController.swift */,
  280. 93B84BA81D9C31AB006C0F67 /* Info.plist */,
  281. 93B84BA31D9C31AB006C0F67 /* Assets.xcassets */,
  282. 93D8B0931EF1A64C008BD946 /* Notifications.swift */,
  283. 93B84BA01D9C31AB006C0F67 /* app.xcdatamodeld */,
  284. 93B84BA51D9C31AB006C0F67 /* LaunchScreen.storyboard */,
  285. 93B84B991D9C31AB006C0F67 /* AppDelegate.swift */,
  286. 93B84B9D1D9C31AB006C0F67 /* Main.storyboard */,
  287. 93B84B9B1D9C31AB006C0F67 /* ViewController.swift */,
  288. 93B408021D9ED44C000FBC99 /* MenuCollectionViewCell.swift */,
  289. 93D9EA5F1DE271E700089002 /* Section.xib */,
  290. 93D9EA631DE273FD00089002 /* Section.swift */,
  291. 931AA5AD1E218D0D003A2290 /* Entry.xib */,
  292. 93294FF71E336FA000FDAF50 /* Entry.swift */,
  293. 93D9EA6B1DE3498500089002 /* HomeView.xib */,
  294. 93D9EA691DE3491100089002 /* HomeView.swift */,
  295. 93BAD2F11E585E88009DF853 /* RowHomeFutureActivities.xib */,
  296. 93BAD2F31E585EE6009DF853 /* RowHomeFutureActivities.swift */,
  297. 93BAD2ED1E585578009DF853 /* RowHomeBlog.xib */,
  298. 93BAD2EF1E585662009DF853 /* RowHomeBlog.swift */,
  299. 931AA5AF1E219006003A2290 /* RowHomePastActivities.xib */,
  300. 93294FF91E337D0D00FDAF50 /* RowHomePastActivities.swift */,
  301. 93BAD2F51E586310009DF853 /* RowHomeSocial.xib */,
  302. 93BAD2F71E586741009DF853 /* RowHomeSocial.swift */,
  303. 93075C691E59CAB000396389 /* BlogView.xib */,
  304. 93075C6B1E59CB6B00396389 /* BlogView.swift */,
  305. 93075C711E59D06900396389 /* RowBlog.xib */,
  306. 93075C6F1E59D04A00396389 /* RowBlog.swift */,
  307. 93BEB6D11E7E878300C68DE5 /* PostViewController.swift */,
  308. 93D9EA751DE3ACBB00089002 /* Sync.swift */,
  309. 9357460F1EE20B99005DED61 /* FetchLocation.swift */,
  310. 931AA5881E1AFF8C003A2290 /* String.swift */,
  311. 93D9EA671DE342AC00089002 /* UIView.swift */,
  312. 935892CF1E493C2300E1CD5F /* UIImageView.swift */,
  313. 937EA02C1E5B8B5300D0893A /* UIApplcation.swift */,
  314. 935D6E2C1E8678B700CED3A1 /* GalleryView.xib */,
  315. 935D6E2E1E86792000CED3A1 /* GalleryView.swift */,
  316. 935D6E301E867C5E00CED3A1 /* RowGallery.xib */,
  317. 935D6E321E867C7E00CED3A1 /* RowGallery.swift */,
  318. 93B5C0191E872B4B0069BFF8 /* RowHomeGallery.swift */,
  319. 93B5C01B1E872B600069BFF8 /* RowHomeGallery.xib */,
  320. 936966EC1E98445200A11055 /* AlbumViewController.swift */,
  321. 936966EE1E9848D600A11055 /* RowAlbum.xib */,
  322. 936966F01E984B5000A11055 /* RowAlbum.swift */,
  323. 938D211C1EA2275300C47EC3 /* LablancaView.xib */,
  324. 938D211E1EA2306300C47EC3 /* LablancaView.swift */,
  325. 9326C4F31EA51C39007DF2A4 /* RowLablancaDay.xib */,
  326. 9326C4F51EA5279D007DF2A4 /* RowLablancaDay.swift */,
  327. 93E0C5E11EB7E7F000905811 /* ActivitiesView.xib */,
  328. 93E0C5E31EB7E94300905811 /* ActivitiesView.swift */,
  329. 93E0C5E51EBDEF2B00905811 /* RowFutureActivity.swift */,
  330. 93E0C5E71EBDF0E700905811 /* RowFutureActivity.xib */,
  331. 93E0C5E91EBDFFB300905811 /* RowPastActivity.swift */,
  332. 93E0C5EB1EBE000F00905811 /* RowPastActivity.xib */,
  333. 93E0C5ED1EBE25BC00905811 /* RowLabel.swift */,
  334. 93E0C5F11EBE264F00905811 /* RowLabel.xib */,
  335. 93E0C5F31EBE306900905811 /* ScheduleViewController.swift */,
  336. 93EB2F0B1EBF5AEB00F64186 /* RowSchedule.swift */,
  337. 93EB2F0D1EBF5BF500F64186 /* RowSchedule.xib */,
  338. 935AE1891EC6138D0055E71F /* SyncController.swift */,
  339. 935AE18B1ECE162B0055E71F /* RowLablancaOffer.xib */,
  340. 935AE18D1ECE1F180055E71F /* RowLablancaOffer.swift */,
  341. 93B9113C1ED7567B0061BA71 /* LocationView.xib */,
  342. 93B9113E1ED7582B0061BA71 /* LocationView.swift */,
  343. 93B9115E1ED765510061BA71 /* app-Bridging-Header.h */,
  344. 93EE9ECA1EE9B87100288F6E /* PastActivityViewController.swift */,
  345. 93D8B0971EF1B99A008BD946 /* RowItinerary.swift */,
  346. 93D8B0991EF1BA03008BD946 /* RowItinerary.xib */,
  347. 93D8B0951EF1B98E008BD946 /* FutureActivityViewController.swift */,
  348. 93E5058E1EEB0DCC00560B4A /* PhotoViewController.swift */,
  349. );
  350. path = app;
  351. sourceTree = "<group>";
  352. };
  353. 93D9EA6F1DE37C7900089002 /* Frameworks */ = {
  354. isa = PBXGroup;
  355. children = (
  356. 93B911611ED7689E0061BA71 /* Accelerate.framework */,
  357. 93B9115C1ED764940061BA71 /* SystemConfiguration.framework */,
  358. 93B9115A1ED764890061BA71 /* QuartzCore.framework */,
  359. 93B911581ED7647C0061BA71 /* OpenGLES.framework */,
  360. 93B911561ED764710061BA71 /* libz.tbd */,
  361. 93B911541ED764650061BA71 /* libicucore.tbd */,
  362. 93B911521ED764550061BA71 /* libc++.tbd */,
  363. 93B911501ED764340061BA71 /* ImageIO.framework */,
  364. 93B9114E1ED764280061BA71 /* GLKit.framework */,
  365. 93B9114C1ED7641C0061BA71 /* CoreText.framework */,
  366. 93B9114A1ED7640D0061BA71 /* CoreLocation.framework */,
  367. 93B911481ED764010061BA71 /* AVFoundation.framework */,
  368. 931AA58A1E1DA910003A2290 /* CoreData.framework */,
  369. 93D9EA701DE37C7900089002 /* libsqlite3.tbd */,
  370. );
  371. name = Frameworks;
  372. sourceTree = "<group>";
  373. };
  374. FC63DCCF20DC16F200C9A2E1 /* NSManagedObjects */ = {
  375. isa = PBXGroup;
  376. children = (
  377. FC63DC6320DC16B300C9A2E1 /* Activity_comment+CoreDataClass.swift */,
  378. FC27E07120E95ABB00963227 /* Festival_event_city+CoreDataClass.swift */,
  379. FC27E07320E95ABD00963227 /* Festival_event_city+CoreDataProperties.swift */,
  380. FC63DC6520DC16B300C9A2E1 /* Activity_comment+CoreDataProperties.swift */,
  381. FC63DC6720DC16B300C9A2E1 /* Photo+CoreDataClass.swift */,
  382. FC63DC6920DC16B300C9A2E1 /* Photo+CoreDataProperties.swift */,
  383. FC63DC6B20DC16B300C9A2E1 /* Festival_event_image+CoreDataClass.swift */,
  384. FC63DC6D20DC16B300C9A2E1 /* Festival_event_image+CoreDataProperties.swift */,
  385. FC63DC6F20DC16B300C9A2E1 /* Post+CoreDataClass.swift */,
  386. FC63DC7120DC16B300C9A2E1 /* Post+CoreDataProperties.swift */,
  387. FC63DC7320DC16B300C9A2E1 /* Activity_itinerary+CoreDataClass.swift */,
  388. FC63DC7520DC16B300C9A2E1 /* Activity_itinerary+CoreDataProperties.swift */,
  389. FC63DC7720DC16B300C9A2E1 /* Festival_offer+CoreDataClass.swift */,
  390. FC63DC7920DC16B300C9A2E1 /* Festival_offer+CoreDataProperties.swift */,
  391. FC63DC7B20DC16B300C9A2E1 /* Route_point+CoreDataClass.swift */,
  392. FC63DC7D20DC16B300C9A2E1 /* Route_point+CoreDataProperties.swift */,
  393. FC63DC8320DC16B300C9A2E1 /* Activity+CoreDataClass.swift */,
  394. FC63DC8520DC16B300C9A2E1 /* Activity+CoreDataProperties.swift */,
  395. FC63DC8720DC16B300C9A2E1 /* Version+CoreDataClass.swift */,
  396. FC63DC8920DC16B300C9A2E1 /* Version+CoreDataProperties.swift */,
  397. FC63DC8B20DC16B300C9A2E1 /* Festival_event_gm+CoreDataClass.swift */,
  398. FC63DC8D20DC16B300C9A2E1 /* Festival_event_gm+CoreDataProperties.swift */,
  399. FC63DC8F20DC16B300C9A2E1 /* Place+CoreDataClass.swift */,
  400. FC63DC9120DC16B300C9A2E1 /* Place+CoreDataProperties.swift */,
  401. FC63DC9320DC16B300C9A2E1 /* Location+CoreDataClass.swift */,
  402. FC63DC9520DC16B300C9A2E1 /* Location+CoreDataProperties.swift */,
  403. FC63DC9720DC16B300C9A2E1 /* Festival+CoreDataClass.swift */,
  404. FC63DC9920DC16B300C9A2E1 /* Festival+CoreDataProperties.swift */,
  405. FC63DC9B20DC16B300C9A2E1 /* Activity_image+CoreDataClass.swift */,
  406. FC63DC9D20DC16B300C9A2E1 /* Activity_image+CoreDataProperties.swift */,
  407. FC63DC9F20DC16B300C9A2E1 /* Post_tag+CoreDataClass.swift */,
  408. FC63DCA120DC16B300C9A2E1 /* Post_tag+CoreDataProperties.swift */,
  409. FC63DCA320DC16B300C9A2E1 /* Route+CoreDataClass.swift */,
  410. FC63DCA520DC16B300C9A2E1 /* Route+CoreDataProperties.swift */,
  411. FC63DCA720DC16B300C9A2E1 /* Post_image+CoreDataClass.swift */,
  412. FC63DCA920DC16B300C9A2E1 /* Post_image+CoreDataProperties.swift */,
  413. FC63DCAB20DC16B300C9A2E1 /* Album+CoreDataClass.swift */,
  414. FC63DCAD20DC16B300C9A2E1 /* Album+CoreDataProperties.swift */,
  415. FC63DCAF20DC16B300C9A2E1 /* Sponsor+CoreDataClass.swift */,
  416. FC63DCB120DC16B300C9A2E1 /* Sponsor+CoreDataProperties.swift */,
  417. FC63DCB320DC16B300C9A2E1 /* Activity_tag+CoreDataClass.swift */,
  418. FC63DCB520DC16B400C9A2E1 /* Activity_tag+CoreDataProperties.swift */,
  419. FC63DCB720DC16B400C9A2E1 /* Festival_day+CoreDataClass.swift */,
  420. FC63DCB920DC16B400C9A2E1 /* Festival_day+CoreDataProperties.swift */,
  421. FC63DCBB20DC16B400C9A2E1 /* Post_comment+CoreDataClass.swift */,
  422. FC63DCBD20DC16B400C9A2E1 /* Post_comment+CoreDataProperties.swift */,
  423. FC63DCBF20DC16B400C9A2E1 /* Photo_comment+CoreDataClass.swift */,
  424. FC63DCC120DC16B400C9A2E1 /* Photo_comment+CoreDataProperties.swift */,
  425. FC63DCC320DC16B400C9A2E1 /* Photo_album+CoreDataClass.swift */,
  426. FC63DCC520DC16B400C9A2E1 /* Photo_album+CoreDataProperties.swift */,
  427. FC63DCC720DC16B400C9A2E1 /* Notification+CoreDataClass.swift */,
  428. FC63DCC920DC16B400C9A2E1 /* Notification+CoreDataProperties.swift */,
  429. FC63DCCB20DC16B400C9A2E1 /* People+CoreDataClass.swift */,
  430. FC63DCCD20DC16B400C9A2E1 /* People+CoreDataProperties.swift */,
  431. );
  432. path = NSManagedObjects;
  433. sourceTree = "<group>";
  434. };
  435. /* End PBXGroup section */
  436. /* Begin PBXNativeTarget section */
  437. 93B84B951D9C31AB006C0F67 /* app */ = {
  438. isa = PBXNativeTarget;
  439. buildConfigurationList = 93B84BAB1D9C31AB006C0F67 /* Build configuration list for PBXNativeTarget "app" */;
  440. buildPhases = (
  441. 93B84B921D9C31AB006C0F67 /* Sources */,
  442. 93B84B931D9C31AB006C0F67 /* Frameworks */,
  443. 93B84B941D9C31AB006C0F67 /* Resources */,
  444. );
  445. buildRules = (
  446. );
  447. dependencies = (
  448. );
  449. name = app;
  450. productName = app;
  451. productReference = 93B84B961D9C31AB006C0F67 /* app.app */;
  452. productType = "com.apple.product-type.application";
  453. };
  454. /* End PBXNativeTarget section */
  455. /* Begin PBXProject section */
  456. 93B84B8E1D9C31AB006C0F67 /* Project object */ = {
  457. isa = PBXProject;
  458. attributes = {
  459. LastSwiftUpdateCheck = 0800;
  460. LastUpgradeCheck = 0830;
  461. ORGANIZATIONNAME = Margolariak;
  462. TargetAttributes = {
  463. 93B84B951D9C31AB006C0F67 = {
  464. CreatedOnToolsVersion = 8.0;
  465. DevelopmentTeam = 9F9ER4X7TG;
  466. LastSwiftMigration = 0920;
  467. ProvisioningStyle = Automatic;
  468. SystemCapabilities = {
  469. com.apple.BackgroundModes = {
  470. enabled = 1;
  471. };
  472. };
  473. };
  474. };
  475. };
  476. buildConfigurationList = 93B84B911D9C31AB006C0F67 /* Build configuration list for PBXProject "app" */;
  477. compatibilityVersion = "Xcode 3.2";
  478. developmentRegion = English;
  479. hasScannedForEncodings = 0;
  480. knownRegions = (
  481. en,
  482. Base,
  483. );
  484. mainGroup = 93B84B8D1D9C31AB006C0F67;
  485. productRefGroup = 93B84B971D9C31AB006C0F67 /* Products */;
  486. projectDirPath = "";
  487. projectRoot = "";
  488. targets = (
  489. 93B84B951D9C31AB006C0F67 /* app */,
  490. );
  491. };
  492. /* End PBXProject section */
  493. /* Begin PBXResourcesBuildPhase section */
  494. 93B84B941D9C31AB006C0F67 /* Resources */ = {
  495. isa = PBXResourcesBuildPhase;
  496. buildActionMask = 2147483647;
  497. files = (
  498. 93E0C5E21EB7E7F000905811 /* ActivitiesView.xib in Resources */,
  499. 931AA5AE1E218D0E003A2290 /* Entry.xib in Resources */,
  500. 93D8B09A1EF1BA03008BD946 /* RowItinerary.xib in Resources */,
  501. 93E0C5E81EBDF0E700905811 /* RowFutureActivity.xib in Resources */,
  502. 938D211D1EA2275300C47EC3 /* LablancaView.xib in Resources */,
  503. 93075C721E59D06900396389 /* RowBlog.xib in Resources */,
  504. 93B84BA71D9C31AB006C0F67 /* LaunchScreen.storyboard in Resources */,
  505. 93BAD2F61E586310009DF853 /* RowHomeSocial.xib in Resources */,
  506. 93BAD2F21E585E88009DF853 /* RowHomeFutureActivities.xib in Resources */,
  507. 931AA5B01E219006003A2290 /* RowHomePastActivities.xib in Resources */,
  508. 93E0C5F21EBE264F00905811 /* RowLabel.xib in Resources */,
  509. 93E0C5EC1EBE001000905811 /* RowPastActivity.xib in Resources */,
  510. 936966EF1E9848D600A11055 /* RowAlbum.xib in Resources */,
  511. 93D9EA601DE271E700089002 /* Section.xib in Resources */,
  512. 93B9113D1ED7567C0061BA71 /* LocationView.xib in Resources */,
  513. 93075C6A1E59CAB000396389 /* BlogView.xib in Resources */,
  514. 93B84BA41D9C31AB006C0F67 /* Assets.xcassets in Resources */,
  515. 935D6E2D1E8678B700CED3A1 /* GalleryView.xib in Resources */,
  516. 93EB2F0E1EBF5BF500F64186 /* RowSchedule.xib in Resources */,
  517. 935AE18C1ECE162C0055E71F /* RowLablancaOffer.xib in Resources */,
  518. 93BAD2EE1E585578009DF853 /* RowHomeBlog.xib in Resources */,
  519. 9326C4F41EA51C39007DF2A4 /* RowLablancaDay.xib in Resources */,
  520. 935D6E311E867C5E00CED3A1 /* RowGallery.xib in Resources */,
  521. 93B84B9F1D9C31AB006C0F67 /* Main.storyboard in Resources */,
  522. 93D9EA6C1DE3498500089002 /* HomeView.xib in Resources */,
  523. 93B5C01C1E872B600069BFF8 /* RowHomeGallery.xib in Resources */,
  524. );
  525. runOnlyForDeploymentPostprocessing = 0;
  526. };
  527. /* End PBXResourcesBuildPhase section */
  528. /* Begin PBXSourcesBuildPhase section */
  529. 93B84B921D9C31AB006C0F67 /* Sources */ = {
  530. isa = PBXSourcesBuildPhase;
  531. buildActionMask = 2147483647;
  532. files = (
  533. 93294FF81E336FA000FDAF50 /* Entry.swift in Sources */,
  534. 937EA02D1E5B8B5300D0893A /* UIApplcation.swift in Sources */,
  535. 93E0C5F41EBE306900905811 /* ScheduleViewController.swift in Sources */,
  536. 936966F11E984B5000A11055 /* RowAlbum.swift in Sources */,
  537. 93D9EA641DE273FD00089002 /* Section.swift in Sources */,
  538. 93D9EA6A1DE3491100089002 /* HomeView.swift in Sources */,
  539. 93E0C5EE1EBE25BD00905811 /* RowLabel.swift in Sources */,
  540. 93BEB6D21E7E878300C68DE5 /* PostViewController.swift in Sources */,
  541. 93BAD2F81E586741009DF853 /* RowHomeSocial.swift in Sources */,
  542. 9326C4F61EA5279D007DF2A4 /* RowLablancaDay.swift in Sources */,
  543. 93BAD2F01E585662009DF853 /* RowHomeBlog.swift in Sources */,
  544. 93294FFA1E337D0D00FDAF50 /* RowHomePastActivities.swift in Sources */,
  545. 93B5C01A1E872B4B0069BFF8 /* RowHomeGallery.swift in Sources */,
  546. 935892D01E493C2300E1CD5F /* UIImageView.swift in Sources */,
  547. 93D8B0981EF1B99A008BD946 /* RowItinerary.swift in Sources */,
  548. 93D9EA761DE3ACBB00089002 /* Sync.swift in Sources */,
  549. 93E0C5EA1EBDFFB400905811 /* RowPastActivity.swift in Sources */,
  550. 93BAD2F41E585EE6009DF853 /* RowHomeFutureActivities.swift in Sources */,
  551. 93E5058F1EEB0DCC00560B4A /* PhotoViewController.swift in Sources */,
  552. 93D8B0941EF1A64C008BD946 /* Notifications.swift in Sources */,
  553. 931AA5891E1AFF8C003A2290 /* String.swift in Sources */,
  554. 935AE18A1EC6138D0055E71F /* SyncController.swift in Sources */,
  555. 93B84B9C1D9C31AB006C0F67 /* ViewController.swift in Sources */,
  556. 93075C6C1E59CB6B00396389 /* BlogView.swift in Sources */,
  557. 93B84B9A1D9C31AB006C0F67 /* AppDelegate.swift in Sources */,
  558. 93D8B0961EF1B98E008BD946 /* FutureActivityViewController.swift in Sources */,
  559. 93348A611EF4273F0093503A /* EventController.swift in Sources */,
  560. 93B84BA21D9C31AB006C0F67 /* app.xcdatamodeld in Sources */,
  561. 935D6E331E867C7E00CED3A1 /* RowGallery.swift in Sources */,
  562. 93EB2F0C1EBF5AEB00F64186 /* RowSchedule.swift in Sources */,
  563. 93EE9ECB1EE9B87100288F6E /* PastActivityViewController.swift in Sources */,
  564. 936966ED1E98445200A11055 /* AlbumViewController.swift in Sources */,
  565. 93D9EA681DE342AC00089002 /* UIView.swift in Sources */,
  566. 938D211F1EA2306300C47EC3 /* LablancaView.swift in Sources */,
  567. 935AE18E1ECE1F180055E71F /* RowLablancaOffer.swift in Sources */,
  568. 93075C701E59D04A00396389 /* RowBlog.swift in Sources */,
  569. 93E0C5E41EB7E94300905811 /* ActivitiesView.swift in Sources */,
  570. 93B408031D9ED44C000FBC99 /* MenuCollectionViewCell.swift in Sources */,
  571. 93B9113F1ED7582B0061BA71 /* LocationView.swift in Sources */,
  572. 935746101EE20B99005DED61 /* FetchLocation.swift in Sources */,
  573. 93E0C5E61EBDEF2B00905811 /* RowFutureActivity.swift in Sources */,
  574. 935D6E2F1E86792000CED3A1 /* GalleryView.swift in Sources */,
  575. );
  576. runOnlyForDeploymentPostprocessing = 0;
  577. };
  578. /* End PBXSourcesBuildPhase section */
  579. /* Begin PBXVariantGroup section */
  580. 93B84B9D1D9C31AB006C0F67 /* Main.storyboard */ = {
  581. isa = PBXVariantGroup;
  582. children = (
  583. 93B84B9E1D9C31AB006C0F67 /* Base */,
  584. );
  585. name = Main.storyboard;
  586. sourceTree = "<group>";
  587. };
  588. 93B84BA51D9C31AB006C0F67 /* LaunchScreen.storyboard */ = {
  589. isa = PBXVariantGroup;
  590. children = (
  591. 93B84BA61D9C31AB006C0F67 /* Base */,
  592. );
  593. name = LaunchScreen.storyboard;
  594. sourceTree = "<group>";
  595. };
  596. FC27E07120E95ABB00963227 /* Festival_event_city+CoreDataClass.swift */ = {
  597. isa = PBXVariantGroup;
  598. children = (
  599. FC27E07220E95ABB00963227 /* Base */,
  600. );
  601. name = "Festival_event_city+CoreDataClass.swift";
  602. sourceTree = "<group>";
  603. };
  604. FC27E07320E95ABD00963227 /* Festival_event_city+CoreDataProperties.swift */ = {
  605. isa = PBXVariantGroup;
  606. children = (
  607. FC27E07420E95ABD00963227 /* Base */,
  608. );
  609. name = "Festival_event_city+CoreDataProperties.swift";
  610. sourceTree = "<group>";
  611. };
  612. FC63DC6320DC16B300C9A2E1 /* Activity_comment+CoreDataClass.swift */ = {
  613. isa = PBXVariantGroup;
  614. children = (
  615. FC63DC6420DC16B300C9A2E1 /* Base */,
  616. );
  617. name = "Activity_comment+CoreDataClass.swift";
  618. sourceTree = "<group>";
  619. };
  620. FC63DC6520DC16B300C9A2E1 /* Activity_comment+CoreDataProperties.swift */ = {
  621. isa = PBXVariantGroup;
  622. children = (
  623. FC63DC6620DC16B300C9A2E1 /* Base */,
  624. );
  625. name = "Activity_comment+CoreDataProperties.swift";
  626. sourceTree = "<group>";
  627. };
  628. FC63DC6720DC16B300C9A2E1 /* Photo+CoreDataClass.swift */ = {
  629. isa = PBXVariantGroup;
  630. children = (
  631. FC63DC6820DC16B300C9A2E1 /* Base */,
  632. );
  633. name = "Photo+CoreDataClass.swift";
  634. sourceTree = "<group>";
  635. };
  636. FC63DC6920DC16B300C9A2E1 /* Photo+CoreDataProperties.swift */ = {
  637. isa = PBXVariantGroup;
  638. children = (
  639. FC63DC6A20DC16B300C9A2E1 /* Base */,
  640. );
  641. name = "Photo+CoreDataProperties.swift";
  642. sourceTree = "<group>";
  643. };
  644. FC63DC6B20DC16B300C9A2E1 /* Festival_event_image+CoreDataClass.swift */ = {
  645. isa = PBXVariantGroup;
  646. children = (
  647. FC63DC6C20DC16B300C9A2E1 /* Base */,
  648. );
  649. name = "Festival_event_image+CoreDataClass.swift";
  650. sourceTree = "<group>";
  651. };
  652. FC63DC6D20DC16B300C9A2E1 /* Festival_event_image+CoreDataProperties.swift */ = {
  653. isa = PBXVariantGroup;
  654. children = (
  655. FC63DC6E20DC16B300C9A2E1 /* Base */,
  656. );
  657. name = "Festival_event_image+CoreDataProperties.swift";
  658. sourceTree = "<group>";
  659. };
  660. FC63DC6F20DC16B300C9A2E1 /* Post+CoreDataClass.swift */ = {
  661. isa = PBXVariantGroup;
  662. children = (
  663. FC63DC7020DC16B300C9A2E1 /* Base */,
  664. );
  665. name = "Post+CoreDataClass.swift";
  666. sourceTree = "<group>";
  667. };
  668. FC63DC7120DC16B300C9A2E1 /* Post+CoreDataProperties.swift */ = {
  669. isa = PBXVariantGroup;
  670. children = (
  671. FC63DC7220DC16B300C9A2E1 /* Base */,
  672. );
  673. name = "Post+CoreDataProperties.swift";
  674. sourceTree = "<group>";
  675. };
  676. FC63DC7320DC16B300C9A2E1 /* Activity_itinerary+CoreDataClass.swift */ = {
  677. isa = PBXVariantGroup;
  678. children = (
  679. FC63DC7420DC16B300C9A2E1 /* Base */,
  680. );
  681. name = "Activity_itinerary+CoreDataClass.swift";
  682. sourceTree = "<group>";
  683. };
  684. FC63DC7520DC16B300C9A2E1 /* Activity_itinerary+CoreDataProperties.swift */ = {
  685. isa = PBXVariantGroup;
  686. children = (
  687. FC63DC7620DC16B300C9A2E1 /* Base */,
  688. );
  689. name = "Activity_itinerary+CoreDataProperties.swift";
  690. sourceTree = "<group>";
  691. };
  692. FC63DC7720DC16B300C9A2E1 /* Festival_offer+CoreDataClass.swift */ = {
  693. isa = PBXVariantGroup;
  694. children = (
  695. FC63DC7820DC16B300C9A2E1 /* Base */,
  696. );
  697. name = "Festival_offer+CoreDataClass.swift";
  698. sourceTree = "<group>";
  699. };
  700. FC63DC7920DC16B300C9A2E1 /* Festival_offer+CoreDataProperties.swift */ = {
  701. isa = PBXVariantGroup;
  702. children = (
  703. FC63DC7A20DC16B300C9A2E1 /* Base */,
  704. );
  705. name = "Festival_offer+CoreDataProperties.swift";
  706. sourceTree = "<group>";
  707. };
  708. FC63DC7B20DC16B300C9A2E1 /* Route_point+CoreDataClass.swift */ = {
  709. isa = PBXVariantGroup;
  710. children = (
  711. FC63DC7C20DC16B300C9A2E1 /* Base */,
  712. );
  713. name = "Route_point+CoreDataClass.swift";
  714. sourceTree = "<group>";
  715. };
  716. FC63DC7D20DC16B300C9A2E1 /* Route_point+CoreDataProperties.swift */ = {
  717. isa = PBXVariantGroup;
  718. children = (
  719. FC63DC7E20DC16B300C9A2E1 /* Base */,
  720. );
  721. name = "Route_point+CoreDataProperties.swift";
  722. sourceTree = "<group>";
  723. };
  724. FC63DC8320DC16B300C9A2E1 /* Activity+CoreDataClass.swift */ = {
  725. isa = PBXVariantGroup;
  726. children = (
  727. FC63DC8420DC16B300C9A2E1 /* Base */,
  728. );
  729. name = "Activity+CoreDataClass.swift";
  730. sourceTree = "<group>";
  731. };
  732. FC63DC8520DC16B300C9A2E1 /* Activity+CoreDataProperties.swift */ = {
  733. isa = PBXVariantGroup;
  734. children = (
  735. FC63DC8620DC16B300C9A2E1 /* Base */,
  736. );
  737. name = "Activity+CoreDataProperties.swift";
  738. sourceTree = "<group>";
  739. };
  740. FC63DC8720DC16B300C9A2E1 /* Version+CoreDataClass.swift */ = {
  741. isa = PBXVariantGroup;
  742. children = (
  743. FC63DC8820DC16B300C9A2E1 /* Base */,
  744. );
  745. name = "Version+CoreDataClass.swift";
  746. sourceTree = "<group>";
  747. };
  748. FC63DC8920DC16B300C9A2E1 /* Version+CoreDataProperties.swift */ = {
  749. isa = PBXVariantGroup;
  750. children = (
  751. FC63DC8A20DC16B300C9A2E1 /* Base */,
  752. );
  753. name = "Version+CoreDataProperties.swift";
  754. sourceTree = "<group>";
  755. };
  756. FC63DC8B20DC16B300C9A2E1 /* Festival_event_gm+CoreDataClass.swift */ = {
  757. isa = PBXVariantGroup;
  758. children = (
  759. FC63DC8C20DC16B300C9A2E1 /* Base */,
  760. );
  761. name = "Festival_event_gm+CoreDataClass.swift";
  762. sourceTree = "<group>";
  763. };
  764. FC63DC8D20DC16B300C9A2E1 /* Festival_event_gm+CoreDataProperties.swift */ = {
  765. isa = PBXVariantGroup;
  766. children = (
  767. FC63DC8E20DC16B300C9A2E1 /* Base */,
  768. );
  769. name = "Festival_event_gm+CoreDataProperties.swift";
  770. sourceTree = "<group>";
  771. };
  772. FC63DC8F20DC16B300C9A2E1 /* Place+CoreDataClass.swift */ = {
  773. isa = PBXVariantGroup;
  774. children = (
  775. FC63DC9020DC16B300C9A2E1 /* Base */,
  776. );
  777. name = "Place+CoreDataClass.swift";
  778. sourceTree = "<group>";
  779. };
  780. FC63DC9120DC16B300C9A2E1 /* Place+CoreDataProperties.swift */ = {
  781. isa = PBXVariantGroup;
  782. children = (
  783. FC63DC9220DC16B300C9A2E1 /* Base */,
  784. );
  785. name = "Place+CoreDataProperties.swift";
  786. sourceTree = "<group>";
  787. };
  788. FC63DC9320DC16B300C9A2E1 /* Location+CoreDataClass.swift */ = {
  789. isa = PBXVariantGroup;
  790. children = (
  791. FC63DC9420DC16B300C9A2E1 /* Base */,
  792. );
  793. name = "Location+CoreDataClass.swift";
  794. sourceTree = "<group>";
  795. };
  796. FC63DC9520DC16B300C9A2E1 /* Location+CoreDataProperties.swift */ = {
  797. isa = PBXVariantGroup;
  798. children = (
  799. FC63DC9620DC16B300C9A2E1 /* Base */,
  800. );
  801. name = "Location+CoreDataProperties.swift";
  802. sourceTree = "<group>";
  803. };
  804. FC63DC9720DC16B300C9A2E1 /* Festival+CoreDataClass.swift */ = {
  805. isa = PBXVariantGroup;
  806. children = (
  807. FC63DC9820DC16B300C9A2E1 /* Base */,
  808. );
  809. name = "Festival+CoreDataClass.swift";
  810. sourceTree = "<group>";
  811. };
  812. FC63DC9920DC16B300C9A2E1 /* Festival+CoreDataProperties.swift */ = {
  813. isa = PBXVariantGroup;
  814. children = (
  815. FC63DC9A20DC16B300C9A2E1 /* Base */,
  816. );
  817. name = "Festival+CoreDataProperties.swift";
  818. sourceTree = "<group>";
  819. };
  820. FC63DC9B20DC16B300C9A2E1 /* Activity_image+CoreDataClass.swift */ = {
  821. isa = PBXVariantGroup;
  822. children = (
  823. FC63DC9C20DC16B300C9A2E1 /* Base */,
  824. );
  825. name = "Activity_image+CoreDataClass.swift";
  826. sourceTree = "<group>";
  827. };
  828. FC63DC9D20DC16B300C9A2E1 /* Activity_image+CoreDataProperties.swift */ = {
  829. isa = PBXVariantGroup;
  830. children = (
  831. FC63DC9E20DC16B300C9A2E1 /* Base */,
  832. );
  833. name = "Activity_image+CoreDataProperties.swift";
  834. sourceTree = "<group>";
  835. };
  836. FC63DC9F20DC16B300C9A2E1 /* Post_tag+CoreDataClass.swift */ = {
  837. isa = PBXVariantGroup;
  838. children = (
  839. FC63DCA020DC16B300C9A2E1 /* Base */,
  840. );
  841. name = "Post_tag+CoreDataClass.swift";
  842. sourceTree = "<group>";
  843. };
  844. FC63DCA120DC16B300C9A2E1 /* Post_tag+CoreDataProperties.swift */ = {
  845. isa = PBXVariantGroup;
  846. children = (
  847. FC63DCA220DC16B300C9A2E1 /* Base */,
  848. );
  849. name = "Post_tag+CoreDataProperties.swift";
  850. sourceTree = "<group>";
  851. };
  852. FC63DCA320DC16B300C9A2E1 /* Route+CoreDataClass.swift */ = {
  853. isa = PBXVariantGroup;
  854. children = (
  855. FC63DCA420DC16B300C9A2E1 /* Base */,
  856. );
  857. name = "Route+CoreDataClass.swift";
  858. sourceTree = "<group>";
  859. };
  860. FC63DCA520DC16B300C9A2E1 /* Route+CoreDataProperties.swift */ = {
  861. isa = PBXVariantGroup;
  862. children = (
  863. FC63DCA620DC16B300C9A2E1 /* Base */,
  864. );
  865. name = "Route+CoreDataProperties.swift";
  866. sourceTree = "<group>";
  867. };
  868. FC63DCA720DC16B300C9A2E1 /* Post_image+CoreDataClass.swift */ = {
  869. isa = PBXVariantGroup;
  870. children = (
  871. FC63DCA820DC16B300C9A2E1 /* Base */,
  872. );
  873. name = "Post_image+CoreDataClass.swift";
  874. sourceTree = "<group>";
  875. };
  876. FC63DCA920DC16B300C9A2E1 /* Post_image+CoreDataProperties.swift */ = {
  877. isa = PBXVariantGroup;
  878. children = (
  879. FC63DCAA20DC16B300C9A2E1 /* Base */,
  880. );
  881. name = "Post_image+CoreDataProperties.swift";
  882. sourceTree = "<group>";
  883. };
  884. FC63DCAB20DC16B300C9A2E1 /* Album+CoreDataClass.swift */ = {
  885. isa = PBXVariantGroup;
  886. children = (
  887. FC63DCAC20DC16B300C9A2E1 /* Base */,
  888. );
  889. name = "Album+CoreDataClass.swift";
  890. sourceTree = "<group>";
  891. };
  892. FC63DCAD20DC16B300C9A2E1 /* Album+CoreDataProperties.swift */ = {
  893. isa = PBXVariantGroup;
  894. children = (
  895. FC63DCAE20DC16B300C9A2E1 /* Base */,
  896. );
  897. name = "Album+CoreDataProperties.swift";
  898. sourceTree = "<group>";
  899. };
  900. FC63DCAF20DC16B300C9A2E1 /* Sponsor+CoreDataClass.swift */ = {
  901. isa = PBXVariantGroup;
  902. children = (
  903. FC63DCB020DC16B300C9A2E1 /* Base */,
  904. );
  905. name = "Sponsor+CoreDataClass.swift";
  906. sourceTree = "<group>";
  907. };
  908. FC63DCB120DC16B300C9A2E1 /* Sponsor+CoreDataProperties.swift */ = {
  909. isa = PBXVariantGroup;
  910. children = (
  911. FC63DCB220DC16B300C9A2E1 /* Base */,
  912. );
  913. name = "Sponsor+CoreDataProperties.swift";
  914. sourceTree = "<group>";
  915. };
  916. FC63DCB320DC16B300C9A2E1 /* Activity_tag+CoreDataClass.swift */ = {
  917. isa = PBXVariantGroup;
  918. children = (
  919. FC63DCB420DC16B400C9A2E1 /* Base */,
  920. );
  921. name = "Activity_tag+CoreDataClass.swift";
  922. sourceTree = "<group>";
  923. };
  924. FC63DCB520DC16B400C9A2E1 /* Activity_tag+CoreDataProperties.swift */ = {
  925. isa = PBXVariantGroup;
  926. children = (
  927. FC63DCB620DC16B400C9A2E1 /* Base */,
  928. );
  929. name = "Activity_tag+CoreDataProperties.swift";
  930. sourceTree = "<group>";
  931. };
  932. FC63DCB720DC16B400C9A2E1 /* Festival_day+CoreDataClass.swift */ = {
  933. isa = PBXVariantGroup;
  934. children = (
  935. FC63DCB820DC16B400C9A2E1 /* Base */,
  936. );
  937. name = "Festival_day+CoreDataClass.swift";
  938. sourceTree = "<group>";
  939. };
  940. FC63DCB920DC16B400C9A2E1 /* Festival_day+CoreDataProperties.swift */ = {
  941. isa = PBXVariantGroup;
  942. children = (
  943. FC63DCBA20DC16B400C9A2E1 /* Base */,
  944. );
  945. name = "Festival_day+CoreDataProperties.swift";
  946. sourceTree = "<group>";
  947. };
  948. FC63DCBB20DC16B400C9A2E1 /* Post_comment+CoreDataClass.swift */ = {
  949. isa = PBXVariantGroup;
  950. children = (
  951. FC63DCBC20DC16B400C9A2E1 /* Base */,
  952. );
  953. name = "Post_comment+CoreDataClass.swift";
  954. sourceTree = "<group>";
  955. };
  956. FC63DCBD20DC16B400C9A2E1 /* Post_comment+CoreDataProperties.swift */ = {
  957. isa = PBXVariantGroup;
  958. children = (
  959. FC63DCBE20DC16B400C9A2E1 /* Base */,
  960. );
  961. name = "Post_comment+CoreDataProperties.swift";
  962. sourceTree = "<group>";
  963. };
  964. FC63DCBF20DC16B400C9A2E1 /* Photo_comment+CoreDataClass.swift */ = {
  965. isa = PBXVariantGroup;
  966. children = (
  967. FC63DCC020DC16B400C9A2E1 /* Base */,
  968. );
  969. name = "Photo_comment+CoreDataClass.swift";
  970. sourceTree = "<group>";
  971. };
  972. FC63DCC120DC16B400C9A2E1 /* Photo_comment+CoreDataProperties.swift */ = {
  973. isa = PBXVariantGroup;
  974. children = (
  975. FC63DCC220DC16B400C9A2E1 /* Base */,
  976. );
  977. name = "Photo_comment+CoreDataProperties.swift";
  978. sourceTree = "<group>";
  979. };
  980. FC63DCC320DC16B400C9A2E1 /* Photo_album+CoreDataClass.swift */ = {
  981. isa = PBXVariantGroup;
  982. children = (
  983. FC63DCC420DC16B400C9A2E1 /* Base */,
  984. );
  985. name = "Photo_album+CoreDataClass.swift";
  986. sourceTree = "<group>";
  987. };
  988. FC63DCC520DC16B400C9A2E1 /* Photo_album+CoreDataProperties.swift */ = {
  989. isa = PBXVariantGroup;
  990. children = (
  991. FC63DCC620DC16B400C9A2E1 /* Base */,
  992. );
  993. name = "Photo_album+CoreDataProperties.swift";
  994. sourceTree = "<group>";
  995. };
  996. FC63DCC720DC16B400C9A2E1 /* Notification+CoreDataClass.swift */ = {
  997. isa = PBXVariantGroup;
  998. children = (
  999. FC63DCC820DC16B400C9A2E1 /* Base */,
  1000. );
  1001. name = "Notification+CoreDataClass.swift";
  1002. sourceTree = "<group>";
  1003. };
  1004. FC63DCC920DC16B400C9A2E1 /* Notification+CoreDataProperties.swift */ = {
  1005. isa = PBXVariantGroup;
  1006. children = (
  1007. FC63DCCA20DC16B400C9A2E1 /* Base */,
  1008. );
  1009. name = "Notification+CoreDataProperties.swift";
  1010. sourceTree = "<group>";
  1011. };
  1012. FC63DCCB20DC16B400C9A2E1 /* People+CoreDataClass.swift */ = {
  1013. isa = PBXVariantGroup;
  1014. children = (
  1015. FC63DCCC20DC16B400C9A2E1 /* Base */,
  1016. );
  1017. name = "People+CoreDataClass.swift";
  1018. sourceTree = "<group>";
  1019. };
  1020. FC63DCCD20DC16B400C9A2E1 /* People+CoreDataProperties.swift */ = {
  1021. isa = PBXVariantGroup;
  1022. children = (
  1023. FC63DCCE20DC16B400C9A2E1 /* Base */,
  1024. );
  1025. name = "People+CoreDataProperties.swift";
  1026. sourceTree = "<group>";
  1027. };
  1028. /* End PBXVariantGroup section */
  1029. /* Begin XCBuildConfiguration section */
  1030. 93B84BA91D9C31AB006C0F67 /* Debug */ = {
  1031. isa = XCBuildConfiguration;
  1032. buildSettings = {
  1033. ALWAYS_SEARCH_USER_PATHS = NO;
  1034. ASSETCATALOG_NOTICES = NO;
  1035. ASSETCATALOG_WARNINGS = NO;
  1036. CLANG_ANALYZER_NONNULL = YES;
  1037. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1038. CLANG_CXX_LIBRARY = "libc++";
  1039. CLANG_ENABLE_MODULES = YES;
  1040. CLANG_ENABLE_OBJC_ARC = YES;
  1041. CLANG_WARN_ASSIGN_ENUM = YES;
  1042. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1043. CLANG_WARN_BOOL_CONVERSION = YES;
  1044. CLANG_WARN_COMMA = YES;
  1045. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1046. CLANG_WARN_CXX0X_EXTENSIONS = YES;
  1047. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1048. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1049. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1050. CLANG_WARN_EMPTY_BODY = YES;
  1051. CLANG_WARN_ENUM_CONVERSION = YES;
  1052. CLANG_WARN_INFINITE_RECURSION = YES;
  1053. CLANG_WARN_INT_CONVERSION = YES;
  1054. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1055. CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
  1056. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1057. CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
  1058. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1059. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1060. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1061. CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
  1062. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1063. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  1064. CLANG_WARN_UNGUARDED_AVAILABILITY = NO;
  1065. CLANG_WARN_UNREACHABLE_CODE = YES;
  1066. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1067. CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
  1068. CODE_SIGN_IDENTITY = "iPhone Developer";
  1069. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1070. COPY_PHASE_STRIP = NO;
  1071. DEBUG_INFORMATION_FORMAT = dwarf;
  1072. ENABLE_INCREMENTAL_DISTILL = NO;
  1073. ENABLE_NS_ASSERTIONS = YES;
  1074. ENABLE_ONLY_ACTIVE_RESOURCES = YES;
  1075. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1076. ENABLE_TESTABILITY = YES;
  1077. GCC_C_LANGUAGE_STANDARD = gnu99;
  1078. GCC_DYNAMIC_NO_PIC = NO;
  1079. GCC_NO_COMMON_BLOCKS = YES;
  1080. GCC_OPTIMIZATION_LEVEL = 0;
  1081. GCC_PREPROCESSOR_DEFINITIONS = (
  1082. "DEBUG=1",
  1083. "$(inherited)",
  1084. );
  1085. GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
  1086. GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
  1087. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1088. "GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64]" = YES_ERROR;
  1089. GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
  1090. GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
  1091. GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  1092. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  1093. GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO;
  1094. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1095. GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
  1096. GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
  1097. GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
  1098. GCC_WARN_MISSING_PARENTHESES = NO;
  1099. GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
  1100. GCC_WARN_SHADOW = YES;
  1101. GCC_WARN_SIGN_COMPARE = YES;
  1102. GCC_WARN_STRICT_SELECTOR_MATCH = YES;
  1103. GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = NO;
  1104. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1105. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1106. GCC_WARN_UNKNOWN_PRAGMAS = YES;
  1107. GCC_WARN_UNUSED_FUNCTION = YES;
  1108. GCC_WARN_UNUSED_LABEL = YES;
  1109. GCC_WARN_UNUSED_PARAMETER = YES;
  1110. GCC_WARN_UNUSED_VALUE = NO;
  1111. GCC_WARN_UNUSED_VARIABLE = YES;
  1112. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  1113. MTL_ENABLE_DEBUG_INFO = YES;
  1114. ONLY_ACTIVE_ARCH = YES;
  1115. SDKROOT = iphoneos;
  1116. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  1117. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1118. TARGETED_DEVICE_FAMILY = "1,2";
  1119. VALIDATE_PRODUCT = YES;
  1120. };
  1121. name = Debug;
  1122. };
  1123. 93B84BAA1D9C31AB006C0F67 /* Release */ = {
  1124. isa = XCBuildConfiguration;
  1125. buildSettings = {
  1126. ALWAYS_SEARCH_USER_PATHS = NO;
  1127. ASSETCATALOG_NOTICES = NO;
  1128. ASSETCATALOG_WARNINGS = NO;
  1129. CLANG_ANALYZER_NONNULL = YES;
  1130. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1131. CLANG_CXX_LIBRARY = "libc++";
  1132. CLANG_ENABLE_MODULES = YES;
  1133. CLANG_ENABLE_OBJC_ARC = YES;
  1134. CLANG_WARN_ASSIGN_ENUM = YES;
  1135. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1136. CLANG_WARN_BOOL_CONVERSION = YES;
  1137. CLANG_WARN_COMMA = YES;
  1138. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1139. CLANG_WARN_CXX0X_EXTENSIONS = YES;
  1140. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1141. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1142. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1143. CLANG_WARN_EMPTY_BODY = YES;
  1144. CLANG_WARN_ENUM_CONVERSION = YES;
  1145. CLANG_WARN_INFINITE_RECURSION = YES;
  1146. CLANG_WARN_INT_CONVERSION = YES;
  1147. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1148. CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
  1149. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1150. CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
  1151. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1152. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1153. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1154. CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
  1155. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1156. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  1157. CLANG_WARN_UNGUARDED_AVAILABILITY = NO;
  1158. CLANG_WARN_UNREACHABLE_CODE = YES;
  1159. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1160. CLANG_WARN__EXIT_TIME_DESTRUCTORS = YES;
  1161. CODE_SIGN_IDENTITY = "iPhone Developer";
  1162. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1163. COPY_PHASE_STRIP = NO;
  1164. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1165. ENABLE_INCREMENTAL_DISTILL = NO;
  1166. ENABLE_NS_ASSERTIONS = YES;
  1167. ENABLE_ONLY_ACTIVE_RESOURCES = YES;
  1168. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1169. ENABLE_TESTABILITY = YES;
  1170. GCC_C_LANGUAGE_STANDARD = gnu99;
  1171. GCC_NO_COMMON_BLOCKS = YES;
  1172. GCC_OPTIMIZATION_LEVEL = 0;
  1173. GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
  1174. GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
  1175. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1176. "GCC_WARN_64_TO_32_BIT_CONVERSION[arch=*64]" = YES;
  1177. GCC_WARN_ABOUT_INVALID_OFFSETOF_MACRO = NO;
  1178. GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
  1179. GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  1180. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  1181. GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO;
  1182. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1183. GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
  1184. GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
  1185. GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
  1186. GCC_WARN_MISSING_PARENTHESES = NO;
  1187. GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
  1188. GCC_WARN_SHADOW = YES;
  1189. GCC_WARN_SIGN_COMPARE = YES;
  1190. GCC_WARN_STRICT_SELECTOR_MATCH = YES;
  1191. GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = NO;
  1192. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1193. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1194. GCC_WARN_UNKNOWN_PRAGMAS = YES;
  1195. GCC_WARN_UNUSED_FUNCTION = YES;
  1196. GCC_WARN_UNUSED_LABEL = YES;
  1197. GCC_WARN_UNUSED_PARAMETER = YES;
  1198. GCC_WARN_UNUSED_VALUE = NO;
  1199. GCC_WARN_UNUSED_VARIABLE = YES;
  1200. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  1201. MTL_ENABLE_DEBUG_INFO = NO;
  1202. ONLY_ACTIVE_ARCH = YES;
  1203. SDKROOT = iphoneos;
  1204. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1205. TARGETED_DEVICE_FAMILY = "1,2";
  1206. VALIDATE_PRODUCT = YES;
  1207. };
  1208. name = Release;
  1209. };
  1210. 93B84BAC1D9C31AB006C0F67 /* Debug */ = {
  1211. isa = XCBuildConfiguration;
  1212. buildSettings = {
  1213. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1214. CLANG_ENABLE_MODULES = YES;
  1215. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1216. DEVELOPMENT_TEAM = 9F9ER4X7TG;
  1217. FRAMEWORK_SEARCH_PATHS = (
  1218. "$(inherited)",
  1219. "$(PROJECT_DIR)",
  1220. );
  1221. INFOPLIST_FILE = app/Info.plist;
  1222. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  1223. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1224. OTHER_LDFLAGS = "-ObjC";
  1225. PRODUCT_BUNDLE_IDENTIFIER = com.margolariak.iosapp;
  1226. PRODUCT_NAME = "$(TARGET_NAME)";
  1227. SWIFT_OBJC_BRIDGING_HEADER = "app/app-Bridging-Header.h";
  1228. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  1229. SWIFT_SWIFT3_OBJC_INFERENCE = On;
  1230. SWIFT_VERSION = 4.0;
  1231. };
  1232. name = Debug;
  1233. };
  1234. 93B84BAD1D9C31AB006C0F67 /* Release */ = {
  1235. isa = XCBuildConfiguration;
  1236. buildSettings = {
  1237. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1238. CLANG_ENABLE_MODULES = YES;
  1239. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1240. DEVELOPMENT_TEAM = 9F9ER4X7TG;
  1241. FRAMEWORK_SEARCH_PATHS = (
  1242. "$(inherited)",
  1243. "$(PROJECT_DIR)",
  1244. );
  1245. INFOPLIST_FILE = app/Info.plist;
  1246. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  1247. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1248. OTHER_LDFLAGS = "-ObjC";
  1249. PRODUCT_BUNDLE_IDENTIFIER = com.margolariak.iosapp;
  1250. PRODUCT_NAME = "$(TARGET_NAME)";
  1251. SWIFT_OBJC_BRIDGING_HEADER = "app/app-Bridging-Header.h";
  1252. SWIFT_SWIFT3_OBJC_INFERENCE = On;
  1253. SWIFT_VERSION = 4.0;
  1254. };
  1255. name = Release;
  1256. };
  1257. /* End XCBuildConfiguration section */
  1258. /* Begin XCConfigurationList section */
  1259. 93B84B911D9C31AB006C0F67 /* Build configuration list for PBXProject "app" */ = {
  1260. isa = XCConfigurationList;
  1261. buildConfigurations = (
  1262. 93B84BA91D9C31AB006C0F67 /* Debug */,
  1263. 93B84BAA1D9C31AB006C0F67 /* Release */,
  1264. );
  1265. defaultConfigurationIsVisible = 0;
  1266. defaultConfigurationName = Release;
  1267. };
  1268. 93B84BAB1D9C31AB006C0F67 /* Build configuration list for PBXNativeTarget "app" */ = {
  1269. isa = XCConfigurationList;
  1270. buildConfigurations = (
  1271. 93B84BAC1D9C31AB006C0F67 /* Debug */,
  1272. 93B84BAD1D9C31AB006C0F67 /* Release */,
  1273. );
  1274. defaultConfigurationIsVisible = 0;
  1275. defaultConfigurationName = Release;
  1276. };
  1277. /* End XCConfigurationList section */
  1278. /* Begin XCVersionGroup section */
  1279. 93B84BA01D9C31AB006C0F67 /* app.xcdatamodeld */ = {
  1280. isa = XCVersionGroup;
  1281. children = (
  1282. 9306A7441F4E05C30032BEFB /* app2.xcdatamodel */,
  1283. 93B84BA11D9C31AB006C0F67 /* app.xcdatamodel */,
  1284. );
  1285. currentVersion = 9306A7441F4E05C30032BEFB /* app2.xcdatamodel */;
  1286. path = app.xcdatamodeld;
  1287. sourceTree = "<group>";
  1288. versionGroupType = wrapper.xcdatamodel;
  1289. };
  1290. /* End XCVersionGroup section */
  1291. };
  1292. rootObject = 93B84B8E1D9C31AB006C0F67 /* Project object */;
  1293. }