Skip to content

Commit

Permalink
refactor: trim podfile (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
edeckers authored Jan 17, 2022
1 parent b614ee3 commit 6b44fca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -581,3 +581,4 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
## License
MPL-2.0
19 changes: 9 additions & 10 deletions ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '10.0'

target 'BlobCourier' do
config = use_native_modules!
target 'BlobCourierTests' do
platform :ios, '11.0'

use_react_native!(
:path => config["reactNativePath"],
# to enable hermes on iOS, change `false` to `true` and then install pods
:hermes_enabled => false
)
config = use_native_modules!

target 'BlobCourierTests' do
inherit! :complete
use_react_native!(
:path => config["reactNativePath"],
# to enable hermes on iOS, change `false` to `true` and then install pods
:hermes_enabled => false
)

# Pods for testing
pod 'Embassy', '~> 4.1'
pod 'EnvoyAmbassador', '~> 4.0'
pod 'MimeParser', :git => "https://github.com/edeckers/MimeParser.git", :branch => "elydeckers/feature/change-deployment-target"
end
end

3 changes: 2 additions & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ SPEC CHECKSUMS:
ReactCommon: eafed38eec7b591c31751bfa7494801618460459
Yoga: aa0cb45287ebe1004c02a13f279c55a95f1572f4

PODFILE CHECKSUM: 644092105a8086e0c4a72e587fb8d2b99025822f
PODFILE CHECKSUM: 5b81b0b62aa0486601d856fd54f7f21f0b2aeb8b

COCOAPODS: 1.11.2

0 comments on commit 6b44fca

Please sign in to comment.