Skip to content

Commit 6b44fca

Browse files
authored
refactor: trim podfile (#190)
1 parent b614ee3 commit 6b44fca

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,3 +581,4 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
581581
## License
582582
583583
MPL-2.0
584+

ios/Podfile

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
require_relative '../node_modules/react-native/scripts/react_native_pods'
22
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
33

4-
platform :ios, '10.0'
5-
64
target '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
2321
end
22+

ios/Podfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ SPEC CHECKSUMS:
419419
ReactCommon: eafed38eec7b591c31751bfa7494801618460459
420420
Yoga: aa0cb45287ebe1004c02a13f279c55a95f1572f4
421421

422-
PODFILE CHECKSUM: 644092105a8086e0c4a72e587fb8d2b99025822f
422+
PODFILE CHECKSUM: 5b81b0b62aa0486601d856fd54f7f21f0b2aeb8b
423423

424424
COCOAPODS: 1.11.2
425+

0 commit comments

Comments
 (0)