Skip to content

Commit 5296bd9

Browse files
authored
Update README.md
1 parent 5c5cb74 commit 5296bd9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ $ pod install
2727

2828
2. Extract it then drag & drop the Instabug.framework files to your project, and make sure that the "Copy items if needed" checkbox is checked
2929

30-
3. Create a new "Run Script Phase" in your project’s target "Build Phases" and add the following snippet:
31-
`bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework/Instabug.bundle/strip-frameworks.sh"`
30+
3. Create a new "Run Script Phase" in your project’s target "Build Phases" and add the following snippet
31+
32+
```
33+
bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework/Instabug.bundle/strip-frameworks.sh"
34+
```
3235

3336
## Usage
3437

0 commit comments

Comments
 (0)