Skip to content

Commit be56e96

Browse files
committed
Converted images from html to markdown
1 parent 6ec29e4 commit be56e96

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Run `pod install` in the project directory
2424
##### Manually:
2525

2626
1. Download or clone this repo on your system.
27-
2. Drag and drop the Beaconstac.framework file into your Xcode project. Make sure that "Copy Items to Destinations Group Folder" is checked.
28-
![Copy Items](https://raw.githubusercontent.com/Beaconstac/iOS-SDK/master/images/frameworkdrop.png)
27+
2. Drag and drop the Beaconstac.framework file into your Xcode project. Make sure that "Copy Items to Destination Group Folder" is checked.
28+
![Framework drop](https://raw.githubusercontent.com/Beaconstac/iOS-SDK/master/images/frameworkdrop.png)
2929

30-
3. Navigate to Beaconstac.framework/Resources folder in Finder and drop the Beaconstac.bundle into Project navigator area. Make sure that "Copy Items to Destination's Group Folder" checked.
31-
<img src="images/bundledrop.png" alt="Build Phases" width="600">
30+
3. Navigate to Beaconstac.framework/Resources folder in Finder and drop the Beaconstac.bundle into Project navigator area. Make sure that "Copy Items to Destination Group Folder" checked.
31+
![Bundle drop](https://raw.githubusercontent.com/Beaconstac/iOS-SDK/master/images/bundledrop.png)
3232

3333
4. In Build Phases under Target, add the following frameworks in “Link Binary With Libraries” section:
3434
- CoreData.framework
@@ -39,7 +39,7 @@ Run `pod install` in the project directory
3939
## Configure your project
4040

4141
1. In Info.plist, add a new field, NSLocationAlwaysUsageDescription with relevant value that you want to show to the user. This is mandatory for iOS 8 and above.
42-
<img src="images/usagedescription.png" alt="Build Phases" width="600">
42+
![Build phases](https://raw.githubusercontent.com/Beaconstac/iOS-SDK/master/images/usagedescription.png)
4343

4444
2. Import the framework header in your class and make sure the class conforms to BeaconstacDelegate protocol
4545

0 commit comments

Comments
 (0)