| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 54;
- objects = {
- /* Begin PBXBuildFile section */
- C1D4BC8A2926EF61001BCB24 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = C1D4BC892926EF61001BCB24 /* GoogleSignIn */; };
- C1E69232264315E7004CE2BC /* SignInViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E69226264315E7004CE2BC /* SignInViewController.m */; };
- C1E69233264315E7004CE2BC /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = C1E69228264315E7004CE2BC /* LaunchScreen.xib */; };
- C1E69234264315E7004CE2BC /* DataPickerState.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E6922A264315E7004CE2BC /* DataPickerState.m */; };
- C1E69235264315E7004CE2BC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E6922B264315E7004CE2BC /* main.m */; };
- C1E69236264315E7004CE2BC /* DataPickerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E6922C264315E7004CE2BC /* DataPickerViewController.m */; };
- C1E69237264315E7004CE2BC /* SignInViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = C1E6922D264315E7004CE2BC /* SignInViewController.xib */; };
- C1E69238264315E7004CE2BC /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E6922F264315E7004CE2BC /* AppDelegate.m */; };
- C1E69239264315E7004CE2BC /* AuthInspectorViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = C1E69231264315E7004CE2BC /* AuthInspectorViewController.m */; };
- C1E6927C26431E13004CE2BC /* Dummy.strings in Resources */ = {isa = PBXBuildFile; fileRef = C1E6925326431E12004CE2BC /* Dummy.strings */; };
- C1E6927D26431E13004CE2BC /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C1E6926E26431E13004CE2BC /* Images.xcassets */; };
- C1E6927E26431E13004CE2BC /* DataPickerDictionary.plist in Resources */ = {isa = PBXBuildFile; fileRef = C1E6927026431E13004CE2BC /* DataPickerDictionary.plist */; };
- C1E6927F26431E13004CE2BC /* PlaceholderAvatar.png in Resources */ = {isa = PBXBuildFile; fileRef = C1E6927426431E13004CE2BC /* PlaceholderAvatar.png */; };
- C1E6928026431E13004CE2BC /* refresh.png in Resources */ = {isa = PBXBuildFile; fileRef = C1E6927926431E13004CE2BC /* refresh.png */; };
- /* End PBXBuildFile section */
- /* Begin PBXFileReference section */
- C15484C022FCB34100C76691 /* AuthenticationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AuthenticationServices.framework; path = System/Library/Frameworks/AuthenticationServices.framework; sourceTree = SDKROOT; };
- C1B5D386282AFC6B0068D12B /* GoogleSignIn-iOS */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "GoogleSignIn-iOS"; path = ../../..; sourceTree = "<group>"; };
- C1B5D38A282AFE000068D12B /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
- C1E69225264315E7004CE2BC /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
- C1E69226264315E7004CE2BC /* SignInViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SignInViewController.m; sourceTree = "<group>"; };
- C1E69227264315E7004CE2BC /* DataPickerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataPickerViewController.h; sourceTree = "<group>"; };
- C1E69228264315E7004CE2BC /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; };
- C1E69229264315E7004CE2BC /* AuthInspectorViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AuthInspectorViewController.h; sourceTree = "<group>"; };
- C1E6922A264315E7004CE2BC /* DataPickerState.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DataPickerState.m; sourceTree = "<group>"; };
- C1E6922B264315E7004CE2BC /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
- C1E6922C264315E7004CE2BC /* DataPickerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DataPickerViewController.m; sourceTree = "<group>"; };
- C1E6922D264315E7004CE2BC /* SignInViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SignInViewController.xib; sourceTree = "<group>"; };
- C1E6922E264315E7004CE2BC /* SignInViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SignInViewController.h; sourceTree = "<group>"; };
- C1E6922F264315E7004CE2BC /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
- C1E69230264315E7004CE2BC /* DataPickerState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataPickerState.h; sourceTree = "<group>"; };
- C1E69231264315E7004CE2BC /* AuthInspectorViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AuthInspectorViewController.m; sourceTree = "<group>"; };
- C1E6923C2643162E004CE2BC /* SignInSample-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "SignInSample-Info.plist"; sourceTree = "<group>"; };
- C1E6925426431E13004CE2BC /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925526431E13004CE2BC /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925626431E13004CE2BC /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925726431E13004CE2BC /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925826431E13004CE2BC /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925926431E13004CE2BC /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925A26431E13004CE2BC /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925B26431E13004CE2BC /* es_MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es_MX; path = es_MX.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925C26431E13004CE2BC /* zh_CN */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_CN; path = zh_CN.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925D26431E13004CE2BC /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925E26431E13004CE2BC /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6925F26431E13004CE2BC /* pt_BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_BR; path = pt_BR.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926026431E13004CE2BC /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926126431E13004CE2BC /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926226431E13004CE2BC /* sk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk; path = sk.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926326431E13004CE2BC /* pt_PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt_PT; path = pt_PT.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926426431E13004CE2BC /* ms */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ms; path = ms.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926526431E13004CE2BC /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926626431E13004CE2BC /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926726431E13004CE2BC /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926826431E13004CE2BC /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926926431E13004CE2BC /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926A26431E13004CE2BC /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926B26431E13004CE2BC /* zh_TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = zh_TW; path = zh_TW.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926C26431E13004CE2BC /* en_GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en_GB; path = en_GB.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926D26431E13004CE2BC /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6926E26431E13004CE2BC /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
- C1E6926F26431E13004CE2BC /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6927026431E13004CE2BC /* DataPickerDictionary.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = DataPickerDictionary.plist; sourceTree = "<group>"; };
- C1E6927126431E13004CE2BC /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6927226431E13004CE2BC /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6927326431E13004CE2BC /* id */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = id; path = id.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6927426431E13004CE2BC /* PlaceholderAvatar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = PlaceholderAvatar.png; sourceTree = "<group>"; };
- C1E6927526431E13004CE2BC /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6927626431E13004CE2BC /* th */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = th; path = th.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6927726431E13004CE2BC /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6927826431E13004CE2BC /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6927926431E13004CE2BC /* refresh.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = refresh.png; sourceTree = "<group>"; };
- C1E6927A26431E13004CE2BC /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Dummy.strings; sourceTree = "<group>"; };
- C1E6927B26431E13004CE2BC /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/Dummy.strings; sourceTree = "<group>"; };
- D936C1C821225D1000E8DAC9 /* LocalAuthentication.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = LocalAuthentication.framework; path = System/Library/Frameworks/LocalAuthentication.framework; sourceTree = SDKROOT; };
- D99924CA1A92B3C7008CC226 /* SignInSample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SignInSample.app; sourceTree = BUILT_PRODUCTS_DIR; };
- D99925141A92B5A8008CC226 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
- D9D3B1D91B72A28500D2EAA2 /* SafariServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SafariServices.framework; path = System/Library/Frameworks/SafariServices.framework; sourceTree = SDKROOT; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- D99924C71A92B3C7008CC226 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- C1D4BC8A2926EF61001BCB24 /* GoogleSignIn in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- C1B5D385282AFC6B0068D12B /* Packages */ = {
- isa = PBXGroup;
- children = (
- C1B5D386282AFC6B0068D12B /* GoogleSignIn-iOS */,
- );
- name = Packages;
- sourceTree = "<group>";
- };
- C1E69224264315E7004CE2BC /* Source */ = {
- isa = PBXGroup;
- children = (
- C1E69225264315E7004CE2BC /* AppDelegate.h */,
- C1E6922F264315E7004CE2BC /* AppDelegate.m */,
- C1E69229264315E7004CE2BC /* AuthInspectorViewController.h */,
- C1E69231264315E7004CE2BC /* AuthInspectorViewController.m */,
- C1E69230264315E7004CE2BC /* DataPickerState.h */,
- C1E6922A264315E7004CE2BC /* DataPickerState.m */,
- C1E69227264315E7004CE2BC /* DataPickerViewController.h */,
- C1E6922C264315E7004CE2BC /* DataPickerViewController.m */,
- C1E69228264315E7004CE2BC /* LaunchScreen.xib */,
- C1E6922B264315E7004CE2BC /* main.m */,
- C1E6922E264315E7004CE2BC /* SignInViewController.h */,
- C1E69226264315E7004CE2BC /* SignInViewController.m */,
- C1E6922D264315E7004CE2BC /* SignInViewController.xib */,
- );
- path = Source;
- sourceTree = "<group>";
- };
- C1E6925226431E12004CE2BC /* Resources */ = {
- isa = PBXGroup;
- children = (
- C1E6925326431E12004CE2BC /* Dummy.strings */,
- C1E6926E26431E13004CE2BC /* Images.xcassets */,
- C1E6927026431E13004CE2BC /* DataPickerDictionary.plist */,
- C1E6927426431E13004CE2BC /* PlaceholderAvatar.png */,
- C1E6927926431E13004CE2BC /* refresh.png */,
- );
- path = Resources;
- sourceTree = "<group>";
- };
- D99924C11A92B3C7008CC226 = {
- isa = PBXGroup;
- children = (
- C1B5D38A282AFE000068D12B /* README.md */,
- C1B5D385282AFC6B0068D12B /* Packages */,
- C1E6923C2643162E004CE2BC /* SignInSample-Info.plist */,
- C1E69224264315E7004CE2BC /* Source */,
- C1E6925226431E12004CE2BC /* Resources */,
- D999250F1A92B555008CC226 /* Frameworks */,
- D99924CB1A92B3C7008CC226 /* Products */,
- );
- sourceTree = "<group>";
- };
- D99924CB1A92B3C7008CC226 /* Products */ = {
- isa = PBXGroup;
- children = (
- D99924CA1A92B3C7008CC226 /* SignInSample.app */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- D999250F1A92B555008CC226 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- C15484C022FCB34100C76691 /* AuthenticationServices.framework */,
- D936C1C821225D1000E8DAC9 /* LocalAuthentication.framework */,
- D9D3B1D91B72A28500D2EAA2 /* SafariServices.framework */,
- D99925141A92B5A8008CC226 /* SystemConfiguration.framework */,
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- D99924C91A92B3C7008CC226 /* SignInSample */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = D99924ED1A92B3C7008CC226 /* Build configuration list for PBXNativeTarget "SignInSample" */;
- buildPhases = (
- D99924C61A92B3C7008CC226 /* Sources */,
- D99924C71A92B3C7008CC226 /* Frameworks */,
- D99924C81A92B3C7008CC226 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = SignInSample;
- packageProductDependencies = (
- C1D4BC892926EF61001BCB24 /* GoogleSignIn */,
- );
- productName = SignInSample;
- productReference = D99924CA1A92B3C7008CC226 /* SignInSample.app */;
- productType = "com.apple.product-type.application";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- D99924C21A92B3C7008CC226 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 1240;
- ORGANIZATIONNAME = "Google Inc";
- TargetAttributes = {
- D99924C91A92B3C7008CC226 = {
- CreatedOnToolsVersion = 6.1.1;
- };
- };
- };
- buildConfigurationList = D99924C51A92B3C7008CC226 /* Build configuration list for PBXProject "SignInSample" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- de,
- he,
- ar,
- el,
- ja,
- uk,
- es_MX,
- zh_CN,
- nb,
- es,
- pt_BR,
- da,
- it,
- sk,
- pt_PT,
- ms,
- sv,
- cs,
- ko,
- hu,
- tr,
- pl,
- zh_TW,
- en_GB,
- vi,
- ru,
- fr,
- fi,
- id,
- nl,
- th,
- pt,
- ro,
- hr,
- ca,
- );
- mainGroup = D99924C11A92B3C7008CC226;
- packageReferences = (
- );
- productRefGroup = D99924CB1A92B3C7008CC226 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- D99924C91A92B3C7008CC226 /* SignInSample */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXResourcesBuildPhase section */
- D99924C81A92B3C7008CC226 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- C1E6927F26431E13004CE2BC /* PlaceholderAvatar.png in Resources */,
- C1E6927D26431E13004CE2BC /* Images.xcassets in Resources */,
- C1E6927E26431E13004CE2BC /* DataPickerDictionary.plist in Resources */,
- C1E6927C26431E13004CE2BC /* Dummy.strings in Resources */,
- C1E6928026431E13004CE2BC /* refresh.png in Resources */,
- C1E69233264315E7004CE2BC /* LaunchScreen.xib in Resources */,
- C1E69237264315E7004CE2BC /* SignInViewController.xib in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- D99924C61A92B3C7008CC226 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- C1E69239264315E7004CE2BC /* AuthInspectorViewController.m in Sources */,
- C1E69238264315E7004CE2BC /* AppDelegate.m in Sources */,
- C1E69232264315E7004CE2BC /* SignInViewController.m in Sources */,
- C1E69236264315E7004CE2BC /* DataPickerViewController.m in Sources */,
- C1E69234264315E7004CE2BC /* DataPickerState.m in Sources */,
- C1E69235264315E7004CE2BC /* main.m in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin PBXVariantGroup section */
- C1E6925326431E12004CE2BC /* Dummy.strings */ = {
- isa = PBXVariantGroup;
- children = (
- C1E6925426431E13004CE2BC /* de */,
- C1E6925526431E13004CE2BC /* he */,
- C1E6925626431E13004CE2BC /* ar */,
- C1E6925726431E13004CE2BC /* el */,
- C1E6925826431E13004CE2BC /* ja */,
- C1E6925926431E13004CE2BC /* en */,
- C1E6925A26431E13004CE2BC /* uk */,
- C1E6925B26431E13004CE2BC /* es_MX */,
- C1E6925C26431E13004CE2BC /* zh_CN */,
- C1E6925D26431E13004CE2BC /* nb */,
- C1E6925E26431E13004CE2BC /* es */,
- C1E6925F26431E13004CE2BC /* pt_BR */,
- C1E6926026431E13004CE2BC /* da */,
- C1E6926126431E13004CE2BC /* it */,
- C1E6926226431E13004CE2BC /* sk */,
- C1E6926326431E13004CE2BC /* pt_PT */,
- C1E6926426431E13004CE2BC /* ms */,
- C1E6926526431E13004CE2BC /* sv */,
- C1E6926626431E13004CE2BC /* cs */,
- C1E6926726431E13004CE2BC /* ko */,
- C1E6926826431E13004CE2BC /* hu */,
- C1E6926926431E13004CE2BC /* tr */,
- C1E6926A26431E13004CE2BC /* pl */,
- C1E6926B26431E13004CE2BC /* zh_TW */,
- C1E6926C26431E13004CE2BC /* en_GB */,
- C1E6926D26431E13004CE2BC /* vi */,
- C1E6926F26431E13004CE2BC /* ru */,
- C1E6927126431E13004CE2BC /* fr */,
- C1E6927226431E13004CE2BC /* fi */,
- C1E6927326431E13004CE2BC /* id */,
- C1E6927526431E13004CE2BC /* nl */,
- C1E6927626431E13004CE2BC /* th */,
- C1E6927726431E13004CE2BC /* pt */,
- C1E6927826431E13004CE2BC /* ro */,
- C1E6927A26431E13004CE2BC /* hr */,
- C1E6927B26431E13004CE2BC /* ca */,
- );
- name = Dummy.strings;
- sourceTree = "<group>";
- };
- /* End PBXVariantGroup section */
- /* Begin XCBuildConfiguration section */
- D99924EB1A92B3C7008CC226 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_SYMBOLS_PRIVATE_EXTERN = NO;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 10.0;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- OTHER_LDFLAGS = "-ObjC";
- SDKROOT = iphoneos;
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- D99924EC1A92B3C7008CC226 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = YES;
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 10.0;
- MTL_ENABLE_DEBUG_INFO = NO;
- OTHER_LDFLAGS = "-ObjC";
- SDKROOT = iphoneos;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- };
- name = Release;
- };
- D99924EE1A92B3C7008CC226 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- ..,
- );
- INFOPLIST_FILE = "$(SRCROOT)/SignInSample-Info.plist";
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- D99924EF1A92B3C7008CC226 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- FRAMEWORK_SEARCH_PATHS = (
- "$(inherited)",
- ..,
- );
- INFOPLIST_FILE = "$(SRCROOT)/SignInSample-Info.plist";
- IPHONEOS_DEPLOYMENT_TARGET = 11.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- D99924C51A92B3C7008CC226 /* Build configuration list for PBXProject "SignInSample" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D99924EB1A92B3C7008CC226 /* Debug */,
- D99924EC1A92B3C7008CC226 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- D99924ED1A92B3C7008CC226 /* Build configuration list for PBXNativeTarget "SignInSample" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- D99924EE1A92B3C7008CC226 /* Debug */,
- D99924EF1A92B3C7008CC226 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- /* Begin XCSwiftPackageProductDependency section */
- C1D4BC892926EF61001BCB24 /* GoogleSignIn */ = {
- isa = XCSwiftPackageProductDependency;
- productName = GoogleSignIn;
- };
- /* End XCSwiftPackageProductDependency section */
- };
- rootObject = D99924C21A92B3C7008CC226 /* Project object */;
- }
|