Skip to content

Commit ed34187

Browse files
authored
Update README.md
1 parent 5e07ec9 commit ed34187

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -377,22 +377,10 @@ namespace ...
377377

378378
![SetProvisioningProfile](./img/SetProvisioningProfile.png)
379379

380-
* Drag **node_modules/react-native-azurenotificationhub/ios/RCTAzureNotificationHubManager.xcodeproj** and **node_modules/react-native-azurenotificationhub/ios/WindowsAzureMessaging.xcodeproj** to your project on Xcode (usually under the Libraries group on Xcode).
381-
382-
![AddLibsIOS](./img/AddLibsIOS.png)
383-
384-
* Click on your main project file (the one that represents the **.xcodeproj**), select **Build Phases** and drag the static libraries from the **Products** folder inside the libraries you are importing to **Link Binary With Libraries**
385-
386-
![LinkLibsIOS](./img/LinkLibsIOS.png)
387-
388-
* Add **$(SRCROOT)/../node_modules/react-native-azurenotificationhub/ios** to **Header Search Paths** and select **recursive**
389-
390-
![IncludeHeaderIOS](./img/IncludeHeaderIOS.png)
391-
392380
* To enable support for notification and register events you need to augment your AppDelegate. At the top of your **AppDelegate.m**:
393381

394382
```objective-c
395-
#import "RCTAzureNotificationHubManager.h"
383+
#import "<RNAzureNotificationHub/RCTAzureNotificationHubManager.h>"
396384
```
397385

398386
* And then add the following code in the same file:

0 commit comments

Comments
 (0)