Skip to content

Commit f05f618

Browse files
authored
Merge pull request #70 from opendocument-app/development
1.22
2 parents 086c133 + b22900e commit f05f618

147 files changed

Lines changed: 917 additions & 200 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ios_main.yml

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,39 @@
1-
name: build
1+
name: OpenDocumentReader-iOS
22
on: [push]
33

44
jobs:
5-
build:
6-
name: build
5+
test:
6+
name: test
77
runs-on: macos-latest
8-
strategy:
9-
matrix:
10-
destination: ['platform=iOS Simulator,name=iPhone 11']
11-
scheme: [ODR Full]
128
steps:
13-
- uses: actions/checkout@v1
14-
- name: Checkout submodule
15-
run: git submodule update --init --recursive
16-
- name: Install pods
9+
- name: checkout
10+
uses: actions/checkout@v2
11+
with:
12+
token: ${{ secrets.PAT_TOMTASCHE }}
13+
submodules: true
14+
15+
- name: pods
1716
run: pod install
18-
- name: Run build.sh
17+
- name: build.sh
1918
run: bash build-simulator.sh
20-
- name: Build
21-
run: |
22-
xcodebuild clean build -workspace OpenDocumentReader.xcworkspace -scheme "${scheme}" -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
23-
env:
24-
destination: ${{ matrix.destination }}
25-
scheme: ${{ matrix.scheme }}
19+
20+
- name: brew
21+
run: ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
22+
- name: fix ninja install
23+
run: rm '/usr/local/bin/2to3'
24+
- name: ninja
25+
run: brew install ninja
26+
# https://stackoverflow.com/a/57758679/198996
27+
- name: bundler
28+
run: gem install bundler:1.17.3
29+
- name: fastlane
30+
run: bundle install
31+
32+
- name: run tests
33+
run: bundle exec fastlane tests
34+
# - uses: actions/upload-artifact@v2
35+
# if: ${{ always() }}
36+
# with:
37+
# name: logs
38+
# path: |
39+
# /Users/runner/Library/Developer/Xcode/DerivedData/OpenDocumentReader-*/

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ fastlane/screenshots/**/*.png
6868
fastlane/test_output
6969

7070
.DS_Store
71+
72+
fastlane/report.xml

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem "fastlane"

