forked from wordpress-mobile/WordPress-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.configure
35 lines (34 loc) · 919 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
31
32
33
34
35
{
"project_name": "WordPress-iOS",
"branch": "trunk",
"pinned_hash": "63b94d21658bbe9f7abfd5dd66f37ed861233ac2",
"files_to_copy": [
{
"file": "iOS/WPiOS/wpcom_app_credentials",
"destination": ".configure-files/wpcom_app_credentials",
"encrypt": true
},
{
"file": "iOS/WPiOS/wpcom_alpha_app_credentials",
"destination": ".configure-files/wpcom_alpha_app_credentials",
"encrypt": true
},
{
"file": "iOS/WPiOS/wpcom_internal_app_credentials",
"destination": ".configure-files/wpcom_internal_app_credentials",
"encrypt": true
},
{
"file": "shared/google_cloud_keys.json",
"destination": ".configure-files/google_cloud_keys.json",
"encrypt": true
},
{
"file": "iOS/WPiOS/project.env",
"destination": ".configure-files/project.env",
"encrypt": true
}
],
"file_dependencies": [
]
}