-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
.configure
55 lines (54 loc) · 1.56 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"project_name": "WordPress-Android",
"branch": "trunk",
"pinned_hash": "11fa9c59619ba8d31d0bce2b7ba4412074c00d69",
"files_to_copy": [
{
"file": "android/WPAndroid/secrets.properties",
"destination": "~/.configure/wordpress-android/secrets/secrets.properties",
"encrypt": true
},
{
"file": "android/WPAndroid/google-services.json",
"destination": "WordPress/google-services.json",
"encrypt": true
},
{
"file": "android/WPAndroid/wordpress-sentry.properties",
"destination": "WordPress/src/wordpress/sentry.properties",
"encrypt": true
},
{
"file": "android/WPAndroid/jetpack-sentry.properties",
"destination": "WordPress/src/jetpack/sentry.properties",
"encrypt": true
},
{
"file": "android/debug.keystore",
"destination": "~/.configure/wordpress-android/secrets/debug_a8c.keystore",
"encrypt": true
},
{
"file": "android/automattic.jks",
"destination": "WordPress/release.jks",
"encrypt": false
},
{
"file": "android/WPAndroid/google-upload-credentials.json",
"destination": "~/.configure/wordpress-android/secrets/google-upload-credentials.json",
"encrypt": true
},
{
"file": "android/automattic_upload.jks",
"destination": "WordPress/upload.jks",
"encrypt": true
},
{
"file": "android/WPAndroid/firebase.secrets.json",
"destination": "~/.configure/wordpress-android/secrets/firebase.secrets.json",
"encrypt": true
}
],
"file_dependencies": [
]
}