-
Notifications
You must be signed in to change notification settings - Fork 285
/
.configure
30 lines (29 loc) · 889 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": "simplenote-ios",
"branch": "trunk",
"pinned_hash": "589c18df9a009a0ed20fd845de0bc65069dfb4bf",
"files_to_copy": [
{
"file": "iOS/simplenote/SPCredentials.swift",
"destination": "~/.configure/simplenote-ios/secrets/SPCredentials.swift",
"encrypt": true
},
{
"file": "iOS/simplenote/ScreenshotsCredentials.swift",
"destination": "~/.configure/simplenote-ios/secrets/ScreenshotsCredentials.swift",
"encrypt": true
},
{
"file": "shared/google_cloud_keys.json",
"destination": "~/.configure/simplenote-ios/secrets/google_cloud_keys.json",
"encrypt": true
},
{
"file": "iOS/app_store_connect_fastlane_api_key.json",
"destination": "~/.configure/simplenote-ios/secrets/app_store_connect_fastlane_api_key.json",
"encrypt": true
}
],
"file_dependencies": [
]
}