Skip to content

Commit

Permalink
chore: Also add excluded unimodules in example Pods file
Browse files Browse the repository at this point in the history
  • Loading branch information
rpander93 committed May 3, 2021
1 parent 0fcf93a commit 69951e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
2 changes: 2 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ platform :ios, '11.0'

target 'DocumentOpenerExample' do
use_unimodules!(exclude: [
"expo-constants",
"expo-image-loader",
"expo-permissions"
])
config = use_native_modules!
Expand Down
28 changes: 3 additions & 25 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
PODS:
- boost-for-react-native (1.63.0)
- DoubleConversion (1.1.6)
- EXConstants (10.1.3):
- UMConstantsInterface
- UMCore
- EXFileSystem (11.0.2):
- UMCore
- UMFileSystemInterface
- EXImageLoader (2.1.1):
- React-Core
- UMCore
- UMImageLoaderInterface
- EXPermissions (12.0.1):
- UMCore
- UMPermissionsInterface
- FBLazyVector (0.63.4)
- FBReactNativeSpec (0.63.4):
- Folly (= 2020.01.13.00)
Expand Down Expand Up @@ -198,7 +188,7 @@ PODS:
- React-cxxreact (= 0.63.4)
- React-jsi (= 0.63.4)
- React-jsinspector (0.63.4)
- react-native-document-opener (1.0.0):
- react-native-document-opener (0.1.0):
- React-Core
- React-RCTActionSheet (0.63.4):
- React-Core/RCTActionSheetHeaders (= 0.63.4)
Expand Down Expand Up @@ -286,10 +276,7 @@ PODS:

DEPENDENCIES:
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- EXConstants (from `../node_modules/expo-constants/ios`)
- EXFileSystem (from `../node_modules/expo-file-system/ios`)
- EXImageLoader (from `../node_modules/expo-image-loader/ios`)
- EXPermissions (from `../node_modules/expo-permissions/ios`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec`)
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
Expand Down Expand Up @@ -339,14 +326,8 @@ SPEC REPOS:
EXTERNAL SOURCES:
DoubleConversion:
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
EXConstants:
:path: "../node_modules/expo-constants/ios"
EXFileSystem:
:path: "../node_modules/expo-file-system/ios"
EXImageLoader:
:path: "../node_modules/expo-image-loader/ios"
EXPermissions:
:path: "../node_modules/expo-permissions/ios"
FBLazyVector:
:path: "../node_modules/react-native/Libraries/FBLazyVector"
FBReactNativeSpec:
Expand Down Expand Up @@ -429,10 +410,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cde416483dac037923206447da6e1454df403714
EXConstants: c4dd28acc12039c999612507a5f935556f2c86ce
EXFileSystem: dcf2273f49431e5037347c733a2dc5d08e0d0a9e
EXImageLoader: da941c9399e01ec28f2d5b270bdd21f2c8ca596c
EXPermissions: 8f8c1c05580c4e02d4ee2c8dd74bfe173ff6a723
FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e
FBReactNativeSpec: f2c97f2529dd79c083355182cc158c9f98f4bd6e
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
Expand All @@ -447,7 +425,7 @@ SPEC CHECKSUMS:
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
react-native-document-opener: 24755ac61fe1fd79fdfea2a58283c980c04eb84a
react-native-document-opener: 93815c9e4d3ef899d716b60843a99a8353664441
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0
Expand All @@ -473,6 +451,6 @@ SPEC CHECKSUMS:
UMTaskManagerInterface: 203c11259d2699b5b3a4eda4adbc466f5cb5c561
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6

PODFILE CHECKSUM: 29ae053a5a834caadefd64b84bb038c118014ae4
PODFILE CHECKSUM: 32b06f35ae07a2a7c51e3c4e9e4784903045352f

COCOAPODS: 1.10.1

0 comments on commit 69951e2

Please sign in to comment.