forked from woocommerce/woocommerce-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.configure
30 lines (29 loc) · 780 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": "woocommerce-ios",
"branch": "trunk",
"pinned_hash": "08326245479c863a15ce4470601d9a1c2a73dede",
"files_to_copy": [
{
"file": "shared/google_cloud_keys.json",
"destination": ".configure-files/google_cloud_keys.json",
"encrypt": true
},
{
"file": "iOS/WCiOS/woo_app_credentials.json",
"destination": ".configure-files/woo_app_credentials.json",
"encrypt": true
},
{
"file": "iOS/WCiOS/project.env",
"destination": ".configure-files/project.env",
"encrypt": true
},
{
"file": "iOS/app_store_connect_fastlane_api_key.json",
"destination": ".configure-files/app_store_connect_fastlane_api_key.json",
"encrypt": true
}
],
"file_dependencies": [
]
}