-
Notifications
You must be signed in to change notification settings - Fork 293
Expand file tree
/
Copy path.configure
More file actions
28 lines (28 loc) · 885 Bytes
/
.configure
File metadata and controls
28 lines (28 loc) · 885 Bytes
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
{
"project_name": "simplenote-ios",
"branch": "trunk",
"pinned_hash": "26e40a5b9788d63c9a900ef3911049a8408a7666",
"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": []
}