project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0166AF076A7926C3F6AF3E91 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F65D01DD8887E3B1B9731DAE /* LaunchScreen.storyboard */; };
  10. 19D03B4688CF7DF76076B137 /* AutocompleteWithTextFieldController.m in Sources */ = {isa = PBXBuildFile; fileRef = ADB9E4A950DB2EA454486E47 /* AutocompleteWithTextFieldController.m */; };
  11. 1F8E76499BD9AC1A594A09DF /* AutocompleteWithSearchViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F7419DDC82CA074FF0A508C /* AutocompleteWithSearchViewController.m */; };
  12. 2E76D90BDA04FEDA32FBC7EE /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D0589812EE1F702A7BBA34D /* main.m */; };
  13. 30DB731057D560A0F3017362 /* FindPlaceLikelihoodListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 18AE29BAB2CC24B015F7754A /* FindPlaceLikelihoodListViewController.m */; };
  14. 3440EB14B9D0E24AAF030012 /* PlacesDemoAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 85EDEFE42680FF093454D1AB /* PlacesDemoAssets.xcassets */; };
  15. 44E1C3298B123A5107DBC3FA /* DemoAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9B81B9326DD5B37C08B8CCAA /* DemoAppDelegate.m */; };
  16. 52C261A89C8177D081F0D666 /* DemoListViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 36C753B6637575A8CD81C699 /* DemoListViewController.m */; };
  17. 52FA2C79BAE0253BF65AD4DA /* AutocompleteBaseViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D0E6E2A1285D9A0BEBDCD503 /* AutocompleteBaseViewController.m */; };
  18. 68FD32D0AB7DA54A0617E79C /* DemoData.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F2203BCCE0CFC3DC4F38B30 /* DemoData.m */; };
  19. 893AFDBC37BAD181B89DBE05 /* AutocompletePushViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 1BAEA89ED8C397E73E2E9730 /* AutocompletePushViewController.m */; };
  20. 8C59A77A235FCAEEE2D7E6CB /* AutocompleteModalViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E1502E6F1A86B1773138153B /* AutocompleteModalViewController.m */; };
  21. A2EE0081C3FF6E60DA48008E /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97ADBE3D50D731A88C24F3F0 /* UIKit.framework */; };
  22. A3D84E176FACD02AA9FAC18C /* BaseDemoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A3D4BD9841268F97FD23E770 /* BaseDemoViewController.m */; };
  23. BDCD4957C53C15747F136768 /* AutocompleteWithCustomColors.m in Sources */ = {isa = PBXBuildFile; fileRef = FC03FEE150596E9432F612DF /* AutocompleteWithCustomColors.m */; };
  24. C31E5320A5DBA3B92410CC12 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1D344C64A66F10D55590797E /* Localizable.strings */; };
  25. CCE1EEA311AF30C9E7273CA6 /* PagingPhotoView.m in Sources */ = {isa = PBXBuildFile; fileRef = 21153EB819432638638C2C26 /* PagingPhotoView.m */; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXFileReference section */
  28. 0D33295E02D9501C1D45D615 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
  29. 13C513E93D85CC7B765F9CDB /* AutocompleteWithCustomColors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AutocompleteWithCustomColors.h; sourceTree = "<group>"; };
  30. 16C539680ABA55CA7AFC3002 /* GooglePlacesDemos.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GooglePlacesDemos.app; sourceTree = BUILT_PRODUCTS_DIR; };
  31. 18AE29BAB2CC24B015F7754A /* FindPlaceLikelihoodListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FindPlaceLikelihoodListViewController.m; sourceTree = "<group>"; };
  32. 1A982A54052D846FC64B7AB5 /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = pt_BR.lproj/Localizable.strings; sourceTree = "<group>"; };
  33. 1BAEA89ED8C397E73E2E9730 /* AutocompletePushViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AutocompletePushViewController.m; sourceTree = "<group>"; };
  34. 1D0589812EE1F702A7BBA34D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  35. 1D767BA5698A891C36ADF830 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
  36. 1DB6FA3886B89186F55A12E3 /* ms */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ms; path = ms.lproj/Localizable.strings; sourceTree = "<group>"; };
  37. 1FE971FB44A73F445279DA7F /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
  38. 21153EB819432638638C2C26 /* PagingPhotoView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PagingPhotoView.m; sourceTree = "<group>"; };
  39. 216CA36352B45FBC79C98B8F /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
  40. 273B1A3F7AA7EED9084B5033 /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Localizable.strings; sourceTree = "<group>"; };
  41. 2D52E39A30BD9D0AFC323F7F /* es_419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es_419; path = es_419.lproj/Localizable.strings; sourceTree = "<group>"; };
  42. 2E4275BAD2E59FA193904FFC /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Localizable.strings; sourceTree = "<group>"; };
  43. 31A6A624F6D9631C9BFECF9A /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Localizable.strings; sourceTree = "<group>"; };
  44. 36C753B6637575A8CD81C699 /* DemoListViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DemoListViewController.m; sourceTree = "<group>"; };
  45. 37CA5C28547C65246AC4EAE6 /* zh_HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_HK; path = zh_HK.lproj/Localizable.strings; sourceTree = "<group>"; };
  46. 3A822A5CF223FF6ADFCA9458 /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Localizable.strings; sourceTree = "<group>"; };
  47. 3CB3E42FBF23DD0411D5EFB5 /* PagingPhotoView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PagingPhotoView.h; sourceTree = "<group>"; };
  48. 4268AFE07F8787F0CA36AA3B /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
  49. 42C8FE938EFBD5D6633C190F /* hi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hi; path = hi.lproj/Localizable.strings; sourceTree = "<group>"; };
  50. 4F2203BCCE0CFC3DC4F38B30 /* DemoData.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DemoData.m; sourceTree = "<group>"; };
  51. 50E198C48B1A11E3B03DBE30 /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Localizable.strings; sourceTree = "<group>"; };
  52. 55F92A67B1F0F18431DD759C /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Localizable.strings; sourceTree = "<group>"; };
  53. 611B5E7788AB0459C2AA1A54 /* DemoData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DemoData.h; sourceTree = "<group>"; };
  54. 651835542B635C74A3D0F711 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Localizable.strings; sourceTree = "<group>"; };
  55. 67BD5ABA8E74D336AE54C0B0 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
  56. 69D781288A761B789E0F63B6 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Localizable.strings; sourceTree = "<group>"; };
  57. 77688EB771E8262C6C224CE8 /* en_IN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_IN; path = en_IN.lproj/Localizable.strings; sourceTree = "<group>"; };
  58. 84E89BC0ADE5F983320B9730 /* AutocompletePushViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AutocompletePushViewController.h; sourceTree = "<group>"; };
  59. 85EDEFE42680FF093454D1AB /* PlacesDemoAssets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = PlacesDemoAssets.xcassets; sourceTree = "<group>"; };
  60. 88DC6C46CAE8787FB54161AF /* AutocompleteBaseViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AutocompleteBaseViewController.h; sourceTree = "<group>"; };
  61. 8F7419DDC82CA074FF0A508C /* AutocompleteWithSearchViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AutocompleteWithSearchViewController.m; sourceTree = "<group>"; };
  62. 91F10567E79D600B5D3A7385 /* DemoListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DemoListViewController.h; sourceTree = "<group>"; };
  63. 97ADBE3D50D731A88C24F3F0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  64. 9B81B9326DD5B37C08B8CCAA /* DemoAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DemoAppDelegate.m; sourceTree = "<group>"; };
  65. A00F12FEC785E9E287E42582 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  66. A06B8C341933D23425E2C178 /* AutocompleteModalViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AutocompleteModalViewController.h; sourceTree = "<group>"; };
  67. A3D4BD9841268F97FD23E770 /* BaseDemoViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BaseDemoViewController.m; sourceTree = "<group>"; };
  68. A8162D0DA3B592BBB6E3FA35 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
  69. A8233D7A6FCDAD9F3E3FFEFC /* pt_PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_PT; path = pt_PT.lproj/Localizable.strings; sourceTree = "<group>"; };
  70. A997870E831544227236DF00 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
  71. AADF2995CB717FE4D341C944 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Localizable.strings; sourceTree = "<group>"; };
  72. ADB9E4A950DB2EA454486E47 /* AutocompleteWithTextFieldController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AutocompleteWithTextFieldController.m; sourceTree = "<group>"; };
  73. AF5862DFC2F44C360067E8C5 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
  74. B346F058E854F6546CE4A113 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
  75. B36F7F4AFB067A447A95D21C /* fr_CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr_CA; path = fr_CA.lproj/Localizable.strings; sourceTree = "<group>"; };
  76. B4ABFD22EF8C141BB930DA79 /* es_MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es_MX; path = es_MX.lproj/Localizable.strings; sourceTree = "<group>"; };
  77. B89AD97A10365521ED09C03F /* en_AU */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_AU; path = en_AU.lproj/Localizable.strings; sourceTree = "<group>"; };
  78. BB25E63BA7525B4F9C996E94 /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = zh_CN.lproj/Localizable.strings; sourceTree = "<group>"; };
  79. C4230A88E51B60A9F4C0CF9B /* BaseDemoViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BaseDemoViewController.h; sourceTree = "<group>"; };
  80. CBCF32F12AADFF34B1745273 /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_TW; path = zh_TW.lproj/Localizable.strings; sourceTree = "<group>"; };
  81. CE0FA365A96C1D97CE01B652 /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Localizable.strings; sourceTree = "<group>"; };
  82. CF1B1E3D7B5C131B7DF1C10C /* AutocompleteWithSearchViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AutocompleteWithSearchViewController.h; sourceTree = "<group>"; };
  83. D0E6E2A1285D9A0BEBDCD503 /* AutocompleteBaseViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AutocompleteBaseViewController.m; sourceTree = "<group>"; };
  84. D1C229B5A414955539EBE107 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
  85. D5401C957612DEF87E02DC2C /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Localizable.strings; sourceTree = "<group>"; };
  86. D979103A75E016981230D84D /* FindPlaceLikelihoodListViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FindPlaceLikelihoodListViewController.h; sourceTree = "<group>"; };
  87. DAB6D5F45E10BD22F8FBB4BA /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Localizable.strings; sourceTree = "<group>"; };
  88. E008571503BEEFC5C2BF5D66 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
  89. E0C040E0617744F5A55C8922 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
  90. E1502E6F1A86B1773138153B /* AutocompleteModalViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AutocompleteModalViewController.m; sourceTree = "<group>"; };
  91. E766ACF338BF4D9D9B3C86BA /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = en_GB.lproj/Localizable.strings; sourceTree = "<group>"; };
  92. E8EBD6572BDD22DD2C8C37F0 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Localizable.strings; sourceTree = "<group>"; };
  93. F2689EA2B2A4F7DC9912D5DE /* AutocompleteWithTextFieldController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AutocompleteWithTextFieldController.h; sourceTree = "<group>"; };
  94. F3A846055E79359BAF267E70 /* SDKDemoAPIKey.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SDKDemoAPIKey.h; sourceTree = "<group>"; };
  95. F7EFEB4946D6A093B9475CDD /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
  96. F8ABF15D04AF351D0A21A5CD /* DemoAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DemoAppDelegate.h; sourceTree = "<group>"; };
  97. FA2B20801D4CBBF7439CF693 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Localizable.strings; sourceTree = "<group>"; };
  98. FB0BACDCF9A220122AFB87B5 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Localizable.strings; sourceTree = "<group>"; };
  99. FC03FEE150596E9432F612DF /* AutocompleteWithCustomColors.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AutocompleteWithCustomColors.m; sourceTree = "<group>"; };
  100. /* End PBXFileReference section */
  101. /* Begin PBXFrameworksBuildPhase section */
  102. A91F0EDBE05C0121150AEE46 /* Frameworks */ = {
  103. isa = PBXFrameworksBuildPhase;
  104. buildActionMask = 2147483647;
  105. files = (
  106. A2EE0081C3FF6E60DA48008E /* UIKit.framework in Frameworks */,
  107. );
  108. runOnlyForDeploymentPostprocessing = 0;
  109. };
  110. /* End PBXFrameworksBuildPhase section */
  111. /* Begin PBXGroup section */
  112. 50B93CAB6D1F1E17540F6E78 /* Frameworks */ = {
  113. isa = PBXGroup;
  114. children = (
  115. 97ADBE3D50D731A88C24F3F0 /* UIKit.framework */,
  116. );
  117. name = Frameworks;
  118. sourceTree = "<group>";
  119. };
  120. 5451EE1805656445BDA54845 /* Resources */ = {
  121. isa = PBXGroup;
  122. children = (
  123. F65D01DD8887E3B1B9731DAE /* LaunchScreen.storyboard */,
  124. 1D344C64A66F10D55590797E /* Localizable.strings */,
  125. 85EDEFE42680FF093454D1AB /* PlacesDemoAssets.xcassets */,
  126. );
  127. path = Resources;
  128. sourceTree = "<group>";
  129. };
  130. 5EDD6C0FADBB29C5650216AA /* Autocomplete */ = {
  131. isa = PBXGroup;
  132. children = (
  133. 88DC6C46CAE8787FB54161AF /* AutocompleteBaseViewController.h */,
  134. D0E6E2A1285D9A0BEBDCD503 /* AutocompleteBaseViewController.m */,
  135. A06B8C341933D23425E2C178 /* AutocompleteModalViewController.h */,
  136. E1502E6F1A86B1773138153B /* AutocompleteModalViewController.m */,
  137. 84E89BC0ADE5F983320B9730 /* AutocompletePushViewController.h */,
  138. 1BAEA89ED8C397E73E2E9730 /* AutocompletePushViewController.m */,
  139. 13C513E93D85CC7B765F9CDB /* AutocompleteWithCustomColors.h */,
  140. FC03FEE150596E9432F612DF /* AutocompleteWithCustomColors.m */,
  141. CF1B1E3D7B5C131B7DF1C10C /* AutocompleteWithSearchViewController.h */,
  142. 8F7419DDC82CA074FF0A508C /* AutocompleteWithSearchViewController.m */,
  143. F2689EA2B2A4F7DC9912D5DE /* AutocompleteWithTextFieldController.h */,
  144. ADB9E4A950DB2EA454486E47 /* AutocompleteWithTextFieldController.m */,
  145. );
  146. path = Autocomplete;
  147. sourceTree = "<group>";
  148. };
  149. 6474F6E51B1B62FD7E19E38F /* Source */ = {
  150. isa = PBXGroup;
  151. children = (
  152. E437630B6C8A8B3D1C7679DE /* GooglePlacesDemos */,
  153. );
  154. name = Source;
  155. sourceTree = "<group>";
  156. };
  157. 7C4A8D45D6D1B907A8C0521E = {
  158. isa = PBXGroup;
  159. children = (
  160. 6474F6E51B1B62FD7E19E38F /* Source */,
  161. 50B93CAB6D1F1E17540F6E78 /* Frameworks */,
  162. 87ED31F365F5BCA83FBDE8E8 /* Products */,
  163. );
  164. sourceTree = "<group>";
  165. };
  166. 7ECF3926AB3331C3F787BF0A /* Support */ = {
  167. isa = PBXGroup;
  168. children = (
  169. C4230A88E51B60A9F4C0CF9B /* BaseDemoViewController.h */,
  170. A3D4BD9841268F97FD23E770 /* BaseDemoViewController.m */,
  171. );
  172. path = Support;
  173. sourceTree = "<group>";
  174. };
  175. 87ED31F365F5BCA83FBDE8E8 /* Products */ = {
  176. isa = PBXGroup;
  177. children = (
  178. 16C539680ABA55CA7AFC3002 /* GooglePlacesDemos.app */,
  179. );
  180. name = Products;
  181. sourceTree = "<group>";
  182. };
  183. D21615D02D1F3EB36750BF21 /* Samples */ = {
  184. isa = PBXGroup;
  185. children = (
  186. 5EDD6C0FADBB29C5650216AA /* Autocomplete */,
  187. D979103A75E016981230D84D /* FindPlaceLikelihoodListViewController.h */,
  188. 18AE29BAB2CC24B015F7754A /* FindPlaceLikelihoodListViewController.m */,
  189. 3CB3E42FBF23DD0411D5EFB5 /* PagingPhotoView.h */,
  190. 21153EB819432638638C2C26 /* PagingPhotoView.m */,
  191. );
  192. path = Samples;
  193. sourceTree = "<group>";
  194. };
  195. E437630B6C8A8B3D1C7679DE /* GooglePlacesDemos */ = {
  196. isa = PBXGroup;
  197. children = (
  198. 5451EE1805656445BDA54845 /* Resources */,
  199. D21615D02D1F3EB36750BF21 /* Samples */,
  200. 7ECF3926AB3331C3F787BF0A /* Support */,
  201. F8ABF15D04AF351D0A21A5CD /* DemoAppDelegate.h */,
  202. 9B81B9326DD5B37C08B8CCAA /* DemoAppDelegate.m */,
  203. 611B5E7788AB0459C2AA1A54 /* DemoData.h */,
  204. 4F2203BCCE0CFC3DC4F38B30 /* DemoData.m */,
  205. 91F10567E79D600B5D3A7385 /* DemoListViewController.h */,
  206. 36C753B6637575A8CD81C699 /* DemoListViewController.m */,
  207. F3A846055E79359BAF267E70 /* SDKDemoAPIKey.h */,
  208. 1D0589812EE1F702A7BBA34D /* main.m */,
  209. );
  210. path = GooglePlacesDemos;
  211. sourceTree = "<group>";
  212. };
  213. /* End PBXGroup section */
  214. /* Begin PBXNativeTarget section */
  215. 71EABCA8BFCB342F947AF4D2 /* GooglePlacesDemos */ = {
  216. isa = PBXNativeTarget;
  217. buildConfigurationList = E489F9A9DC7E458708AB572E /* Build configuration list for PBXNativeTarget "GooglePlacesDemos" */;
  218. buildPhases = (
  219. 2A017491F6C5A9DBB4F6E6F6 /* Resources */,
  220. 45EF04B6738E3486BE121AEC /* Sources */,
  221. A91F0EDBE05C0121150AEE46 /* Frameworks */,
  222. );
  223. buildRules = (
  224. );
  225. dependencies = (
  226. );
  227. name = GooglePlacesDemos;
  228. productName = GooglePlacesDemos;
  229. productReference = 16C539680ABA55CA7AFC3002 /* GooglePlacesDemos.app */;
  230. productType = "com.apple.product-type.application";
  231. };
  232. /* End PBXNativeTarget section */
  233. /* Begin PBXProject section */
  234. B0EA45FFFB815F6F5A3E1BDD /* Project object */ = {
  235. isa = PBXProject;
  236. attributes = {
  237. };
  238. buildConfigurationList = 63964CA36C9733EFF27C66CD /* Build configuration list for PBXProject "GooglePlacesDemos" */;
  239. compatibilityVersion = "Xcode 3.2";
  240. developmentRegion = en;
  241. hasScannedForEncodings = 1;
  242. knownRegions = (
  243. en,
  244. Base,
  245. ar,
  246. ca,
  247. cs,
  248. da,
  249. de,
  250. el,
  251. en_AU,
  252. en_GB,
  253. en_IN,
  254. es,
  255. es_419,
  256. es_MX,
  257. fi,
  258. fr,
  259. fr_CA,
  260. he,
  261. hi,
  262. hr,
  263. hu,
  264. id,
  265. it,
  266. ja,
  267. ko,
  268. ms,
  269. nb,
  270. nl,
  271. pl,
  272. pt,
  273. pt_BR,
  274. pt_PT,
  275. ro,
  276. ru,
  277. sk,
  278. sv,
  279. th,
  280. tr,
  281. uk,
  282. vi,
  283. zh_CN,
  284. zh_HK,
  285. zh_TW,
  286. );
  287. mainGroup = 7C4A8D45D6D1B907A8C0521E;
  288. projectDirPath = "";
  289. projectRoot = "";
  290. targets = (
  291. 71EABCA8BFCB342F947AF4D2 /* GooglePlacesDemos */,
  292. );
  293. };
  294. /* End PBXProject section */
  295. /* Begin PBXResourcesBuildPhase section */
  296. 2A017491F6C5A9DBB4F6E6F6 /* Resources */ = {
  297. isa = PBXResourcesBuildPhase;
  298. buildActionMask = 2147483647;
  299. files = (
  300. 0166AF076A7926C3F6AF3E91 /* LaunchScreen.storyboard in Resources */,
  301. C31E5320A5DBA3B92410CC12 /* Localizable.strings in Resources */,
  302. 3440EB14B9D0E24AAF030012 /* PlacesDemoAssets.xcassets in Resources */,
  303. );
  304. runOnlyForDeploymentPostprocessing = 0;
  305. };
  306. /* End PBXResourcesBuildPhase section */
  307. /* Begin PBXSourcesBuildPhase section */
  308. 45EF04B6738E3486BE121AEC /* Sources */ = {
  309. isa = PBXSourcesBuildPhase;
  310. buildActionMask = 2147483647;
  311. files = (
  312. 68FD32D0AB7DA54A0617E79C /* DemoData.m in Sources */,
  313. 52C261A89C8177D081F0D666 /* DemoListViewController.m in Sources */,
  314. 30DB731057D560A0F3017362 /* FindPlaceLikelihoodListViewController.m in Sources */,
  315. 1F8E76499BD9AC1A594A09DF /* AutocompleteWithSearchViewController.m in Sources */,
  316. 893AFDBC37BAD181B89DBE05 /* AutocompletePushViewController.m in Sources */,
  317. 52FA2C79BAE0253BF65AD4DA /* AutocompleteBaseViewController.m in Sources */,
  318. 19D03B4688CF7DF76076B137 /* AutocompleteWithTextFieldController.m in Sources */,
  319. BDCD4957C53C15747F136768 /* AutocompleteWithCustomColors.m in Sources */,
  320. 8C59A77A235FCAEEE2D7E6CB /* AutocompleteModalViewController.m in Sources */,
  321. CCE1EEA311AF30C9E7273CA6 /* PagingPhotoView.m in Sources */,
  322. 2E76D90BDA04FEDA32FBC7EE /* main.m in Sources */,
  323. A3D84E176FACD02AA9FAC18C /* BaseDemoViewController.m in Sources */,
  324. 44E1C3298B123A5107DBC3FA /* DemoAppDelegate.m in Sources */,
  325. );
  326. runOnlyForDeploymentPostprocessing = 0;
  327. };
  328. /* End PBXSourcesBuildPhase section */
  329. /* Begin PBXVariantGroup section */
  330. 1D344C64A66F10D55590797E /* Localizable.strings */ = {
  331. isa = PBXVariantGroup;
  332. children = (
  333. E0C040E0617744F5A55C8922 /* ar */,
  334. FA2B20801D4CBBF7439CF693 /* ca */,
  335. 31A6A624F6D9631C9BFECF9A /* cs */,
  336. 69D781288A761B789E0F63B6 /* da */,
  337. A8162D0DA3B592BBB6E3FA35 /* de */,
  338. 273B1A3F7AA7EED9084B5033 /* el */,
  339. 1FE971FB44A73F445279DA7F /* en */,
  340. B89AD97A10365521ED09C03F /* en_AU */,
  341. E766ACF338BF4D9D9B3C86BA /* en_GB */,
  342. 77688EB771E8262C6C224CE8 /* en_IN */,
  343. A997870E831544227236DF00 /* es */,
  344. 2D52E39A30BD9D0AFC323F7F /* es_419 */,
  345. B4ABFD22EF8C141BB930DA79 /* es_MX */,
  346. D5401C957612DEF87E02DC2C /* fi */,
  347. D1C229B5A414955539EBE107 /* fr */,
  348. B36F7F4AFB067A447A95D21C /* fr_CA */,
  349. 50E198C48B1A11E3B03DBE30 /* he */,
  350. 42C8FE938EFBD5D6633C190F /* hi */,
  351. FB0BACDCF9A220122AFB87B5 /* hr */,
  352. DAB6D5F45E10BD22F8FBB4BA /* hu */,
  353. 55F92A67B1F0F18431DD759C /* id */,
  354. B346F058E854F6546CE4A113 /* it */,
  355. 4268AFE07F8787F0CA36AA3B /* ja */,
  356. E008571503BEEFC5C2BF5D66 /* ko */,
  357. 1DB6FA3886B89186F55A12E3 /* ms */,
  358. AADF2995CB717FE4D341C944 /* nb */,
  359. 0D33295E02D9501C1D45D615 /* nl */,
  360. AF5862DFC2F44C360067E8C5 /* pl */,
  361. 2E4275BAD2E59FA193904FFC /* pt */,
  362. 1A982A54052D846FC64B7AB5 /* pt_BR */,
  363. A8233D7A6FCDAD9F3E3FFEFC /* pt_PT */,
  364. E8EBD6572BDD22DD2C8C37F0 /* ro */,
  365. 216CA36352B45FBC79C98B8F /* ru */,
  366. CE0FA365A96C1D97CE01B652 /* sk */,
  367. 1D767BA5698A891C36ADF830 /* sv */,
  368. 3A822A5CF223FF6ADFCA9458 /* th */,
  369. F7EFEB4946D6A093B9475CDD /* tr */,
  370. 67BD5ABA8E74D336AE54C0B0 /* uk */,
  371. 651835542B635C74A3D0F711 /* vi */,
  372. BB25E63BA7525B4F9C996E94 /* zh_CN */,
  373. 37CA5C28547C65246AC4EAE6 /* zh_HK */,
  374. CBCF32F12AADFF34B1745273 /* zh_TW */,
  375. );
  376. name = Localizable.strings;
  377. sourceTree = "<group>";
  378. };
  379. F65D01DD8887E3B1B9731DAE /* LaunchScreen.storyboard */ = {
  380. isa = PBXVariantGroup;
  381. children = (
  382. A00F12FEC785E9E287E42582 /* Base */,
  383. );
  384. name = LaunchScreen.storyboard;
  385. sourceTree = "<group>";
  386. };
  387. /* End PBXVariantGroup section */
  388. /* Begin XCBuildConfiguration section */
  389. 1BA056F14489621B09D65C69 /* Default */ = {
  390. isa = XCBuildConfiguration;
  391. buildSettings = {
  392. INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
  393. SDKROOT = iphoneos;
  394. SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
  395. };
  396. name = Default;
  397. };
  398. C88A918BB441623AA489A34D /* Default */ = {
  399. isa = XCBuildConfiguration;
  400. buildSettings = {
  401. "ARCHS[sdk=iphonesimulator*]" = x86_64;
  402. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  403. CLANG_ENABLE_OBJC_ARC = YES;
  404. CODE_SIGN_IDENTITY = "iPhone Developer";
  405. INFOPLIST_FILE = ./GooglePlacesDemos/Info.plist;
  406. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  407. LIBRARY_SEARCH_PATHS = (
  408. .,
  409. "$(SDKROOT)/System/Library/Frameworks",
  410. );
  411. PRODUCT_NAME = GooglePlacesDemos;
  412. TARGETED_DEVICE_FAMILY = "1,2";
  413. USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
  414. USE_HEADERMAP = NO;
  415. WRAPPER_PREFIX = "";
  416. };
  417. name = Default;
  418. };
  419. /* End XCBuildConfiguration section */
  420. /* Begin XCConfigurationList section */
  421. 63964CA36C9733EFF27C66CD /* Build configuration list for PBXProject "GooglePlacesDemos" */ = {
  422. isa = XCConfigurationList;
  423. buildConfigurations = (
  424. 1BA056F14489621B09D65C69 /* Default */,
  425. );
  426. defaultConfigurationIsVisible = 1;
  427. defaultConfigurationName = Default;
  428. };
  429. E489F9A9DC7E458708AB572E /* Build configuration list for PBXNativeTarget "GooglePlacesDemos" */ = {
  430. isa = XCConfigurationList;
  431. buildConfigurations = (
  432. C88A918BB441623AA489A34D /* Default */,
  433. );
  434. defaultConfigurationIsVisible = 1;
  435. defaultConfigurationName = Default;
  436. };
  437. /* End XCConfigurationList section */
  438. };
  439. rootObject = B0EA45FFFB815F6F5A3E1BDD /* Project object */;
  440. }