Skip to content

Commit 998ba4e

Browse files
authored
Merge pull request #791 from leotm/rn-0.69.1-0.69.2-ios-prod-flag
Add iOS prod flag from RN 0.69.1->0.69.2
2 parents b678e17 + 71e6cab commit 998ba4e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

β€Žios/Podfileβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ install! 'cocoapods', :deterministic_uuids => false
88

99
ENV['RCT_NEW_ARCH_ENABLED'] = '1'
1010

11+
production = ENV['PRODUCTION'] == '1'
12+
1113
target 'MyApp' do
1214
config = use_native_modules!
1315

@@ -19,6 +21,7 @@ target 'MyApp' do
1921
# Hermes is now enabled by default. Disable by setting this flag to false.
2022
# Upcoming versions of React Native may rely on get_default_flags(), but
2123
# we make it explicit here to aid in the React Native upgrade process.
24+
:production => production,
2225
:hermes_enabled => true,
2326
:fabric_enabled => flags[:fabric_enabled],
2427
# Enables Flipper.

β€Žios/Podfile.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,6 @@ SPEC CHECKSUMS:
944944
Yoga: 454a537b6acc2912c42976cf5e542060f7a23cfe
945945
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
946946

947-
PODFILE CHECKSUM: 9c3b75c27c454be8fec3f0a1138686b680670368
947+
PODFILE CHECKSUM: 571d0df30309d56162dc92366495c703a1698097
948948

949949
COCOAPODS: 1.11.3

0 commit comments

Comments
Β (0)