This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7fb2aa
commit 883be9c
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+129 Bytes
(100%)
...oj/project.xcworkspace/xcuserdata/austinlouden.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ BARK (Better App Reporting Kit) is a simple, in-app issue reporting library for | |
</p> | ||
## Get Started ## | ||
|
||
1. Add BARK to your Podfile `pod 'Bark', '~> 0.1'` or clone the repository with `git clone [email protected]:stagebloc/bark.git` | ||
1. Add BARK to your Podfile `pod 'Bark', '~> 0.2'` or clone the repository with `git clone [email protected]:stagebloc/bark.git` | ||
2. Link the following frameworks in the Build Phases tab: | ||
- `MessageUI` - to send emails from within the app | ||
- `SystemConfiguration` - for network reachability support | ||
|