Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def __apply_Xcode_14_3_RC_post_install_workaround(installer)
end
end

# Pods does not derive :debug type from NewExpensify's debug configurations so we need to set it manually before react-native-post-install.
# Pods does not derive :debug type from NewExpensify's debug configurations so we need to set it manually before react-native-post-install.
# Based on this value react-native-post-install will set the correct GCC_PREPROCESSOR_DEFINITIONS e.g. ENABLE_HERMES_DEBUGGER
def __set_debug_type_for_debug_configurations(installer)
installer.pods_project.build_configurations.each do |config|
Expand Down Expand Up @@ -113,21 +113,15 @@ target 'NewExpensify' do

installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_ENABLE_EXPLICIT_MODULES'] = 'NO'
end
config.build_settings['SWIFT_ENABLE_EXPLICIT_MODULES'] = 'NO'
end

if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"
target.build_configurations.each do |config|
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
end
end
end

installer.pods_project.targets.each do |t|
t.build_configurations.each do |c|
c.build_settings['SWIFT_ENABLE_EXPLICIT_MODULES'] = 'NO'
end
end
end
end

Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4817,6 +4817,6 @@ SPEC CHECKSUMS:
VisionCamera: 30b358b807324c692064f78385e9a732ce1bebfe
Yoga: 9b30b783a17681321b52ac507a37219d7d795ace

PODFILE CHECKSUM: b8d8822965874a00c1e9d5ce99cb02c3618245b2
PODFILE CHECKSUM: 7b7e42d39b30be7ca4c68c5272e2cbf2a740695b

COCOAPODS: 1.16.2