Skip to content

Commit 89c7fe9

Browse files
committed
updated example
1 parent 674ee58 commit 89c7fe9

File tree

4 files changed

+1124
-502
lines changed

4 files changed

+1124
-502
lines changed

example/ios/FastOpenpgpExample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
);
372372
inputPaths = (
373373
"${PODS_ROOT}/Target Support Files/Pods-FastOpenpgpExample/Pods-FastOpenpgpExample-frameworks.sh",
374-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
374+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
375375
);
376376
name = "[CP] Embed Pods Frameworks";
377377
outputPaths = (

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PODS:
1616
- Flipper-Boost-iOSX (1.76.0.1.11)
1717
- Flipper-DoubleConversion (1.1.7)
1818
- Flipper-Fmt (7.1.7)
19-
- Flipper-Folly (2.6.9):
19+
- Flipper-Folly (2.6.10):
2020
- Flipper-Boost-iOSX
2121
- Flipper-DoubleConversion
2222
- Flipper-Fmt (= 7.1.7)
@@ -248,7 +248,7 @@ PODS:
248248
- React-cxxreact (= 0.63.4)
249249
- React-jsi (= 0.63.4)
250250
- React-jsinspector (0.63.4)
251-
- react-native-fast-openpgp (2.0.0-rc1):
251+
- react-native-fast-openpgp (2.2.0):
252252
- React-Core
253253
- React-RCTActionSheet (0.63.4):
254254
- React-Core/RCTActionSheetHeaders (= 0.63.4)
@@ -452,7 +452,7 @@ SPEC CHECKSUMS:
452452
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
453453
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
454454
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
455-
Flipper-Folly: 4c7cf530a9038ae25b0fa37e00b00491c467aaea
455+
Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
456456
Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
457457
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
458458
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
@@ -471,7 +471,7 @@ SPEC CHECKSUMS:
471471
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
472472
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
473473
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
474-
react-native-fast-openpgp: 1f6bfe791c5519b46ffb82a1ec2b73e035be6d77
474+
react-native-fast-openpgp: f64656044dec630fa9742f1cd4c6b5ffe9f2533a
475475
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
476476
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
477477
React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0
@@ -488,4 +488,4 @@ SPEC CHECKSUMS:
488488

489489
PODFILE CHECKSUM: 6651b8289411f859f9c21cefd9d553fe8807a1cc
490490

491-
COCOAPODS: 1.10.1
491+
COCOAPODS: 1.11.2

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
]
2626
},
2727
"dependencies": {
28-
"react": "17.0.2",
29-
"react-native": "0.65.1",
28+
"react": "16.13.1",
29+
"react-native": "0.63.4",
3030
"react-native-fs": "^2.18.0"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.12.9",
33+
"@babel/core": "^7.12.10",
3434
"@babel/runtime": "^7.12.5",
3535
"babel-jest": "^26.6.3",
3636
"babel-plugin-module-resolver": "^4.0.0",
3737
"detox": "^18.20.1",
3838
"jest": "^26.6.3",
3939
"jest-circus": "^27.0.6",
40-
"metro-react-native-babel-preset": "^0.66.0"
40+
"metro-react-native-babel-preset": "^0.64.0"
4141
}
4242
}

0 commit comments

Comments
 (0)