File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -581,3 +581,4 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
581581## License
582582
583583MPL-2.0
584+
Original file line number Diff line number Diff line change 11require_relative '../node_modules/react-native/scripts/react_native_pods'
22require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33
4- platform :ios , '10.0'
5-
64target 'BlobCourier' do
7- config = use_native_modules!
5+ target 'BlobCourierTests' do
6+ platform :ios , '11.0'
87
9- use_react_native! (
10- :path => config [ "reactNativePath" ] ,
11- # to enable hermes on iOS, change `false` to `true` and then install pods
12- :hermes_enabled => false
13- )
8+ config = use_native_modules!
149
15- target 'BlobCourierTests' do
16- inherit! :complete
10+ use_react_native! (
11+ :path => config [ "reactNativePath" ] ,
12+ # to enable hermes on iOS, change `false` to `true` and then install pods
13+ :hermes_enabled => false
14+ )
1715
1816 # Pods for testing
1917 pod 'Embassy' , '~> 4.1'
2018 pod 'EnvoyAmbassador' , '~> 4.0'
2119 pod 'MimeParser' , :git => "https://github.com/edeckers/MimeParser.git" , :branch => "elydeckers/feature/change-deployment-target"
2220 end
2321end
22+
Original file line number Diff line number Diff line change @@ -419,6 +419,7 @@ SPEC CHECKSUMS:
419419 ReactCommon: eafed38eec7b591c31751bfa7494801618460459
420420 Yoga: aa0cb45287ebe1004c02a13f279c55a95f1572f4
421421
422- PODFILE CHECKSUM: 644092105a8086e0c4a72e587fb8d2b99025822f
422+ PODFILE CHECKSUM: 5b81b0b62aa0486601d856fd54f7f21f0b2aeb8b
423423
424424COCOAPODS: 1.11.2
425+
You can’t perform that action at this time.
0 commit comments