Subversion Repository Public Repository

Nextrek

Diff Revisions 456 vs 459 for /iOS/SafariArte/trunk/SafariArte.xcodeproj/project.pbxproj

Diff revisions: vs.
  @@ -20,6 +20,10 @@
20 20 9808482F1B6A6A36006B02D7 /* ticchettio.wav in Resources */ = {isa = PBXBuildFile; fileRef = 9808482E1B6A6A36006B02D7 /* ticchettio.wav */; };
21 21 980848311B6A6E6F006B02D7 /* correctAnswer.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 980848301B6A6E6F006B02D7 /* correctAnswer.mp3 */; };
22 22 980848331B6A6E77006B02D7 /* wrongAnswer.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 980848321B6A6E77006B02D7 /* wrongAnswer.mp3 */; };
23 + 980848381B6B715D006B02D7 /* PoiListVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 980848361B6B715D006B02D7 /* PoiListVC.m */; };
24 + 980848391B6B715D006B02D7 /* PoiListVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 980848371B6B715D006B02D7 /* PoiListVC.xib */; };
25 + 9808483E1B6B789C006B02D7 /* PoiListCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 9808483C1B6B789C006B02D7 /* PoiListCollectionViewCell.m */; };
26 + 9808483F1B6B789C006B02D7 /* PoiListCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9808483D1B6B789C006B02D7 /* PoiListCollectionViewCell.xib */; };
23 27 987BB8051B4D492C0067D8FB /* Social.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 987BB8041B4D492C0067D8FB /* Social.framework */; };
24 28 9899FC981B5562FD00BA8EBA /* SettingsVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 9899FC961B5562FD00BA8EBA /* SettingsVC.m */; };
25 29 9899FC991B5562FD00BA8EBA /* SettingsVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9899FC971B5562FD00BA8EBA /* SettingsVC.xib */; };
  @@ -139,6 +143,12 @@
