Skip to content

Commit dabfd91

Browse files
Move messaging sample app to the new FirebaseMessaging folder (#5476)
1 parent 8fa91b6 commit dabfd91

File tree

25 files changed

+5
-7
lines changed

25 files changed

+5
-7
lines changed

.github/workflows/messaging.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
paths:
66
- 'FirebaseMessaging/**'
7-
- 'Examples/Messaging/Sample/**'
87

98
#Podspec
109
- 'FirebaseMessaging.podspec'
@@ -131,7 +130,7 @@ jobs:
131130
- name: Install Secret GoogleService-Info.plist
132131
run: |
133132
scripts/decrypt_gha_secret.sh scripts/gha-encrypted/messaging-sample-plist.gpg \
134-
Example/Messaging/Sample/Sample/GoogleService-Info.plist "$plist_secret"
133+
FirebaseMessaging/Apps/Sample/Sample/GoogleService-Info.plist "$plist_secret"
135134
- name: Prereqs
136135
run: scripts/install_prereqs.sh MessagingSample iOS
137136
- name: Build

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ FirebaseInstallations/Source/Tests/Resources/GoogleService-Info.plist
1717
Example/InstanceID/Resources/GoogleService-Info.plist
1818

1919
# FirebaseMessaging integration tests GoogleService-Info.plist
20-
Example/Messaging/Resources/GoogleService-Info.plist
2120
FirebaseMessaging/Tests/IntegrationTests/Resources/GoogleService-Info.plist
2221
# FirebaseMessaging test app GoogleService-Info.plist
23-
Example/Messaging/Sample/Sample/GoogleService-Info.plist
22+
FirebaseMessaging/Apps/Sample/Sample/GoogleService-Info.plist
2423

2524
Secrets.tar
2625

File renamed without changes.

0 commit comments

Comments
 (0)