Skip to content

Commit

Permalink
test podfile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 23, 2023
1 parent ff575ef commit 6f9c02e
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 101 deletions.
9 changes: 4 additions & 5 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ abstract_target 'Status' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

post_install do |installer|
react_native_post_install(installer)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
end

pod 'react-native-image-resizer', :path => '../node_modules/react-native-image-resizer'
pod 'react-native-config', :path => '../node_modules/react-native-config'

Expand Down Expand Up @@ -53,6 +48,10 @@ abstract_target 'Status' do
post_install do |installer|
# some of libs wouldn't be build for x86_64 otherwise and that is
# necessary for ios simulators

react_native_post_install(installer)
__apply_Xcode_12_5_M1_post_install_workaround(installer)

installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO'
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,6 @@ SPEC CHECKSUMS:
TouchID: ba4c656d849cceabc2e4eef722dea5e55959ecf4
Yoga: c4d61225a466f250c35c1ee78d2d0b3d41fe661c

PODFILE CHECKSUM: 2be87ab904fb5c847bf9dc62adec9d34873f2385
PODFILE CHECKSUM: 665e69adb07ecc8a9ed325ab2036549ddcee086a

COCOAPODS: 1.12.0
Loading

0 comments on commit 6f9c02e

Please sign in to comment.