Skip to content

Commit 162e9d8

Browse files
authored
fix(messaging): readme file rename instructions do not work (#146)
1 parent 109cf84 commit 162e9d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/firebase-messaging-core/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Open /platforms/ios/yourproject.**xcworkspace** (!) and go to your project's tar
122122
123123
#### Copy the entitlements file
124124

125-
The previous step created a the file`platforms/ios/YourAppName/(Resources/)YourAppName.entitlements`.
126-
Copy that file to `app/App_Resources/iOS/` (if it doesn't exist yet, otherwise merge its contents),
125+
The previous step created a the file `platforms/ios/YourAppName/(Resources/)YourAppName.entitlements`.
126+
Move and rename that file to `app/App_Resources/iOS/app.entitlements` (if it doesn't exist yet, otherwise merge its contents),
127127
so it's not removed when you remove and re-add the iOS platform. The relevant content for background push in that file is:
128128

129129
```xml

packages/firebase-messaging/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ Open /platforms/ios/yourproject.**xcworkspace** (!) and go to your project's tar
508508
509509
#### Copy the entitlements file
510510
511-
The previous step created a the file`platforms/ios/YourAppName/(Resources/)YourAppName.entitlements`.
512-
Copy that file to `app/App_Resources/iOS/` (if it doesn't exist yet, otherwise merge its contents),
511+
The previous step created a the file `platforms/ios/YourAppName/(Resources/)YourAppName.entitlements`.
512+
Move and rename that file to `app/App_Resources/iOS/app.entitlements` (if it doesn't exist yet, otherwise merge its contents),
513513
so it's not removed when you remove and re-add the iOS platform. The relevant content for background push in that file is:
514514
515515
```xml

0 commit comments

Comments
 (0)