Skip to content

Commit 6299a02

Browse files
committed
fixed ios detox
1 parent bc0aa78 commit 6299a02

File tree

8 files changed

+53
-39
lines changed

8 files changed

+53
-39
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
e2e:
12-
runs-on: macos-10.15
12+
runs-on: macos-latest
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/cache@v3

.github/workflows/ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
e2e:
12-
runs-on: macos-11
12+
runs-on: macos-latest
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/cache@v3
@@ -30,5 +30,5 @@ jobs:
3030
- run: yarn
3131
- run: yarn example build:ios
3232
- run: yarn example start &
33-
timeout-minutes: 10
33+
timeout-minutes: 20
3434
- run: yarn example test:ios

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
1313
with:

example/.detoxrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"simulator": {
1919
"type": "ios.simulator",
2020
"device": {
21-
"type": "iPhone 11"
21+
"type": "iPhone 14"
2222
}
2323
},
2424
"emulator": {

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ PODS:
272272
- React-jsinspector (0.66.0)
273273
- React-logger (0.66.0):
274274
- glog
275-
- react-native-fast-openpgp (2.4.3):
275+
- react-native-fast-openpgp (2.4.5):
276276
- React-Core
277277
- React-perflogger (0.66.0)
278278
- React-RCTActionSheet (0.66.0):
@@ -516,7 +516,7 @@ SPEC CHECKSUMS:
516516
React-jsiexecutor: 6a05173dc0142abc582bd4edd2d23146b8cc218a
517517
React-jsinspector: be95ad424ba9f7b817aff22732eb9b1b810a000a
518518
React-logger: 9a9cd87d4ea681ae929b32ef580638ff1b50fb24
519-
react-native-fast-openpgp: 3c3188b7664526266651446c0420f99aad3e8f0a
519+
react-native-fast-openpgp: dcdc1344163758ebf71f1b3f8544621430666a01
520520
React-perflogger: 1f554c2b684e2f484f9edcdfdaeedab039fbaca8
521521
React-RCTActionSheet: 610d5a5d71ab4808734782c8bca6a12ec3563672
522522
React-RCTAnimation: ec6ed97370ace32724c253f29f0586cafcab8126

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@babel/runtime": "^7.12.5",
3535
"babel-jest": "^26.6.3",
3636
"babel-plugin-module-resolver": "^4.1.0",
37-
"detox": "^18.20.1",
37+
"detox": "^19.12.6",
3838
"jest": "^26.6.3",
3939
"jest-circus": "^27.0.6",
4040
"metro-react-native-babel-preset": "^0.66.0"

example/yarn.lock

Lines changed: 44 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,6 +1445,16 @@ agent-base@6:
14451445
dependencies:
14461446
debug "4"
14471447

1448+
ajv@^8.6.3:
1449+
version "8.11.0"
1450+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f"
1451+
integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
1452+
dependencies:
1453+
fast-deep-equal "^3.1.1"
1454+
json-schema-traverse "^1.0.0"
1455+
require-from-string "^2.0.2"
1456+
uri-js "^4.2.2"
1457+
14481458
anser@^1.4.9:
14491459
version "1.4.10"
14501460
resolved "https://registry.yarnpkg.com/anser/-/anser-1.4.10.tgz#befa3eddf282684bd03b63dcda3927aef8c2e35b"
@@ -1859,10 +1869,10 @@ buffer-from@^1.0.0:
18591869
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
18601870
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
18611871

1862-
bunyan-debug-stream@^1.1.0:
1863-
version "1.1.2"
1864-
resolved "https://registry.yarnpkg.com/bunyan-debug-stream/-/bunyan-debug-stream-1.1.2.tgz#3d09a788a8ddf37a23b6840e7e19cf46239bc7b4"
1865-
integrity sha512-mNU4QelBu9tUyE6VA0+AQdyillEMefx/2h7xkNL1Uvhw5w9JWtwGWAb7Rdnmj9opmwEaPrRvnJSy2+c1q47+sA==
1872+
bunyan-debug-stream@^2.0.1:
1873+
version "2.0.1"
1874+
resolved "https://registry.yarnpkg.com/bunyan-debug-stream/-/bunyan-debug-stream-2.0.1.tgz#9bd7c7e30c7b2cf711317e9d37529b0464c3b164"
1875+
integrity sha512-MCEoqggU7NMt7f2O+PU8VkqfSkoQoa4lmN/OWhaRfqFRBF1Se2TOXQyLF6NxC+EtfrdthnquQe8jOe83fpEoGA==
18661876
dependencies:
18671877
colors "1.4.0"
18681878
exception-formatter "^1.0.4"
@@ -2385,19 +2395,19 @@ detect-newline@^3.0.0:
23852395
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
23862396
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
23872397

2388-
detox@^18.20.1:
2389-
version "18.23.1"
2390-
resolved "https://registry.yarnpkg.com/detox/-/detox-18.23.1.tgz#f09f5e50291cdab3d62dc40ff2e8bb5cfb3cb776"
2391-
integrity sha512-MnOXfTcBBcXTrlLk3EeHq1nEfob79nChZbfOtlEummyec/X+PQzEvmKk2cvsUzu1f7GiNbCiBKN66w47Z7b/CQ==
2398+
detox@^19.12.6:
2399+
version "19.12.6"
2400+
resolved "https://registry.yarnpkg.com/detox/-/detox-19.12.6.tgz#39cf99c23944a3d1a3724fb1e67f92f05e90753a"
2401+
integrity sha512-Mf9ZaJLHsgCDLJnFZg50h/HwqZHXnc+yRQkqU1Rw7ZNdICkeg8mJDJY/mN+A2GkA8zdFRARrZ3PoAKtQpVPEFg==
23922402
dependencies:
2403+
ajv "^8.6.3"
23932404
bunyan "^1.8.12"
2394-
bunyan-debug-stream "^1.1.0"
2405+
bunyan-debug-stream "^2.0.1"
23952406
chalk "^2.4.2"
23962407
child-process-promise "^2.2.0"
23972408
find-up "^4.1.0"
23982409
fs-extra "^4.0.2"
23992410
funpermaproxy "^1.0.1"
2400-
get-port "^2.1.0"
24012411
ini "^1.3.4"
24022412
lodash "^4.17.5"
24032413
minimist "^1.2.0"
@@ -2414,6 +2424,7 @@ detox@^18.20.1:
24142424
which "^1.3.1"
24152425
ws "^7.0.0"
24162426
yargs "^16.0.3"
2427+
yargs-parser "^20.2.2"
24172428
yargs-unparser "^2.0.0"
24182429

24192430
diff-sequences@^26.6.2:
@@ -2680,6 +2691,11 @@ extglob@^2.0.4:
26802691
snapdragon "^0.8.1"
26812692
to-regex "^3.0.1"
26822693

2694+
fast-deep-equal@^3.1.1:
2695+
version "3.1.3"
2696+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
2697+
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
2698+
26832699
fast-json-stable-stringify@^2.0.0:
26842700
version "2.1.0"
26852701
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -2871,13 +2887,6 @@ get-package-type@^0.1.0:
28712887
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
28722888
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
28732889

2874-
get-port@^2.1.0:
2875-
version "2.1.0"
2876-
resolved "https://registry.yarnpkg.com/get-port/-/get-port-2.1.0.tgz#8783f9dcebd1eea495a334e1a6a251e78887ab1a"
2877-
integrity sha512-Za6hwpIQjqx3rxtqHZpVdn4r/74EkANdpp4GKJO2GcjsRrnMD5QfiuDIcEckUrtmCIC13FNZqNkhmucZvNrjhg==
2878-
dependencies:
2879-
pinkie-promise "^2.0.0"
2880-
28812890
get-stream@^4.0.0:
28822891
version "4.1.0"
28832892
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -4084,6 +4093,11 @@ json-parse-even-better-errors@^2.3.0:
40844093
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
40854094
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
40864095

4096+
json-schema-traverse@^1.0.0:
4097+
version "1.0.0"
4098+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
4099+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
4100+
40874101
json5@^0.5.1:
40884102
version "0.5.1"
40894103
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
@@ -5042,18 +5056,6 @@ pify@^4.0.1:
50425056
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
50435057
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
50445058

5045-
pinkie-promise@^2.0.0:
5046-
version "2.0.1"
5047-
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
5048-
integrity sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==
5049-
dependencies:
5050-
pinkie "^2.0.0"
5051-
5052-
pinkie@^2.0.0:
5053-
version "2.0.4"
5054-
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
5055-
integrity sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==
5056-
50575059
pirates@^4.0.1, pirates@^4.0.4, pirates@^4.0.5:
50585060
version "4.0.5"
50595061
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b"
@@ -5178,7 +5180,7 @@ pump@^3.0.0:
51785180
end-of-stream "^1.1.0"
51795181
once "^1.3.1"
51805182

5181-
punycode@^2.1.1:
5183+
punycode@^2.1.0, punycode@^2.1.1:
51825184
version "2.1.1"
51835185
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
51845186
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
@@ -5396,6 +5398,11 @@ require-directory@^2.1.1:
53965398
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
53975399
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
53985400

5401+
require-from-string@^2.0.2:
5402+
version "2.0.2"
5403+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
5404+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
5405+
53995406
require-main-filename@^2.0.0:
54005407
version "2.0.0"
54015408
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
@@ -6238,6 +6245,13 @@ unset-value@^1.0.0:
62386245
has-value "^0.3.1"
62396246
isobject "^3.0.0"
62406247

6248+
uri-js@^4.2.2:
6249+
version "4.4.1"
6250+
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
6251+
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
6252+
dependencies:
6253+
punycode "^2.1.0"
6254+
62416255
urix@^0.1.0:
62426256
version "0.1.0"
62436257
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"

0 commit comments

Comments
 (0)