139 143 9808482E1B6A6A36006B02D7 /* ticchettio.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = ticchettio.wav; sourceTree = "<group>"; };
140 144 980848301B6A6E6F006B02D7 /* correctAnswer.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = correctAnswer.mp3; sourceTree = "<group>"; };
141 145 980848321B6A6E77006B02D7 /* wrongAnswer.mp3 */ = {isa = PBXFileReference; lastKnownFileType = audio.mp3; path = wrongAnswer.mp3; sourceTree = "<group>"; };
146 + 980848351B6B715D006B02D7 /* PoiListVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PoiListVC.h; sourceTree = "<group>"; };
147 + 980848361B6B715D006B02D7 /* PoiListVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PoiListVC.m; sourceTree = "<group>"; };
148 + 980848371B6B715D006B02D7 /* PoiListVC.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PoiListVC.xib; sourceTree = "<group>"; };
149 + 9808483B1B6B789C006B02D7 /* PoiListCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PoiListCollectionViewCell.h; sourceTree = "<group>"; };
150 + 9808483C1B6B789C006B02D7 /* PoiListCollectionViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PoiListCollectionViewCell.m; sourceTree = "<group>"; };
151 + 9808483D1B6B789C006B02D7 /* PoiListCollectionViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PoiListCollectionViewCell.xib; sourceTree = "<group>"; };
142 152 987BB8041B4D492C0067D8FB /* Social.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Social.framework; path = System/Library/Frameworks/Social.framework; sourceTree = SDKROOT; };
143 153 9899FC951B5562FD00BA8EBA /* SettingsVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SettingsVC.h; path = SettingsVC/SettingsVC.h; sourceTree = "<group>"; };
144 154 9899FC961B5562FD00BA8EBA /* SettingsVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SettingsVC.m; path = SettingsVC/SettingsVC.m; sourceTree = "<group>"; };
  @@ -406,6 +416,27 @@
406 416 name = Audio;
407 417 sourceTree = "<group>";
408 418 };
419 + 980848341B6B7132006B02D7 /* PoiListVC */ = {
420 + isa = PBXGroup;
421 + children = (
422 + 9808483A1B6B7268006B02D7 /* PoiListCell */,
423 + 980848351B6B715D006B02D7 /* PoiListVC.h */,
424 + 980848361B6B715D006B02D7 /* PoiListVC.m */,
425 + 980848371B6B715D006B02D7 /* PoiListVC.xib */,
426 + );
427 + name = PoiListVC;
428 + sourceTree = "<group>";
429 + };
430 + 9808483A1B6B7268006B02D7 /* PoiListCell */ = {
431 + isa = PBXGroup;
432 + children = (
433 + 9808483B1B6B789C006B02D7 /* PoiListCollectionViewCell.h */,
434 + 9808483C1B6B789C006B02D7 /* PoiListCollectionViewCell.m */,
435 + 9808483D1B6B789C006B02D7 /* PoiListCollectionViewCell.xib */,
436 + );
437 + name = PoiListCell;
438 + sourceTree = "<group>";
439 + };
409 440 9899FC9A1B55631B00BA8EBA /* SettingsVC */ = {
410 441 isa = PBXGroup;
411 442 children = (
  @@ -450,6 +481,7 @@
450 481 9B00BAF01B282F5C00A3A86E /* Controllers */ = {
451 482 isa = PBXGroup;
452 483 children = (
484 + 980848341B6B7132006B02D7 /* PoiListVC */,
453 485 9808482C1B690EFF006B02D7 /* TutorialVC */,
454 486 C3B3E3D91B678A9900AEC359 /* AlertVC */,
455 487 9807EF121B6289F500423999 /* congratulationVC */,
  @@ -880,9 +912,11 @@
880 912 9B898E231B2AEA6600F26B19 /* RoutesVC.xib in Resources */,
881 913 C3C1815E1B53E62400C77197 /* WebViewVC.xib in Resources */,
882 914 9B00BAF61B282F5C00A3A86E /* LoginVC.xib in Resources */,
915 + 980848391B6B715D006B02D7 /* PoiListVC.xib in Resources */,
883 916 9B6FA0721B33052D00BEC4AF /* HomeItemCell.xib in Resources */,
884 917 9BD0F3231B5CED7000EC1446 /* Images.xcassets in Resources */,
885 918 9B18852F1B273A1D00B6B52F /* Localizable.strings in Resources */,
919 + 9808483F1B6B789C006B02D7 /* PoiListCollectionViewCell.xib in Resources */,
886 920 9899FC991B5562FD00BA8EBA /* SettingsVC.xib in Resources */,
887 921 C3C1815C1B53E62400C77197 /* RouteQuestionsVC.xib in Resources */,
888 922 9BEFFE701B32BE81009518FD /* MenuItemCell.xib in Resources */,
  @@ -971,6 +1005,7 @@
971 1005 C3B3E4031B67A94B00AEC359 /* AlertVC.m in Sources */,
972 1006 9BF6E89E1B4E5FD4003C91DB /* FinalQuizVC.m in Sources */,
973 1007 C3C1815B1B53E62400C77197 /* RouteQuestionsVC.m in Sources */,
1008 + 9808483E1B6B789C006B02D7 /* PoiListCollectionViewCell.m in Sources */,
974 1009 9B00BAFE1B28303400A3A86E /* SWRevealViewController.m in Sources */,
975 1010 9B2C78C31B4A89F1009FB765 /* QuizCell.m in Sources */,
976 1011 9B5A1FBE1B53FDF600820E31 /* IAPHelper.m in Sources */,
  @@ -990,6 +1025,7 @@
990 1025 9BD5BDD01B4571F800C01A07 /* PoiVC.m in Sources */,
991 1026 9B5A1FC11B53FEC400820E31 /* SKProduct+priceAsString.m in Sources */,
992 1027 98DE93071B58E61D00EC7733 /* FInalQuiz2Cell.m in Sources */,
1028 + 980848381B6B715D006B02D7 /* PoiListVC.m in Sources */,
993 1029 9B898E221B2AEA6600F26B19 /* RoutesVC.m in Sources */,
994 1030 C3A0158F1B4E8CB500F7A088 /* SFAPercorsoQuestion.m in Sources */,
995 1031 9BEFFE751B32C352009518FD /* HomeVC.m in Sources */,