Skip to content

Commit e15724a

Browse files
authored
Migrate from interop pods to source_files header access (#5760)
1 parent d4621a6 commit e15724a

File tree

105 files changed

+180
-291
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+180
-291
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths:
99
- 'FirebaseABTesting**'
10+
- 'Interop/Analytics/Public/*.h'
1011
- '.github/workflows/abtesting.yml'
1112
- 'Gemfile'
1213
schedule:

.github/workflows/auth.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- 'FirebaseAuth**'
7+
- 'Interop/Auth/Public/*.h'
78
- '.github/workflows/auth.yml'
89
- 'Gemfile'
910
schedule:

.github/workflows/core.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- 'FirebaseCore**'
7+
- 'Interop/CoreDiagnostics/Public/*.h'
78
- '.github/workflows/core.yml'
89
- 'Gemfile'
910
schedule:

.github/workflows/crashlytics.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- 'Crashlytics**'
77
- '.github/workflows/crashlytics.yml'
8+
- 'Interop/Analytics/Public/*.h'
89
- 'Gemfile'
910
schedule:
1011
# Run every day at 11pm (PST) - cron uses UTC times

.github/workflows/database.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'FirebaseDatabase**'
1010
- 'Firebase/Database/**'
1111
- 'Example/Database/**'
12+
- 'Interop/Auth/Public/*.h'
1213
- '.github/workflows/database.yml'
1314
- 'Gemfile'
1415
schedule:

.github/workflows/dynamiclinks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- 'FirebaseDynamicLinks**'
77
- '.github/workflows/dynamiclinks.yml'
8+
- 'Interop/Analytics/Public/*.h'
89
- 'Gemfile'
910
schedule:
1011
# Run every day at 11pm (PST) - cron uses UTC times

.github/workflows/firestore.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ on:
2020
# Firestore sources
2121
- 'Firestore/**'
2222

23+
# Interop headers
24+
- 'Interop/Auth/Public/*.h'
25+
2326
# Podspec
2427
- 'FirebaseFirestore.podspec'
2528

.github/workflows/functions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
paths:
99
- 'Functions**'
1010
- '.github/workflows/functions.yml'
11+
- 'Interop/Auth/Public/*.h'
1112
- 'Gemfile'
1213
schedule:
1314
# Run every day at 11pm (PST) - cron uses UTC times

.github/workflows/inappmessaging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths:
99
- 'FirebaseInAppMessaging**'
10+
- 'Interop/Analytics/Public/*.h'
1011
- '.github/workflows/inappmessaging.yml'
1112
- 'Gemfile'
1213
schedule:

.github/workflows/interop.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)