Gemfile.lock

Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.2)
5+
addressable (2.7.0)
6+
public_suffix (>= 2.0.2, < 5.0)
7+
atomos (0.1.3)
8+
aws-eventstream (1.1.0)
9+
aws-partitions (1.399.0)
10+
aws-sdk-core (3.109.3)
11+
aws-eventstream (~> 1, >= 1.0.2)
12+
aws-partitions (~> 1, >= 1.239.0)
13+
aws-sigv4 (~> 1.1)
14+
jmespath (~> 1.0)
15+
aws-sdk-kms (1.39.0)
16+
aws-sdk-core (~> 3, >= 3.109.0)
17+
aws-sigv4 (~> 1.1)
18+
aws-sdk-s3 (1.85.0)
19+
aws-sdk-core (~> 3, >= 3.109.0)
20+
aws-sdk-kms (~> 1)
21+
aws-sigv4 (~> 1.1)
22+
aws-sigv4 (1.2.2)
23+
aws-eventstream (~> 1, >= 1.0.2)
24+
babosa (1.0.4)
25+
claide (1.0.3)
26+
colored (1.2)
27+
colored2 (3.1.2)
28+
commander-fastlane (4.4.6)
29+
highline (~> 1.7.2)
30+
declarative (0.0.20)
31+
declarative-option (0.1.0)
32+
digest-crc (0.6.1)
33+
rake (~> 13.0)
34+
domain_name (0.5.20190701)
35+
unf (>= 0.0.5, < 1.0.0)
36+
dotenv (2.7.6)
37+
emoji_regex (3.2.1)
38+
excon (0.78.0)
39+
faraday (1.1.0)
40+
multipart-post (>= 1.2, < 3)
41+
ruby2_keywords
42+
faraday-cookie_jar (0.0.7)
43+
faraday (>= 0.8.0)
44+
http-cookie (~> 1.0.0)
45+
faraday_middleware (1.0.0)
46+
faraday (~> 1.0)
47+
fastimage (2.2.0)
48+
fastlane (2.168.0)
49+
CFPropertyList (>= 2.3, < 4.0.0)
50+
addressable (>= 2.3, < 3.0.0)
51+
aws-sdk-s3 (~> 1.0)
52+
babosa (>= 1.0.3, < 2.0.0)
53+
bundler (>= 1.12.0, < 3.0.0)
54+
colored
55+
commander-fastlane (>= 4.4.6, < 5.0.0)
56+
dotenv (>= 2.1.1, < 3.0.0)
57+
emoji_regex (>= 0.1, < 4.0)
58+
excon (>= 0.71.0, < 1.0.0)
59+
faraday (~> 1.0)
60+
faraday-cookie_jar (~> 0.0.6)
61+
faraday_middleware (~> 1.0)
62+
fastimage (>= 2.1.0, < 3.0.0)
63+
gh_inspector (>= 1.1.2, < 2.0.0)
64+
google-api-client (>= 0.37.0, < 0.39.0)
65+
google-cloud-storage (>= 1.15.0, < 2.0.0)
66+
highline (>= 1.7.2, < 2.0.0)
67+
json (< 3.0.0)
68+
jwt (>= 2.1.0, < 3)
69+
mini_magick (>= 4.9.4, < 5.0.0)
70+
multipart-post (~> 2.0.0)
71+
plist (>= 3.1.0, < 4.0.0)
72+
rubyzip (>= 2.0.0, < 3.0.0)
73+
security (= 0.1.3)
74+
simctl (~> 1.6.3)
75+
slack-notifier (>= 2.0.0, < 3.0.0)
76+
terminal-notifier (>= 2.0.0, < 3.0.0)
77+
terminal-table (>= 1.4.5, < 2.0.0)
78+
tty-screen (>= 0.6.3, < 1.0.0)
79+
tty-spinner (>= 0.8.0, < 1.0.0)
80+
word_wrap (~> 1.0.0)
81+
xcodeproj (>= 1.13.0, < 2.0.0)
82+
xcpretty (~> 0.3.0)
83+
xcpretty-travis-formatter (>= 0.0.3)
84+
gh_inspector (1.1.3)
85+
google-api-client (0.38.0)
86+
addressable (~> 2.5, >= 2.5.1)
87+
googleauth (~> 0.9)
88+
httpclient (>= 2.8.1, < 3.0)
89+
mini_mime (~> 1.0)
90+
representable (~> 3.0)
91+
retriable (>= 2.0, < 4.0)
92+
signet (~> 0.12)
93+
google-cloud-core (1.5.0)
94+
google-cloud-env (~> 1.0)
95+
google-cloud-errors (~> 1.0)
96+
google-cloud-env (1.4.0)
97+
faraday (>= 0.17.3, < 2.0)
98+
google-cloud-errors (1.0.1)
99+
google-cloud-storage (1.29.1)
100+
addressable (~> 2.5)
101+
digest-crc (~> 0.4)
102+
google-api-client (~> 0.33)
103+
google-cloud-core (~> 1.2)
104+
googleauth (~> 0.9)
105+
mini_mime (~> 1.0)
106+
googleauth (0.14.0)
107+
faraday (>= 0.17.3, < 2.0)
108+
jwt (>= 1.4, < 3.0)
109+
memoist (~> 0.16)
110+
multi_json (~> 1.11)
111+
os (>= 0.9, < 2.0)
112+
signet (~> 0.14)
113+
highline (1.7.10)
114+
http-cookie (1.0.3)
115+
domain_name (~> 0.5)
116+
httpclient (2.8.3)
117+
jmespath (1.4.0)
118+
json (2.3.1)
119+
jwt (2.2.2)
120+
memoist (0.16.2)
121+
mini_magick (4.11.0)
122+
mini_mime (1.0.2)
123+
multi_json (1.15.0)
124+
multipart-post (2.0.0)
125+
nanaimo (0.3.0)
126+
naturally (2.2.0)
127+
os (1.1.1)
128+
plist (3.5.0)
129+
public_suffix (4.0.6)
130+
rake (13.0.1)
131+
representable (3.0.4)
132+
declarative (< 0.1.0)
133+
declarative-option (< 0.2.0)
134+
uber (< 0.2.0)
135+
retriable (3.1.2)
136+
rouge (2.0.7)
137+
ruby2_keywords (0.0.2)
138+
rubyzip (2.3.0)
139+
security (0.1.3)
140+
signet (0.14.0)
141+
addressable (~> 2.3)
142+
faraday (>= 0.17.3, < 2.0)
143+
jwt (>= 1.5, < 3.0)
144+
multi_json (~> 1.10)
145+
simctl (1.6.8)
146+
CFPropertyList
147+
naturally
148+
slack-notifier (2.3.2)
149+
terminal-notifier (2.0.0)
150+
terminal-table (1.8.0)
151+
unicode-display_width (~> 1.1, >= 1.1.1)
152+
tty-cursor (0.7.1)
153+
tty-screen (0.8.1)
154+
tty-spinner (0.9.3)
155+
tty-cursor (~> 0.7)
156+
uber (0.1.0)
157+
unf (0.1.4)
158+
unf_ext
159+
unf_ext (0.0.7.7)
160+
unicode-display_width (1.7.0)
161+
word_wrap (1.0.0)
162+
xcodeproj (1.19.0)
163+
CFPropertyList (>= 2.3.3, < 4.0)
164+
atomos (~> 0.1.3)
165+
claide (>= 1.0.2, < 2.0)
166+
colored2 (~> 3.1)
167+
nanaimo (~> 0.3.0)
168+
xcpretty (0.3.0)
169+
rouge (~> 2.0.7)
170+
xcpretty-travis-formatter (1.0.0)
171+
xcpretty (~> 0.2, >= 0.0.7)
172+
173+
PLATFORMS
174+
ruby
175+
176+
DEPENDENCIES
177+
fastlane
178+
179+
BUNDLED WITH
180+
1.17.3

OpenDocument.core

0 commit comments

Comments
 (0)