File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -44,5 +44,11 @@ target 'NitroSQLiteExample' do
4444 installer . pods_project . build_configurations . each do |config |
4545 config . build_settings [ 'DEAD_CODE_STRIPPING' ] = 'YES'
4646 end
47+
48+ installer . pods_project . targets . each do |target |
49+ target . build_configurations . each do |config |
50+ config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = '16.6'
51+ end
52+ end
4753 end
4854end
Original file line number Diff line number Diff line change @@ -1950,6 +1950,6 @@ SPEC CHECKSUMS:
19501950 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19511951 Yoga: db69236006b8b1c6d55ab453390c882306cbf219
19521952
1953- PODFILE CHECKSUM: 27ad3045377187b09e7ab4a604c851aa9838f52d
1953+ PODFILE CHECKSUM: 242b3bdf23dcca8e62d0c5651b11f41cdefac2d6
19541954
19551955COCOAPODS: 1.15.2
You can’t perform that action at this time.
0 commit comments