Skip to content

Commit 052b2ab

Browse files
author
akhenda
committed
fix(build): correctly link the exception handler and update iOS icons
1 parent 257bb2c commit 052b2ab

File tree

27 files changed

+4
-4
lines changed

27 files changed

+4
-4
lines changed

ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ target 'WAPI' do
3737
pod 'RNVectorIcons', :path => '../node_modules/react-native-vector-icons'
3838
pod 'BVLinearGradient', :path => '../node_modules/react-native-linear-gradient'
3939
pod 'SentryReactNative', :path => '../node_modules/react-native-sentry/SentryReactNative.podspec'
40-
pod 'ReactNativeExceptionHandler', :path => '../node_modules/react-native-exception-handler/ios/ReactNativeExceptionHandler.podspec'
40+
pod 'ReactNativeExceptionHandler', :podspec => '../node_modules/react-native-exception-handler/ios/ReactNativeExceptionHandler.podspec'
4141

4242
target 'WAPITests' do
4343
inherit! :search_paths

ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ EXTERNAL SOURCES:
132132
React:
133133
:path: ../node_modules/react-native
134134
ReactNativeExceptionHandler:
135-
:path: ../node_modules/react-native-exception-handler/ios/ReactNativeExceptionHandler.podspec
135+
:podspec: ../node_modules/react-native-exception-handler/ios/ReactNativeExceptionHandler.podspec
136136
RNFS:
137137
:path: ../node_modules/react-native-fs
138138
RNVectorIcons:
@@ -152,13 +152,13 @@ SPEC CHECKSUMS:
152152
RadarSDK: e73cfee062b9ab25ce540a42e2556a98cdc0276f
153153
RCTRestart: 2f9ddcfd9abb887f123b6580cec64d72fb6cccaa
154154
React: 1fe0eb13d90b625d94c3b117c274dcfd2e760e11
155-
ReactNativeExceptionHandler: 920172780c35c4899c84dc7e216e2152a21c3760
155+
ReactNativeExceptionHandler: 040b33d72849a0aa862d1dcb54008ccef77a935e
156156
RNFS: bbb1a64eb245763daf34aea86f97c97c4e85f74c
157157
RNVectorIcons: c0dbfbf6068fefa240c37b0f71bd03b45dddac44
158158
Sentry: 7d3ea7176e5184e9c35c12a5825905345807e8c1
159159
SentryReactNative: 787a08161d641dde91dd36d4c8e76f9b0ba4fc84
160160
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
161161

162-
PODFILE CHECKSUM: 997024acedbc0a5ad9eff03c0cda0162441ee5bf
162+
PODFILE CHECKSUM: ed7c5f98dffbb4b6381905a2c8bcc45b3cb6e870
163163

164164
COCOAPODS: 1.4.0
-90 Bytes
Loading
22.2 KB
Loading
271 Bytes
Loading
295 Bytes
Loading
215 Bytes
Loading
46 Bytes
Loading
500 Bytes
Loading
-78 Bytes
Loading

0 commit comments

Comments
 (0)