-
Notifications
You must be signed in to change notification settings - Fork 0
/
BikeIndex-template.xcconfig
35 lines (30 loc) · 1.26 KB
/
BikeIndex-template.xcconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
//
// BikeIndex-template.xcconfig
// BikeIndex
//
// Created by Jack on 11/18/23.
//
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974
/// Instructions:
/// 1. Copy this file to "BikeIndex-development.xcconfig" and "BikeIndex-production.xcconfig"
/// 2. Create your application at https://bikeindex.org/oauth/applications
/// - copy the Application ID and insert it into API_CLIENT_ID
/// - copy the Secret and insert it into API_SECRET
/// - provide a Callback URL and insert it into API_REDIRECT_URI
/// 3. Provide your own development team and bundle ID
/// 4. Build and run
API_SECRET =
API_CLIENT_ID =
// Double-slashes will be un-escaped in ClientConfiguration
// Intended usage for API_HOST is `http:\/\/bikeindex.org`
// IP addresses for local development must begin with `http://`
// To use an IP address you must uncomment the NSAppTransportSecurity block inside Info.plist (use an XML editor)
API_HOST =
API_PORT =
// Double-slashes will be un-escaped in ClientConfiguration
// Intended usage for API_REDIRECT_URI is `bikeindex:\/\/`
// This should exactly match one of your redirect URIs configured at bikeindex.org/oauth/applications
API_REDIRECT_URI =
DEVELOPMENT_TEAM =
PRODUCT_BUNDLE_IDENTIFIER =