Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Commit 8a91c3f

Browse files
committed
Updates all references accessible in both projects in Xcode
1 parent 51a1f65 commit 8a91c3f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Example/PinpointKitExample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Example/Pods/Target Support Files/PinpointKit/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

PinpointKit.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "PinpointKit",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"homepage": "https://github.com/Lickability/PinpointKit",
55
"source": {
66
"git": "https://github.com/Lickability/PinpointKit.git",
7-
"tag": "1.2.0"
7+
"tag": "1.3.0"
88
},
99
"summary": "A library that makes bug reporting simple for your users by allowing them to send feedback with annotated screenshots and logs.",
1010
"authors" : {

PinpointKit/PinpointKit/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.2.0</string>
18+
<string>1.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ platform :ios, '9.0'
6565
use_frameworks!
6666

6767
target 'YOUR_TARGET_NAME' do
68-
pod 'PinpointKit', '~> 1.2.0'
68+
pod 'PinpointKit', '~> 1.3.0'
6969
end
7070

7171
```
@@ -79,7 +79,7 @@ $ pod install
7979
We also offer a convenience class, [`ScreenshotDetector`](https://github.com/Lickability/PinpointKit/blob/master/PinpointKit/PinpointKit/Sources/ScreenshotDetector/ScreenshotDetector.swift) that is available via the `ScreenshotDetector` subspec. This class provides delegate callbacks when the user takes a screenshot while using your app. Please see the [Requirements](#requirements) section regarding inclusion of [`ScreenshotDetector`](https://github.com/Lickability/PinpointKit/blob/master/PinpointKit/PinpointKit/Sources/ScreenshotDetector/ScreenshotDetector.swift). You can add this to your project by adding the following line in your `Podfile`, in addition to the one for `PinpointKit` above:
8080

8181
```ruby
82-
pod 'PinpointKit/ScreenshotDetector', '~> 1.2.0'
82+
pod 'PinpointKit/ScreenshotDetector', '~> 1.3.0'
8383
```
8484

8585
### Carthage
@@ -96,7 +96,7 @@ $ brew install carthage
9696
To integrate PinpointKit into your Xcode project using Carthage, specify it in your `Cartfile`:
9797

9898
```ogdl
99-
github "Lickability/PinpointKit" ~> 1.2.0
99+
github "Lickability/PinpointKit" ~> 1.3.0
100100
```
101101

102102
- Run `carthage update` to build the framework.

0 commit comments

Comments
 (0)