-
Notifications
You must be signed in to change notification settings - Fork 133
/
.configure
30 lines (29 loc) · 887 Bytes
/
.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
{
"project_name": "pocketcasts-ios",
"branch": "trunk",
"pinned_hash": "126ffacbbfc7abf1f4bf14670d72418846f04673",
"files_to_copy": [
{
"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": "iOS/pocket-casts/GoogleService-Info.plist",
"destination": "~/.configure/pocketcasts-ios/secrets/GoogleService-Info.plist",
"encrypt": true
},
{
"file": "iOS/pocket-casts/GoogleSignIn.txt",
"destination": "~/.configure/pocketcasts-ios/secrets/GoogleSignIn.txt",
"encrypt": true
}
],
"file_dependencies": [
]
}