project.pbxproj 27 KB

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