project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  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. 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. C1E6924426431A6D004CE2BC /* 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. C1E6924326431A6D004CE2BC /* 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. C1E6924226431A6D004CE2BC /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
  251. );
  252. productRefGroup = D99924CB1A92B3C7008CC226 /* Products */;
  253. projectDirPath = "";
  254. projectRoot = "";
  255. targets = (
  256. D99924C91A92B3C7008CC226 /* SignInSample */,
  257. );
  258. };
  259. /* End PBXProject section */
  260. /* Begin PBXResourcesBuildPhase section */
  261. D99924C81A92B3C7008CC226 /* Resources */ = {
  262. isa = PBXResourcesBuildPhase;
  263. buildActionMask = 2147483647;
  264. files = (
  265. C1E6927F26431E13004CE2BC /* PlaceholderAvatar.png in Resources */,
  266. C1E6927D26431E13004CE2BC /* Images.xcassets in Resources */,
  267. C1E6927E26431E13004CE2BC /* DataPickerDictionary.plist in Resources */,
  268. C1E6927C26431E13004CE2BC /* Dummy.strings in Resources */,
  269. C1E6928026431E13004CE2BC /* refresh.png in Resources */,
  270. C1E69233264315E7004CE2BC /* LaunchScreen.xib in Resources */,
  271. C1E69237264315E7004CE2BC /* SignInViewController.xib in Resources */,
  272. );
  273. runOnlyForDeploymentPostprocessing = 0;
  274. };
  275. /* End PBXResourcesBuildPhase section */
  276. /* Begin PBXSourcesBuildPhase section */
  277. D99924C61A92B3C7008CC226 /* Sources */ = {
  278. isa = PBXSourcesBuildPhase;
  279. buildActionMask = 2147483647;
  280. files = (
  281. C1E69239264315E7004CE2BC /* AuthInspectorViewController.m in Sources */,
  282. C1E69238264315E7004CE2BC /* AppDelegate.m in Sources */,
  283. C1E69232264315E7004CE2BC /* SignInViewController.m in Sources */,
  284. C1E69236264315E7004CE2BC /* DataPickerViewController.m in Sources */,
  285. C1E69234264315E7004CE2BC /* DataPickerState.m in Sources */,
  286. C1E69235264315E7004CE2BC /* main.m in Sources */,
  287. );
  288. runOnlyForDeploymentPostprocessing = 0;
  289. };
  290. /* End PBXSourcesBuildPhase section */
  291. /* Begin PBXVariantGroup section */
  292. C1E6925326431E12004CE2BC /* Dummy.strings */ = {
  293. isa = PBXVariantGroup;
  294. children = (
  295. C1E6925426431E13004CE2BC /* de */,
  296. C1E6925526431E13004CE2BC /* he */,
  297. C1E6925626431E13004CE2BC /* ar */,
  298. C1E6925726431E13004CE2BC /* el */,
  299. C1E6925826431E13004CE2BC /* ja */,
  300. C1E6925926431E13004CE2BC /* en */,
  301. C1E6925A26431E13004CE2BC /* uk */,
  302. C1E6925B26431E13004CE2BC /* es_MX */,
  303. C1E6925C26431E13004CE2BC /* zh_CN */,
  304. C1E6925D26431E13004CE2BC /* nb */,
  305. C1E6925E26431E13004CE2BC /* es */,
  306. C1E6925F26431E13004CE2BC /* pt_BR */,
  307. C1E6926026431E13004CE2BC /* da */,
  308. C1E6926126431E13004CE2BC /* it */,
  309. C1E6926226431E13004CE2BC /* sk */,
  310. C1E6926326431E13004CE2BC /* pt_PT */,
  311. C1E6926426431E13004CE2BC /* ms */,
  312. C1E6926526431E13004CE2BC /* sv */,
  313. C1E6926626431E13004CE2BC /* cs */,
  314. C1E6926726431E13004CE2BC /* ko */,
  315. C1E6926826431E13004CE2BC /* hu */,
  316. C1E6926926431E13004CE2BC /* tr */,
  317. C1E6926A26431E13004CE2BC /* pl */,
  318. C1E6926B26431E13004CE2BC /* zh_TW */,
  319. C1E6926C26431E13004CE2BC /* en_GB */,
  320. C1E6926D26431E13004CE2BC /* vi */,
  321. C1E6926F26431E13004CE2BC /* ru */,
  322. C1E6927126431E13004CE2BC /* fr */,
  323. C1E6927226431E13004CE2BC /* fi */,
  324. C1E6927326431E13004CE2BC /* id */,
  325. C1E6927526431E13004CE2BC /* nl */,
  326. C1E6927626431E13004CE2BC /* th */,
  327. C1E6927726431E13004CE2BC /* pt */,
  328. C1E6927826431E13004CE2BC /* ro */,
  329. C1E6927A26431E13004CE2BC /* hr */,
  330. C1E6927B26431E13004CE2BC /* ca */,
  331. );
  332. name = Dummy.strings;
  333. sourceTree = "<group>";
  334. };
  335. /* End PBXVariantGroup section */
  336. /* Begin XCBuildConfiguration section */
  337. D99924EB1A92B3C7008CC226 /* Debug */ = {
  338. isa = XCBuildConfiguration;
  339. buildSettings = {
  340. ALWAYS_SEARCH_USER_PATHS = NO;
  341. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  342. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  343. CLANG_CXX_LIBRARY = "libc++";
  344. CLANG_ENABLE_MODULES = YES;
  345. CLANG_ENABLE_OBJC_ARC = YES;
  346. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  347. CLANG_WARN_BOOL_CONVERSION = YES;
  348. CLANG_WARN_COMMA = YES;
  349. CLANG_WARN_CONSTANT_CONVERSION = YES;
  350. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  351. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  352. CLANG_WARN_EMPTY_BODY = YES;
  353. CLANG_WARN_ENUM_CONVERSION = YES;
  354. CLANG_WARN_INFINITE_RECURSION = YES;
  355. CLANG_WARN_INT_CONVERSION = YES;
  356. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  357. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  358. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  359. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  360. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  361. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  362. CLANG_WARN_STRICT_PROTOTYPES = YES;
  363. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  364. CLANG_WARN_UNREACHABLE_CODE = YES;
  365. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  366. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  367. COPY_PHASE_STRIP = NO;
  368. ENABLE_STRICT_OBJC_MSGSEND = YES;
  369. ENABLE_TESTABILITY = YES;
  370. GCC_C_LANGUAGE_STANDARD = gnu99;
  371. GCC_DYNAMIC_NO_PIC = NO;
  372. GCC_NO_COMMON_BLOCKS = YES;
  373. GCC_OPTIMIZATION_LEVEL = 0;
  374. GCC_PREPROCESSOR_DEFINITIONS = (
  375. "DEBUG=1",
  376. "$(inherited)",
  377. );
  378. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  379. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  380. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  381. GCC_WARN_UNDECLARED_SELECTOR = YES;
  382. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  383. GCC_WARN_UNUSED_FUNCTION = YES;
  384. GCC_WARN_UNUSED_VARIABLE = YES;
  385. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  386. MTL_ENABLE_DEBUG_INFO = YES;
  387. ONLY_ACTIVE_ARCH = YES;
  388. OTHER_LDFLAGS = "-ObjC";
  389. SDKROOT = iphoneos;
  390. TARGETED_DEVICE_FAMILY = "1,2";
  391. };
  392. name = Debug;
  393. };
  394. D99924EC1A92B3C7008CC226 /* Release */ = {
  395. isa = XCBuildConfiguration;
  396. buildSettings = {
  397. ALWAYS_SEARCH_USER_PATHS = NO;
  398. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  399. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  400. CLANG_CXX_LIBRARY = "libc++";
  401. CLANG_ENABLE_MODULES = YES;
  402. CLANG_ENABLE_OBJC_ARC = YES;
  403. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  404. CLANG_WARN_BOOL_CONVERSION = YES;
  405. CLANG_WARN_COMMA = YES;
  406. CLANG_WARN_CONSTANT_CONVERSION = YES;
  407. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  408. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  409. CLANG_WARN_EMPTY_BODY = YES;
  410. CLANG_WARN_ENUM_CONVERSION = YES;
  411. CLANG_WARN_INFINITE_RECURSION = YES;
  412. CLANG_WARN_INT_CONVERSION = YES;
  413. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  414. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  415. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  416. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  417. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  418. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  419. CLANG_WARN_STRICT_PROTOTYPES = YES;
  420. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  421. CLANG_WARN_UNREACHABLE_CODE = YES;
  422. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  423. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  424. COPY_PHASE_STRIP = YES;
  425. ENABLE_NS_ASSERTIONS = NO;
  426. ENABLE_STRICT_OBJC_MSGSEND = YES;
  427. GCC_C_LANGUAGE_STANDARD = gnu99;
  428. GCC_NO_COMMON_BLOCKS = YES;
  429. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  430. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  431. GCC_WARN_UNDECLARED_SELECTOR = YES;
  432. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  433. GCC_WARN_UNUSED_FUNCTION = YES;
  434. GCC_WARN_UNUSED_VARIABLE = YES;
  435. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  436. MTL_ENABLE_DEBUG_INFO = NO;
  437. OTHER_LDFLAGS = "-ObjC";
  438. SDKROOT = iphoneos;
  439. TARGETED_DEVICE_FAMILY = "1,2";
  440. VALIDATE_PRODUCT = YES;
  441. };
  442. name = Release;
  443. };
  444. D99924EE1A92B3C7008CC226 /* Debug */ = {
  445. isa = XCBuildConfiguration;
  446. buildSettings = {
  447. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  448. FRAMEWORK_SEARCH_PATHS = (
  449. "$(inherited)",
  450. ..,
  451. );
  452. INFOPLIST_FILE = "$(SRCROOT)/SignInSample-Info.plist";
  453. LD_RUNPATH_SEARCH_PATHS = (
  454. "$(inherited)",
  455. "@executable_path/Frameworks",
  456. );
  457. PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
  458. PRODUCT_NAME = "$(TARGET_NAME)";
  459. };
  460. name = Debug;
  461. };
  462. D99924EF1A92B3C7008CC226 /* Release */ = {
  463. isa = XCBuildConfiguration;
  464. buildSettings = {
  465. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  466. FRAMEWORK_SEARCH_PATHS = (
  467. "$(inherited)",
  468. ..,
  469. );
  470. INFOPLIST_FILE = "$(SRCROOT)/SignInSample-Info.plist";
  471. LD_RUNPATH_SEARCH_PATHS = (
  472. "$(inherited)",
  473. "@executable_path/Frameworks",
  474. );
  475. PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
  476. PRODUCT_NAME = "$(TARGET_NAME)";
  477. };
  478. name = Release;
  479. };
  480. /* End XCBuildConfiguration section */
  481. /* Begin XCConfigurationList section */
  482. D99924C51A92B3C7008CC226 /* Build configuration list for PBXProject "SignInSample" */ = {
  483. isa = XCConfigurationList;
  484. buildConfigurations = (
  485. D99924EB1A92B3C7008CC226 /* Debug */,
  486. D99924EC1A92B3C7008CC226 /* Release */,
  487. );
  488. defaultConfigurationIsVisible = 0;
  489. defaultConfigurationName = Release;
  490. };
  491. D99924ED1A92B3C7008CC226 /* Build configuration list for PBXNativeTarget "SignInSample" */ = {
  492. isa = XCConfigurationList;
  493. buildConfigurations = (
  494. D99924EE1A92B3C7008CC226 /* Debug */,
  495. D99924EF1A92B3C7008CC226 /* Release */,
  496. );
  497. defaultConfigurationIsVisible = 0;
  498. defaultConfigurationName = Release;
  499. };
  500. /* End XCConfigurationList section */
  501. /* Begin XCRemoteSwiftPackageReference section */
  502. C1E6924226431A6D004CE2BC /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = {
  503. isa = XCRemoteSwiftPackageReference;
  504. repositoryURL = "https://github.com/google/GoogleSignIn-iOS.git";
  505. requirement = {
  506. branch = main;
  507. kind = branch;
  508. };
  509. };
  510. /* End XCRemoteSwiftPackageReference section */
  511. /* Begin XCSwiftPackageProductDependency section */
  512. C1E6924326431A6D004CE2BC /* GoogleSignIn */ = {
  513. isa = XCSwiftPackageProductDependency;
  514. package = C1E6924226431A6D004CE2BC /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */;
  515. productName = GoogleSignIn;
  516. };
  517. /* End XCSwiftPackageProductDependency section */
  518. };
  519. rootObject = D99924C21A92B3C7008CC226 /* Project object */;
  520. }