We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5cb74 commit 5296bd9Copy full SHA for 5296bd9
README.md
@@ -27,8 +27,11 @@ $ pod install
27
28
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
29
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"`
+3. Create a new "Run Script Phase" in your project’s target "Build Phases" and add the following snippet
+
32
+```
33
+bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/Instabug.framework/Instabug.bundle/strip-frameworks.sh"
34
35
36
## Usage
37
0 commit comments