Skip to content

Commit 75204db

Browse files
authored
swig_fix.py: fix the ignore path for Firestore's exception checks (#222)
1 parent cf0c782 commit 75204db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/swig_fix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def get_transformations(namespace):
156156
swig_post_process.SWIGEnumPostProcessing(),
157157
NamespaceCMethodsCMake(namespace),
158158
swig_post_process.ReplaceExceptionChecks(
159-
'AppUtil', ['firebase/firestore/client/unity']),
159+
'AppUtil', ['Firebase.Firestore.cs']),
160160
swig_post_process.FixSealedClasses(),
161161
swig_post_process.InternalMethodsToInternalVisibility(),
162162
swig_post_process.RenameAsyncMethods(),

0 commit comments

Comments
 (0)