Skip to content

Commit 0fad33b

Browse files
committed
chore: more repo maintenance
1 parent b0ea71a commit 0fad33b

File tree

4 files changed

+2
-25
lines changed

4 files changed

+2
-25
lines changed

OpenCloud.xcodeproj/xcshareddata/xcschemes/OpenCloud.xcscheme

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
value = "0"
5050
isEnabled = "YES">
5151
</EnvironmentVariable>
52-
<EnvironmentVariable
53-
key = "OC_SETTINGS_DOC_JSON"
54-
value = "${PROJECT_DIR}/doc/CONFIGURATION.json"
55-
isEnabled = "YES">
56-
</EnvironmentVariable>
5752
<EnvironmentVariable
5853
key = "OC_LOCALIZATION_ROOT"
5954
value = "${PROJECT_DIR}/OpenCloud/Resources"

OpenCloudTests/Metadata/MetadataDocumentationTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import XCTest
2020
import OpenCloudSDK
2121
import OpenCloudAppShared
2222

23+
// FIXME: delete all references to this file and then this file.
2324
class MetadataDocumentationTests: XCTestCase {
2425
func testUpdateConfigurationJSONFromMetadata() throws {
2526
let sdkDocsURL = Bundle(for: type(of: self)).url(forResource: "class-settings-sdk", withExtension: nil)

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ Our iOS app is free for downloading available on the AppStore
88

99
#### 🌎 https://opencloud.eu
1010

11-
| Account List | File List | File Actions | Preview Files | Quick Access | Settings |
12-
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |
13-
| <img src="doc/images/en-US/iPhone 11 Pro Max-11_ios_accounts_list_demo.png" alt="Simulator Screen Shot - iPhone 11 Pro"> | <img src="doc/images/en-US/iPhone 11 Pro Max-20_ios_files_list_demo.png" alt="Simulator Screen Shot - iPhone 11 Pro"> | <img src="doc/images/en-US/iPhone 11 Pro Max-21_ios_files_actions_demo.png" alt="Simulator Screen Shot - iPhone 11 Pro"> | <img src="doc/images/en-US/iPhone 11 Pro Max-22_ios_files_preview_pdf_demo.png" alt="Simulator Screen Shot - iPhone 11 Pro"> | <img src="doc/images/en-US/iPhone 11 Pro Max-40_ios_quick_access_demo.png" alt="Simulator Screen Shot - iPhone 11 Pro"> | <img src="doc/images/en-US/iPhone 11 Pro Max-60_ios_settings_demo.png" alt="Simulator Screen Shot - iPhone 11 Pro"> |
14-
1511
## 😍 Features
1612

1713
* 🦋 Using the current iOS frameworks
Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
11
#!/bin/bash
22

3-
# Run test to update CONFIGURATION.json
4-
xcodebuild test \
5-
-project ../../OpenCloud.xcodeproj \
6-
-scheme OpenCloud \
7-
-destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' \
8-
-only-testing OpenCloudTests/MetadataDocumentationTests/testUpdateConfigurationJSONFromMetadata
9-
10-
# Make temporary copy
11-
cp ../../doc/CONFIGURATION.json .
12-
13-
# Run gomplate to generate the adoc
14-
gomplate -f templates/configuration.adoc.tmpl --context config=CONFIGURATION.json -o configuration.adoc
15-
16-
# Copy result back and remove temporary copy
17-
rm CONFIGURATION.json
18-
cp configuration.adoc ../../doc/
3+
# FIXME: delete all references to this file and then delete this file.

0 commit comments

Comments
 (0)