Skip to content

Commit 69afe2c

Browse files
committed
Fix podspec macro file exclusions
1 parent 88b411e commit 69afe2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseAILogic.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Build AI-powered apps and features with the Gemini API using the Firebase AI Log
3636
]
3737
s.exclude_files = [
3838
'FirebaseAI/Sources/Macros',
39+
'FirebaseAI/Sources/Types/Public/Generable/MacroDeclarations.swift',
3940
]
4041

4142
s.swift_version = '6.0'
@@ -63,7 +64,7 @@ Build AI-powered apps and features with the Gemini API using the Firebase AI Log
6364
unit_tests_dir + '**/*.swift',
6465
]
6566
unit_tests.exclude_files = [
66-
unit_tests_dir + 'Macros/**/*.swift',
67+
unit_tests_dir + 'Macros',
6768
unit_tests_dir + 'Snippets/**/*.swift',
6869
]
6970
unit_tests.resources = [

0 commit comments

Comments
 (0)