forked from Automattic/pocket-casts-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.configure
35 lines (34 loc) · 1.06 KB
/
.configure
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
{
"project_name": "pocketcasts-ios",
"branch": "trunk",
"pinned_hash": "54932eb7c27f4bbdfa69467360e3b07e601b117b",
"files_to_copy": [
{
"file": "iOS/app_store_connect_fastlane_api_key.json",
"destination": "~/.configure/pocketcasts-ios/secrets/app_store_connect_fastlane_api_key.json",
"encrypt": true
},
{
"file": "iOS/pocket-casts/fastlane_match_pwd.txt",
"destination": "~/.configure/pocketcasts-ios/secrets/fastlane_match_pwd.txt",
"encrypt": true
},
{
"file": "iOS/pocket-casts/pocket_casts_credentials.json",
"destination": "~/.configure/pocketcasts-ios/secrets/pocket_casts_credentials.json",
"encrypt": true
},
{
"file": "shared/google_cloud_keys.json",
"destination": "~/.configure/pocketcasts-ios/secrets/google_cloud_keys.json",
"encrypt": true
},
{
"file": "iOS/pocket-casts/GoogleService-Info.plist",
"destination": "~/.configure/pocketcasts-ios/secrets/GoogleService-Info.plist",
"encrypt": true
}
],
"file_dependencies": [
]
}