Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Add `-[GIDSignIn addScopes:completion:]`to provide add scopes flow without a presenting view controller or window

オープン
#285 コメント 0 件 リアクション 0 件 担当者 1 名 GitHub で見る

@mdmathias がすでに取り組んでいます。

2023年1月10日 から。

評価

この issue はまだ評価されていません。

説明

enhancement

The main goal of this method will be to create an instance of GIDSignInInternalOptions with no presenting window or view controller. Something like:

  GIDSignInInternalOptions *options =
      [GIDSignInInternalOptions defaultOptionsWithConfiguration:configuration
#if TARGET_OS_IOS || TARGET_OS_MACCATALYST
                           presentingViewController:nil
#elif TARGET_OS_OSX
                                      presentingWindow:nil
#endif // TARGET_OS_IOS || TARGET_OS_MACCATALYST
                                                      loginHint:self.currentUser.profile.email
                                          addScopesFlow:YES
                                                  completion:completion];
主要言語
Objective-C
スター
751
フォーク
282
平均マージ
2日 15時間
マージ済み PR(30日)
9

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

google/GoogleSignIn-iOS のほかの issue

google/GoogleSignIn-iOS の issue をすべて見る

似ている issue

Objective-C の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。