File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ //
2+ // BridgingFile.swift
3+ // testingrnapps
4+ //
5+ // Created by santhosh vaiyapuri on 15/06/2022.
6+ //
7+
8+ import Foundation
Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ target 'testingrnapps' do
2121 # you should disable these next few lines.
2222 use_flipper! ( )
2323 post_install do |installer |
24+ installer . pods_project . build_configurations . each do |config |
25+ config . build_settings [ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" ] = "arm64"
26+ end
2427 react_native_post_install ( installer )
2528 __apply_Xcode_12_5_M1_post_install_workaround ( installer )
2629 end
Original file line number Diff line number Diff line change @@ -561,6 +561,6 @@ SPEC CHECKSUMS:
561561 Yoga: c11abbf5809216c91fcd62f5571078b83d9b6720
562562 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
563563
564- PODFILE CHECKSUM: 1ccbbc53d463b1c06b257ceb257f07b13835a906
564+ PODFILE CHECKSUM: 306d1ceaa151d54066c1d3a5533d6ae9965da83b
565565
566- COCOAPODS: 1.11.0.beta. 2
566+ COCOAPODS: 1.11.2
Original file line number Diff line number Diff line change 1+ //
2+ // Use this file to import your target's public headers that you would like to expose to Swift.
3+ //
4+
Original file line number Diff line number Diff line change 1+ //
2+ // Use this file to import your target's public headers that you would like to expose to Swift.
3+ //
4+
Original file line number Diff line number Diff line change 1+ //
2+ // Use this file to import your target's public headers that you would like to expose to Swift.
3+ //
4+
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ //
2+ // Use this file to import your target's public headers that you would like to expose to Swift.
3+ //
4+
You can’t perform that action at this time.
0 commit comments