Skip to content

Commit 6f2c39a

Browse files
committed
Update new architecture for ios
1 parent ea66530 commit 6f2c39a

File tree

6 files changed

+401
-228
lines changed

6 files changed

+401
-228
lines changed
+27-22
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (6.1.7.4)
8+
activesupport (7.0.8.4)
79
concurrent-ruby (~> 1.0, >= 1.0.2)
810
i18n (>= 1.6, < 2)
911
minitest (>= 5.1)
1012
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.4)
13-
public_suffix (>= 2.0.2, < 6.0)
13+
addressable (2.8.7)
14+
public_suffix (>= 2.0.2, < 7.0)
1415
algoliasearch (1.27.5)
1516
httpclient (~> 2.8, >= 2.8.3)
1617
json (>= 1.5.1)
1718
atomos (0.1.3)
19+
base64 (0.2.0)
1820
claide (1.1.0)
19-
cocoapods (1.12.1)
21+
cocoapods (1.14.3)
2022
addressable (~> 2.8)
2123
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.12.1)
24+
cocoapods-core (= 1.14.3)
2325
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.6.0, < 2.0)
26+
cocoapods-downloader (>= 2.1, < 3.0)
2527
cocoapods-plugins (>= 1.0.0, < 2.0)
2628
cocoapods-search (>= 1.0.0, < 2.0)
2729
cocoapods-trunk (>= 1.6.0, < 2.0)
@@ -33,8 +35,8 @@ GEM
3335
molinillo (~> 0.8.0)
3436
nap (~> 1.0)
3537
ruby-macho (>= 2.3.0, < 3.0)
36-
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.12.1)
38+
xcodeproj (>= 1.23.0, < 2.0)
39+
cocoapods-core (1.14.3)
3840
activesupport (>= 5.0, < 8)
3941
addressable (~> 2.8)
4042
algoliasearch (~> 1.0)
@@ -45,7 +47,7 @@ GEM
4547
public_suffix (~> 4.0)
4648
typhoeus (~> 1.0)
4749
cocoapods-deintegrate (1.0.5)
48-
cocoapods-downloader (1.6.3)
50+
cocoapods-downloader (2.1)
4951
cocoapods-plugins (1.0.0)
5052
nap
5153
cocoapods-search (1.0.1)
@@ -54,47 +56,50 @@ GEM
5456
netrc (~> 0.11)
5557
cocoapods-try (1.2.0)
5658
colored2 (3.1.2)
57-
concurrent-ruby (1.2.2)
59+
concurrent-ruby (1.3.3)
5860
escape (0.0.4)
5961
ethon (0.16.0)
6062
ffi (>= 1.15.0)
61-
ffi (1.15.5)
63+
ffi (1.17.0)
6264
fourflusher (2.3.1)
6365
fuzzy_match (2.0.4)
6466
gh_inspector (1.1.3)
6567
httpclient (2.8.3)
66-
i18n (1.14.1)
68+
i18n (1.14.5)
6769
concurrent-ruby (~> 1.0)
68-
json (2.6.3)
69-
minitest (5.18.1)
70+
json (2.7.2)
71+
minitest (5.24.1)
7072
molinillo (0.8.0)
7173
nanaimo (0.3.0)
7274
nap (1.1.0)
7375
netrc (0.11.0)
76+
nkf (0.2.0)
7477
public_suffix (4.0.7)
75-
rexml (3.2.5)
78+
rexml (3.2.9)
79+
strscan
7680
ruby-macho (2.5.1)
77-
typhoeus (1.4.0)
81+
strscan (3.1.0)
82+
typhoeus (1.4.1)
7883
ethon (>= 0.9.0)
7984
tzinfo (2.0.6)
8085
concurrent-ruby (~> 1.0)
81-
xcodeproj (1.22.0)
86+
xcodeproj (1.24.0)
8287
CFPropertyList (>= 2.3.3, < 4.0)
8388
atomos (~> 0.1.3)
8489
claide (>= 1.0.2, < 2.0)
8590
colored2 (~> 3.1)
8691
nanaimo (~> 0.3.0)
8792
rexml (~> 3.2.4)
88-
zeitwerk (2.6.8)
8993

9094
PLATFORMS
9195
ruby
9296

9397
DEPENDENCIES
94-
cocoapods (~> 1.12)
98+
activesupport (>= 6.1.7.5, < 7.1.0)
99+
cocoapods (>= 1.13, < 1.15)
95100

96101
RUBY VERSION
97102
ruby 2.6.10p210
98103

99104
BUNDLED WITH
100-
1.17.2
105+
2.5.9

UXCamReactExample-Typescript/ios/Podfile

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ target 'ReactTypeScriptSample' do
3030

3131
use_react_native!(
3232
:path => config[:reactNativePath],
33+
:hermes_enabled => false
3334
)
3435

3536
target 'ReactTypeScriptSampleTests' do

0 commit comments

Comments
 (0)