Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

Readme should be updated #291

Closed Lapinou42 closed 4 years ago

Lapinou42 commented 4 years ago

Hello :)

Just to inform you about a small mistake. In the readme, there is:

  1. For Swift project: you will need a bridging header, so just add a new file with Objective-C, confirm you want to a create a bridging header and just remove the not needed Objective-C file. In the bridging header, add: #import <EstimoteFleetManagement/EstimoteFleetManagement.h> For Objective-c project: add to your code #import <EstimoteFleetManagement/EstimoteFleetManagement.h>

It should be:

3 For Swift project: you will need a bridging header, so just add a new file with Objective-C, confirm you want to a create a bridging header and just remove the not needed Objective-C file. In the bridging header, add: #import <EstimoteFleetManagementSDK/EstimoteFleetManagementSDK.h> For Objective-c project: add to your code #import <EstimoteFleetManagementSDK/EstimoteFleetManagementSDK.h>

EstimoteFleetManagement => EstimoteFleetManagementSDK

Thank you :)

chwastek commented 4 years ago

Fixed in https://github.com/Estimote/iOS-Fleet-Management-SDK/commit/867d4d83c429a80752a9de845a55a4bf107cb213 thanks for spotting this 🖖