forked from Automattic/simplenote-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.configure
30 lines (29 loc) · 792 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": "7ea5063ee0b130311d3138142235c0eb69770a96",
"files_to_copy": [
{
"file": "iOS/simplenote/SPCredentials.swift",
"destination": "Simplenote/Credentials/SPCredentials.swift",
"encrypt": true
},
{
"file": "iOS/simplenote/ScreenshotsCredentials.swift",
"destination": "SimplenoteScreenshots/Credentials/ScreenshotsCredentials.swift",
"encrypt": true
},
{
"file": "shared/google_cloud_keys.json",
"destination": ".configure-files/google_cloud_keys.json",
"encrypt": true
},
{
"file": "iOS/simplenote/project.env",
"destination": ".configure-files/project.env",
"encrypt": true
}
],
"file_dependencies": [
]
}