Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
reversed iOS client ID scheme 으로 콜백을 받는다. GOOGLE_IOS_CLIENT_ID/
GOOGLE_WEB_CLIENT_ID dart-define 이 주입될 때만 네이티브가 켜지므로, 값을 채우기
전 자리표시자는 무해하다(그 전까진 웹 OAuth 폴백). Apple 네이티브는 URL scheme 불필요.
⚠️ 배포 전 REPLACE_WITH_REVERSED_IOS_CLIENT_ID 를 Google Cloud iOS OAuth
클라이언트의 "reversed client ID"(com.googleusercontent.apps.XXXX)로 교체한다.
아래 값은 Google Cloud iOS OAuth 클라이언트의 reversed client ID(비밀 아님, 공개값).
─────────────────────────────────────────────────────────────── -->
<key>CFBundleURLTypes</key>
<array>
Expand All @@ -104,7 +103,7 @@
<string>google-native-signin</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.REPLACE_WITH_REVERSED_IOS_CLIENT_ID</string>
<string>com.googleusercontent.apps.621764515915-29s6pj2efakomiejh6q10b5na7dk2d1f</string>
</array>
</dict>
</array>
Expand Down
Loading