Skip to content

Commit 1a3599a

Browse files
committed
Revert "Merge pull request #791 from leotm/rn-0.69.1-0.69.2-ios-prod-flag"
This reverts commit 998ba4e, reversing changes made to b678e17.
1 parent 998ba4e commit 1a3599a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ios/Podfile

-3
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ install! 'cocoapods', :deterministic_uuids => false
88

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

11-
production = ENV['PRODUCTION'] == '1'
12-
1311
target 'MyApp' do
1412
config = use_native_modules!
1513

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

ios/Podfile.lock

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

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

949949
COCOAPODS: 1.11.3

0 commit comments

Comments
 (0)