project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 52;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. C1D4BC8A2926EF61001BCB24 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = C1D4BC892926EF61001BCB24 /* GoogleSignIn */; };
  10. C1E69232264315E7004CE2BC /* SignInViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E69226264315E7004CE2BC /* SignInViewController.m */; };
  11. C1E69233264315E7004CE2BC /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = C1E69228264315E7004CE2BC /* LaunchScreen.xib */; };
  12. C1E69234264315E7004CE2BC /* DataPickerState.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E6922A264315E7004CE2BC /* DataPickerState.m */; };
  13. C1E69235264315E7004CE2BC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E6922B264315E7004CE2BC /* main.m */; };
  14. C1E69236264315E7004CE2BC /* DataPickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E6922C264315E7004CE2BC /* DataPickerViewController.m */; };
  15. C1E69237264315E7004CE2BC /* SignInViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = C1E6922D264315E7004CE2BC /* SignInViewController.xib */; };
  16. C1E69238264315E7004CE2BC /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E6922F264315E7004CE2BC /* AppDelegate.m */; };
  17. C1E69239264315E7004CE2BC /* AuthInspectorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E69231264315E7004CE2BC /* AuthInspectorViewController.m */; };
  18. C1E6927C26431E13004CE2BC /* Dummy.strings in Resources */ = {isa = PBXBuildFile; fileRef = C1E6925326431E12004CE2BC /* Dummy.strings */; };
  19. C1E6927D26431E13004CE2BC /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C1E6926E26431E13004CE2BC /* Images.xcassets */; };
  20. C1E6927E26431E13004CE2BC /* DataPickerDictionary.plist in Resources */ = {isa = PBXBuildFile; fileRef = C1E6927026431E13004CE2BC /* DataPickerDictionary.plist */; };
  21. C1E6927F26431E13004CE2BC /* PlaceholderAvatar.png in Resources */ = {isa = PBXBuildFile; fileRef = C1E6927426431E13004CE2BC /* PlaceholderAvatar.png */; };
  22. C1E6928026431E13004CE2BC /* refresh.png in Resources */ = {isa = PBXBuildFile; fileRef = C1E6927926431E13004CE2BC /* refresh.png */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXFileReference section */
  25. C15484C022FCB34100C76691 /* AuthenticationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AuthenticationServices.framework; path = System/Library/Frameworks/AuthenticationServices.framework; sourceTree = SDKROOT; };
  26. C1B5D386282AFC6B0068D12B /* GoogleSignIn-iOS */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "GoogleSignIn-iOS"; path = ../../..; sourceTree = "<group>"; };
  27. C1B5D38A282AFE000068D12B /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  28. C1E69225264315E7004CE2BC /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  29. C1E69226264315E7004CE2BC /* SignInViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SignInViewController.m; sourceTree = "<group>"; };
  30. C1E69227264315E7004CE2BC /* DataPickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataPickerViewController.h; sourceTree = "<group>"; };
  31. C1E69228264315E7004CE2BC /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; };
  32. C1E69229264315E7004CE2BC /* AuthInspectorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AuthInspectorViewController.h; sourceTree = "<group>"; };
  33. C1E6922A264315E7004CE2BC /* DataPickerState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DataPickerState.m; sourceTree = "<group>"; };
  34. C1E6922B264315E7004CE2BC /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  35. C1E6922C264315E7004CE2BC /* DataPickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DataPickerViewController.m; sourceTree = "<group>"; };
  36. C1E6922D264315E7004CE2BC /* SignInViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SignInViewController.xib; sourceTree = "<group>"; };
  37. C1E6922E264315E7004CE2BC /* SignInViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SignInViewController.h; sourceTree = "<group>"; };
  38. C1E6922F264315E7004CE2BC /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  39. C1E69230264315E7004CE2BC /* DataPickerState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataPickerState.h; sourceTree = "<group>"; };
  40. C1E69231264315E7004CE2BC /* AuthInspectorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AuthInspectorViewController.m; sourceTree = "<group>"; };
  41. C1E6923C2643162E004CE2BC /* SignInSample-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "SignInSample-Info.plist"; sourceTree = "<group>"; };
  42. C1E6925426431E13004CE2BC /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Dummy.strings; sourceTree = "<group>"; };
  43. C1E6925526431E13004CE2BC /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Dummy.strings; sourceTree = "<group>"; };
  44. C1E6925626431E13004CE2BC /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Dummy.strings; sourceTree = "<group>"; };
  45. C1E6925726431E13004CE2BC /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Dummy.strings; sourceTree = "<group>"; };
  46. C1E6925826431E13004CE2BC /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Dummy.strings; sourceTree = "<group>"; };
  47. C1E6925926431E13004CE2BC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Dummy.strings; sourceTree = "<group>"; };
  48. C1E6925A26431E13004CE2BC /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Dummy.strings; sourceTree = "<group>"; };
  49. C1E6925B26431E13004CE2BC /* es_MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es_MX; path = es_MX.lproj/Dummy.strings; sourceTree = "<group>"; };
  50. C1E6925C26431E13004CE2BC /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = zh_CN.lproj/Dummy.strings; sourceTree = "<group>"; };
  51. C1E6925D26431E13004CE2BC /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Dummy.strings; sourceTree = "<group>"; };
  52. C1E6925E26431E13004CE2BC /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Dummy.strings; sourceTree = "<group>"; };
  53. C1E6925F26431E13004CE2BC /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = pt_BR.lproj/Dummy.strings; sourceTree = "<group>"; };
  54. C1E6926026431E13004CE2BC /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Dummy.strings; sourceTree = "<group>"; };
  55. C1E6926126431E13004CE2BC /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Dummy.strings; sourceTree = "<group>"; };
  56. C1E6926226431E13004CE2BC /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Dummy.strings; sourceTree = "<group>"; };
  57. C1E6926326431E13004CE2BC /* pt_PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_PT; path = pt_PT.lproj/Dummy.strings; sourceTree = "<group>"; };
  58. C1E6926426431E13004CE2BC /* ms */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ms; path = ms.lproj/Dummy.strings; sourceTree = "<group>"; };
  59. C1E6926526431E13004CE2BC /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Dummy.strings; sourceTree = "<group>"; };
  60. C1E6926626431E13004CE2BC /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Dummy.strings; sourceTree = "<group>"; };
  61. C1E6926726431E13004CE2BC /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Dummy.strings; sourceTree = "<group>"; };
  62. C1E6926826431E13004CE2BC /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Dummy.strings; sourceTree = "<group>"; };
  63. C1E6926926431E13004CE2BC /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Dummy.strings; sourceTree = "<group>"; };
  64. C1E6926A26431E13004CE2BC /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Dummy.strings; sourceTree = "<group>"; };
  65. C1E6926B26431E13004CE2BC /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_TW; path = zh_TW.lproj/Dummy.strings; sourceTree = "<group>"; };
  66. C1E6926C26431E13004CE2BC /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = en_GB.lproj/Dummy.strings; sourceTree = "<group>"; };
  67. C1E6926D26431E13004CE2BC /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Dummy.strings; sourceTree = "<group>"; };
  68. C1E6926E26431E13004CE2BC /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  69. C1E6926F26431E13004CE2BC /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Dummy.strings; sourceTree = "<group>"; };
  70. C1E6927026431E13004CE2BC /* DataPickerDictionary.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = DataPickerDictionary.plist; sourceTree = "<group>"; };
  71. C1E6927126431E13004CE2BC /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Dummy.strings; sourceTree = "<group>"; };
  72. C1E6927226431E13004CE2BC /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Dummy.strings; sourceTree = "<group>"; };
  73. C1E6927326431E13004CE2BC /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Dummy.strings; sourceTree = "<group>"; };
  74. C1E6927426431E13004CE2BC /* PlaceholderAvatar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = PlaceholderAvatar.png; sourceTree = "<group>"; };
  75. C1E6927526431E13004CE2BC /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Dummy.strings; sourceTree = "<group>"; };
  76. C1E6927626431E13004CE2BC /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Dummy.strings; sourceTree = "<group>"; };
  77. C1E6927726431E13004CE2BC /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Dummy.strings; sourceTree = "<group>"; };
  78. C1E6927826431E13004CE2BC /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Dummy.strings; sourceTree = "<group>"; };
  79. C1E6927926431E13004CE2BC /* refresh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = refresh.png; sourceTree = "<group>"; };
  80. C1E6927A26431E13004CE2BC /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Dummy.strings; sourceTree = "<group>"; };
  81. C1E6927B26431E13004CE2BC /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Dummy.strings; sourceTree = "<group>"; };
  82. D936C1C821225D1000E8DAC9 /* LocalAuthentication.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LocalAuthentication.framework; path = System/Library/Frameworks/LocalAuthentication.framework; sourceTree = SDKROOT; };
  83. D99924CA1A92B3C7008CC226 /* SignInSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SignInSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  84. D99925141A92B5A8008CC226 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  85. D9D3B1D91B72A28500D2EAA2 /* SafariServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SafariServices.framework; path = System/Library/Frameworks/SafariServices.framework; sourceTree = SDKROOT; };
  86. /* End PBXFileReference section */
  87. /* Begin PBXFrameworksBuildPhase section */
  88. D99924C71A92B3C7008CC226 /* Frameworks */ = {
  89. isa = PBXFrameworksBuildPhase;
  90. buildActionMask = 2147483647;
  91. files = (
  92. C1D4BC8A2926EF61001BCB24 /* GoogleSignIn in Frameworks */,
  93. );
  94. runOnlyForDeploymentPostprocessing = 0;
  95. };
  96. /* End PBXFrameworksBuildPhase section */
  97. /* Begin PBXGroup section */
  98. C1B5D385282AFC6B0068D12B /* Packages */ = {
  99. isa = PBXGroup;
  100. children = (
  101. C1B5D386282AFC6B0068D12B /* GoogleSignIn-iOS */,
  102. );
  103. name = Packages;
  104. sourceTree = "<group>";
  105. };
  106. C1E69224264315E7004CE2BC /* Source */ = {
  107. isa = PBXGroup;
  108. children = (
  109. C1E69225264315E7004CE2BC /* AppDelegate.h */,
  110. C1E6922F264315E7004CE2BC /* AppDelegate.m */,
  111. C1E69229264315E7004CE2BC /* AuthInspectorViewController.h */,
  112. C1E69231264315E7004CE2BC /* AuthInspectorViewController.m */,
  113. C1E69230264315E7004CE2BC /* DataPickerState.h */,
  114. C1E6922A264315E7004CE2BC /* DataPickerState.m */,
  115. C1E69227264315E7004CE2BC /* DataPickerViewController.h */,
  116. C1E6922C264315E7004CE2BC /* DataPickerViewController.m */,
  117. C1E69228264315E7004CE2BC /* LaunchScreen.xib */,
  118. C1E6922B264315E7004CE2BC /* main.m */,
  119. C1E6922E264315E7004CE2BC /* SignInViewController.h */,
  120. C1E69226264315E7004CE2BC /* SignInViewController.m */,
  121. C1E6922D264315E7004CE2BC /* SignInViewController.xib */,
  122. );
  123. path = Source;
  124. sourceTree = "<group>";
  125. };
  126. C1E6925226431E12004CE2BC /* Resources */ = {
  127. isa = PBXGroup;
  128. children = (
  129. C1E6925326431E12004CE2BC /* Dummy.strings */,
  130. C1E6926E26431E13004CE2BC /* Images.xcassets */,
  131. C1E6927026431E13004CE2BC /* DataPickerDictionary.plist */,
  132. C1E6927426431E13004CE2BC /* PlaceholderAvatar.png */,
  133. C1E6927926431E13004CE2BC /* refresh.png */,
  134. );
  135. path = Resources;
  136. sourceTree = "<group>";
  137. };
  138. D99924C11A92B3C7008CC226 = {
  139. isa = PBXGroup;
  140. children = (
  141. C1B5D38A282AFE000068D12B /* README.md */,
  142. C1B5D385282AFC6B0068D12B /* Packages */,
  143. C1E6923C2643162E004CE2BC /* SignInSample-Info.plist */,
  144. C1E69224264315E7004CE2BC /* Source */,
  145. C1E6925226431E12004CE2BC /* Resources */,
  146. D999250F1A92B555008CC226 /* Frameworks */,
  147. D99924CB1A92B3C7008CC226 /* Products */,
  148. );
  149. sourceTree = "<group>";
  150. };
  151. D99924CB1A92B3C7008CC226 /* Products */ = {
  152. isa = PBXGroup;
  153. children = (
  154. D99924CA1A92B3C7008CC226 /* SignInSample.app */,
  155. );
  156. name = Products;
  157. sourceTree = "<group>";
  158. };
  159. D999250F1A92B555008CC226 /* Frameworks */ = {
  160. isa = PBXGroup;
  161. children = (
  162. C15484C022FCB34100C76691 /* AuthenticationServices.framework */,
  163. D936C1C821225D1000E8DAC9 /* LocalAuthentication.framework */,
  164. D9D3B1D91B72A28500D2EAA2 /* SafariServices.framework */,
  165. D99925141A92B5A8008CC226 /* SystemConfiguration.framework */,
  166. );
  167. name = Frameworks;
  168. sourceTree = "<group>";
  169. };
  170. /* End PBXGroup section */
  171. /* Begin PBXNativeTarget section */
  172. D99924C91A92B3C7008CC226 /* SignInSample */ = {
  173. isa = PBXNativeTarget;
  174. buildConfigurationList = D99924ED1A92B3C7008CC226 /* Build configuration list for PBXNativeTarget "SignInSample" */;
  175. buildPhases = (
  176. D99924C61A92B3C7008CC226 /* Sources */,
  177. D99924C71A92B3C7008CC226 /* Frameworks */,
  178. D99924C81A92B3C7008CC226 /* Resources */,
  179. );
  180. buildRules = (
  181. );
  182. dependencies = (
  183. );
  184. name = SignInSample;
  185. packageProductDependencies = (
  186. C1D4BC892926EF61001BCB24 /* GoogleSignIn */,
  187. );
  188. productName = SignInSample;
  189. productReference = D99924CA1A92B3C7008CC226 /* SignInSample.app */;
  190. productType = "com.apple.product-type.application";
  191. };
  192. /* End PBXNativeTarget section */
  193. /* Begin PBXProject section */
  194. D99924C21A92B3C7008CC226 /* Project object */ = {
  195. isa = PBXProject;
  196. attributes = {
  197. LastUpgradeCheck = 1240;
  198. ORGANIZATIONNAME = "Google Inc";
  199. TargetAttributes = {
  200. D99924C91A92B3C7008CC226 = {
  201. CreatedOnToolsVersion = 6.1.1;
  202. };
  203. };
  204. };
  205. buildConfigurationList = D99924C51A92B3C7008CC226 /* Build configuration list for PBXProject "SignInSample" */;
  206. compatibilityVersion = "Xcode 3.2";
  207. developmentRegion = en;
  208. hasScannedForEncodings = 0;
  209. knownRegions = (
  210. en,
  211. Base,
  212. de,
  213. he,
  214. ar,
  215. el,
  216. ja,
  217. uk,
  218. es_MX,
  219. zh_CN,
  220. nb,
  221. es,
  222. pt_BR,
  223. da,
  224. it,
  225. sk,
  226. pt_PT,
  227. ms,
  228. sv,
  229. cs,
  230. ko,
  231. hu,
  232. tr,
  233. pl,
  234. zh_TW,
  235. en_GB,
  236. vi,
  237. ru,
  238. fr,
  239. fi,
  240. id,
  241. nl,
  242. th,
  243. pt,
  244. ro,
  245. hr,
  246. ca,
  247. );
  248. mainGroup = D99924C11A92B3C7008CC226;
  249. packageReferences = (
  250. );
  251. productRefGroup = D99924CB1A92B3C7008CC226 /* Products */;
  252. projectDirPath = "";
  253. projectRoot = "";
  254. targets = (
  255. D99924C91A92B3C7008CC226 /* SignInSample */,
  256. );
  257. };
  258. /* End PBXProject section */
  259. /* Begin PBXResourcesBuildPhase section */
  260. D99924C81A92B3C7008CC226 /* Resources */ = {
  261. isa = PBXResourcesBuildPhase;
  262. buildActionMask = 2147483647;
  263. files = (
  264. C1E6927F26431E13004CE2BC /* PlaceholderAvatar.png in Resources */,
  265. C1E6927D26431E13004CE2BC /* Images.xcassets in Resources */,
  266. C1E6927E26431E13004CE2BC /* DataPickerDictionary.plist in Resources */,
  267. C1E6927C26431E13004CE2BC /* Dummy.strings in Resources */,
  268. C1E6928026431E13004CE2BC /* refresh.png in Resources */,
  269. C1E69233264315E7004CE2BC /* LaunchScreen.xib in Resources */,
  270. C1E69237264315E7004CE2BC /* SignInViewController.xib in Resources */,
  271. );
  272. runOnlyForDeploymentPostprocessing = 0;
  273. };
  274. /* End PBXResourcesBuildPhase section */
  275. /* Begin PBXSourcesBuildPhase section */
  276. D99924C61A92B3C7008CC226 /* Sources */ = {
  277. isa = PBXSourcesBuildPhase;
  278. buildActionMask = 2147483647;
  279. files = (
  280. C1E69239264315E7004CE2BC /* AuthInspectorViewController.m in Sources */,
  281. C1E69238264315E7004CE2BC /* AppDelegate.m in Sources */,
  282. C1E69232264315E7004CE2BC /* SignInViewController.m in Sources */,
  283. C1E69236264315E7004CE2BC /* DataPickerViewController.m in Sources */,
  284. C1E69234264315E7004CE2BC /* DataPickerState.m in Sources */,
  285. C1E69235264315E7004CE2BC /* main.m in Sources */,
  286. );
  287. runOnlyForDeploymentPostprocessing = 0;
  288. };
  289. /* End PBXSourcesBuildPhase section */
  290. /* Begin PBXVariantGroup section */
  291. C1E6925326431E12004CE2BC /* Dummy.strings */ = {
  292. isa = PBXVariantGroup;
  293. children = (
  294. C1E6925426431E13004CE2BC /* de */,
  295. C1E6925526431E13004CE2BC /* he */,
  296. C1E6925626431E13004CE2BC /* ar */,
  297. C1E6925726431E13004CE2BC /* el */,
  298. C1E6925826431E13004CE2BC /* ja */,
  299. C1E6925926431E13004CE2BC /* en */,
  300. C1E6925A26431E13004CE2BC /* uk */,
  301. C1E6925B26431E13004CE2BC /* es_MX */,
  302. C1E6925C26431E13004CE2BC /* zh_CN */,
  303. C1E6925D26431E13004CE2BC /* nb */,
  304. C1E6925E26431E13004CE2BC /* es */,
  305. C1E6925F26431E13004CE2BC /* pt_BR */,
  306. C1E6926026431E13004CE2BC /* da */,
  307. C1E6926126431E13004CE2BC /* it */,
  308. C1E6926226431E13004CE2BC /* sk */,
  309. C1E6926326431E13004CE2BC /* pt_PT */,
  310. C1E6926426431E13004CE2BC /* ms */,
  311. C1E6926526431E13004CE2BC /* sv */,
  312. C1E6926626431E13004CE2BC /* cs */,
  313. C1E6926726431E13004CE2BC /* ko */,
  314. C1E6926826431E13004CE2BC /* hu */,
  315. C1E6926926431E13004CE2BC /* tr */,
  316. C1E6926A26431E13004CE2BC /* pl */,
  317. C1E6926B26431E13004CE2BC /* zh_TW */,
  318. C1E6926C26431E13004CE2BC /* en_GB */,
  319. C1E6926D26431E13004CE2BC /* vi */,
  320. C1E6926F26431E13004CE2BC /* ru */,
  321. C1E6927126431E13004CE2BC /* fr */,
  322. C1E6927226431E13004CE2BC /* fi */,
  323. C1E6927326431E13004CE2BC /* id */,
  324. C1E6927526431E13004CE2BC /* nl */,
  325. C1E6927626431E13004CE2BC /* th */,
  326. C1E6927726431E13004CE2BC /* pt */,
  327. C1E6927826431E13004CE2BC /* ro */,
  328. C1E6927A26431E13004CE2BC /* hr */,
  329. C1E6927B26431E13004CE2BC /* ca */,
  330. );
  331. name = Dummy.strings;
  332. sourceTree = "<group>";
  333. };
  334. /* End PBXVariantGroup section */
  335. /* Begin XCBuildConfiguration section */
  336. D99924EB1A92B3C7008CC226 /* Debug */ = {
  337. isa = XCBuildConfiguration;
  338. buildSettings = {
  339. ALWAYS_SEARCH_USER_PATHS = NO;
  340. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  341. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  342. CLANG_CXX_LIBRARY = "libc++";
  343. CLANG_ENABLE_MODULES = YES;
  344. CLANG_ENABLE_OBJC_ARC = YES;
  345. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  346. CLANG_WARN_BOOL_CONVERSION = YES;
  347. CLANG_WARN_COMMA = YES;
  348. CLANG_WARN_CONSTANT_CONVERSION = YES;
  349. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  350. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  351. CLANG_WARN_EMPTY_BODY = YES;
  352. CLANG_WARN_ENUM_CONVERSION = YES;
  353. CLANG_WARN_INFINITE_RECURSION = YES;
  354. CLANG_WARN_INT_CONVERSION = YES;
  355. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  356. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  357. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  358. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  359. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  360. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  361. CLANG_WARN_STRICT_PROTOTYPES = YES;
  362. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  363. CLANG_WARN_UNREACHABLE_CODE = YES;
  364. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  365. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  366. COPY_PHASE_STRIP = NO;
  367. ENABLE_STRICT_OBJC_MSGSEND = YES;
  368. ENABLE_TESTABILITY = YES;
  369. GCC_C_LANGUAGE_STANDARD = gnu99;
  370. GCC_DYNAMIC_NO_PIC = NO;
  371. GCC_NO_COMMON_BLOCKS = YES;
  372. GCC_OPTIMIZATION_LEVEL = 0;
  373. GCC_PREPROCESSOR_DEFINITIONS = (
  374. "DEBUG=1",
  375. "$(inherited)",
  376. );
  377. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  378. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  379. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  380. GCC_WARN_UNDECLARED_SELECTOR = YES;
  381. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  382. GCC_WARN_UNUSED_FUNCTION = YES;
  383. GCC_WARN_UNUSED_VARIABLE = YES;
  384. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  385. MTL_ENABLE_DEBUG_INFO = YES;
  386. ONLY_ACTIVE_ARCH = YES;
  387. OTHER_LDFLAGS = "-ObjC";
  388. SDKROOT = iphoneos;
  389. TARGETED_DEVICE_FAMILY = "1,2";
  390. };
  391. name = Debug;
  392. };
  393. D99924EC1A92B3C7008CC226 /* Release */ = {
  394. isa = XCBuildConfiguration;
  395. buildSettings = {
  396. ALWAYS_SEARCH_USER_PATHS = NO;
  397. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  398. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  399. CLANG_CXX_LIBRARY = "libc++";
  400. CLANG_ENABLE_MODULES = YES;
  401. CLANG_ENABLE_OBJC_ARC = YES;
  402. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  403. CLANG_WARN_BOOL_CONVERSION = YES;
  404. CLANG_WARN_COMMA = YES;
  405. CLANG_WARN_CONSTANT_CONVERSION = YES;
  406. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  407. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  408. CLANG_WARN_EMPTY_BODY = YES;
  409. CLANG_WARN_ENUM_CONVERSION = YES;
  410. CLANG_WARN_INFINITE_RECURSION = YES;
  411. CLANG_WARN_INT_CONVERSION = YES;
  412. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  413. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  414. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  415. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  416. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  417. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  418. CLANG_WARN_STRICT_PROTOTYPES = YES;
  419. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  420. CLANG_WARN_UNREACHABLE_CODE = YES;
  421. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  422. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  423. COPY_PHASE_STRIP = YES;
  424. ENABLE_NS_ASSERTIONS = NO;
  425. ENABLE_STRICT_OBJC_MSGSEND = YES;
  426. GCC_C_LANGUAGE_STANDARD = gnu99;
  427. GCC_NO_COMMON_BLOCKS = YES;
  428. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  429. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  430. GCC_WARN_UNDECLARED_SELECTOR = YES;
  431. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  432. GCC_WARN_UNUSED_FUNCTION = YES;
  433. GCC_WARN_UNUSED_VARIABLE = YES;
  434. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  435. MTL_ENABLE_DEBUG_INFO = NO;
  436. OTHER_LDFLAGS = "-ObjC";
  437. SDKROOT = iphoneos;
  438. TARGETED_DEVICE_FAMILY = "1,2";
  439. VALIDATE_PRODUCT = YES;
  440. };
  441. name = Release;
  442. };
  443. D99924EE1A92B3C7008CC226 /* Debug */ = {
  444. isa = XCBuildConfiguration;
  445. buildSettings = {
  446. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  447. FRAMEWORK_SEARCH_PATHS = (
  448. "$(inherited)",
  449. ..,
  450. );
  451. INFOPLIST_FILE = "$(SRCROOT)/SignInSample-Info.plist";
  452. LD_RUNPATH_SEARCH_PATHS = (
  453. "$(inherited)",
  454. "@executable_path/Frameworks",
  455. );
  456. PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
  457. PRODUCT_NAME = "$(TARGET_NAME)";
  458. };
  459. name = Debug;
  460. };
  461. D99924EF1A92B3C7008CC226 /* Release */ = {
  462. isa = XCBuildConfiguration;
  463. buildSettings = {
  464. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  465. FRAMEWORK_SEARCH_PATHS = (
  466. "$(inherited)",
  467. ..,
  468. );
  469. INFOPLIST_FILE = "$(SRCROOT)/SignInSample-Info.plist";
  470. LD_RUNPATH_SEARCH_PATHS = (
  471. "$(inherited)",
  472. "@executable_path/Frameworks",
  473. );
  474. PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
  475. PRODUCT_NAME = "$(TARGET_NAME)";
  476. };
  477. name = Release;
  478. };
  479. /* End XCBuildConfiguration section */
  480. /* Begin XCConfigurationList section */
  481. D99924C51A92B3C7008CC226 /* Build configuration list for PBXProject "SignInSample" */ = {
  482. isa = XCConfigurationList;
  483. buildConfigurations = (
  484. D99924EB1A92B3C7008CC226 /* Debug */,
  485. D99924EC1A92B3C7008CC226 /* Release */,
  486. );
  487. defaultConfigurationIsVisible = 0;
  488. defaultConfigurationName = Release;
  489. };
  490. D99924ED1A92B3C7008CC226 /* Build configuration list for PBXNativeTarget "SignInSample" */ = {
  491. isa = XCConfigurationList;
  492. buildConfigurations = (
  493. D99924EE1A92B3C7008CC226 /* Debug */,
  494. D99924EF1A92B3C7008CC226 /* Release */,
  495. );
  496. defaultConfigurationIsVisible = 0;
  497. defaultConfigurationName = Release;
  498. };
  499. /* End XCConfigurationList section */
  500. /* Begin XCSwiftPackageProductDependency section */
  501. C1D4BC892926EF61001BCB24 /* GoogleSignIn */ = {
  502. isa = XCSwiftPackageProductDependency;
  503. productName = GoogleSignIn;
  504. };
  505. /* End XCSwiftPackageProductDependency section */
  506. };
  507. rootObject = D99924C21A92B3C7008CC226 /* Project object */;
  508. }