File tree Expand file tree Collapse file tree 4 files changed +2
-25
lines changed
OpenCloud.xcodeproj/xcshareddata/xcschemes Expand file tree Collapse file tree 4 files changed +2
-25
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import XCTest
2020import OpenCloudSDK
2121import OpenCloudAppShared
2222
23+ // FIXME: delete all references to this file and then this file.
2324class MetadataDocumentationTests : XCTestCase {
2425 func testUpdateConfigurationJSONFromMetadata( ) throws {
2526 let sdkDocsURL = Bundle ( for: type ( of: self ) ) . url ( forResource: " class-settings-sdk " , withExtension: nil )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments