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

Commit 6bbb259

Browse files
authored
Update README for 1.5.0
1 parent 49ba718 commit 6bbb259

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
## Requirements
4141

4242
* iOS 9.0+
43-
* Xcode 10.2+
43+
* Xcode 12+
4444
* Swift 5.0
4545

4646
> **Note:** [`ScreenshotDetector`](https://github.com/Lickability/PinpointKit/blob/master/PinpointKit/PinpointKit/Sources/ScreenshotDetector/ScreenshotDetector.swift) depends on the `Photos` framework to access the user’s photo library. This requires you to add an entry for the [`NSPhotoLibraryUsageDescription`](https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW17) key in your `Info.plist` file describing your app’s use of the user’s photo library. As of iOS 10, failure to provide a value for this key could cause your submission to the App Store to be rejected by Apple, or cause your app to exit upon attempting to access the user’s photo library. [`ScreenshotDetector`](https://github.com/Lickability/PinpointKit/blob/master/PinpointKit/PinpointKit/Sources/ScreenshotDetector/ScreenshotDetector.swift) is excluded by default when installing via CocoaPods, but is included otherwise.
@@ -129,8 +129,8 @@ $ git submodule add -b master https://github.com/Lickability/PinpointKit.git
129129
- Select the `PinpointKit.xcodeproj` in the Project Navigator and verify the deployment target matches that of your application target.
130130
- Next, select your application project in the Project Navigator (blue project icon) to navigate to the target configuration window and select the application target under the “Targets” heading in the sidebar.
131131
- In the tab bar at the top of that window, open the “General” panel.
132-
- Click on the `+` button under the “Embedded Binaries” section.
133-
- You will see two different `PinpointKit.xcodeproj` folders each with two different versions of the `PinpointKit.framework` nested inside a Products folder.
132+
- Click on the `+` button under the “Frameworks, Libraries, and Embeeded Content” section.
133+
- You may see two different `PinpointKit.xcodeproj` folders each with two different versions of the `PinpointKit.framework` nested inside a Products folder.
134134
- Select the top `PinpointKit.framework` for iOS.
135135

136136
- And that’s it!

0 commit comments

Comments
 (0)