project.pbxproj 27 KB

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