We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b411e commit 69afe2cCopy full SHA for 69afe2c
FirebaseAILogic.podspec
@@ -36,6 +36,7 @@ Build AI-powered apps and features with the Gemini API using the Firebase AI Log
36
]
37
s.exclude_files = [
38
'FirebaseAI/Sources/Macros',
39
+ 'FirebaseAI/Sources/Types/Public/Generable/MacroDeclarations.swift',
40
41
42
s.swift_version = '6.0'
@@ -63,7 +64,7 @@ Build AI-powered apps and features with the Gemini API using the Firebase AI Log
63
64
unit_tests_dir + '**/*.swift',
65
66
unit_tests.exclude_files = [
- unit_tests_dir + 'Macros/**/*.swift',
67
+ unit_tests_dir + 'Macros',
68
unit_tests_dir + 'Snippets/**/*.swift',
69
70
unit_tests.resources = [
0 commit comments