-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathConfig.xcconfig.example
More file actions
15 lines (13 loc) · 873 Bytes
/
Copy pathConfig.xcconfig.example
File metadata and controls
15 lines (13 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// TaskMenu OAuth Configuration
// Copy this file to Config.xcconfig and fill in your values.
// Get credentials from Google Cloud Console: https://console.cloud.google.com/apis/credentials
// Create an iOS OAuth client using bundle ID dev.crazytan.TaskMenu.
// Do not use a Web OAuth client or client secret; that will fail with
// "client_secret is missing" after the browser returns to TaskMenu.
// The redirect scheme is the client ID prefix in reverse-DNS form:
// 1234567890-abc.apps.googleusercontent.com -> com.googleusercontent.apps.1234567890-abc
GOOGLE_CLIENT_ID = your-client-id.apps.googleusercontent.com
GOOGLE_REDIRECT_SCHEME = com.googleusercontent.apps.your-client-id
// Developer-specific signing. CODE_SIGN_STYLE and CODE_SIGN_IDENTITY are set
// in project.yml (Automatic / Apple Development). Override here if needed.
DEVELOPMENT_TEAM = YOUR_TEAM_ID