Skip to content

Commit 7eaa872

Browse files
committed
Clean readme and github assets.
1 parent 77bb657 commit 7eaa872

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a report to help us improve
44
title: ''
55
labels: bug
66
assignees: ivanvorobei
7-
87
---
98

109
**Describe the bug**
@@ -21,7 +20,7 @@ If applicable, add screenshots to help explain your problem.
2120

2221
**Smartphone (please complete the following information):**
2322
- iOS Version [e.g. 14.5.1]
24-
- `SPPermissions` version [e.g. 6.0.9]
23+
- Framework Version [e.g. 3.0.8]
2524
- Installed via [e.g. SPM, Cocoapods, Manually]
2625

2726
**Additional context**

.github/ISSUE_TEMPLATE/question.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Question
3+
about: Something is not clear with the project
4+
title: ''
5+
labels: ''
6+
assignees: ivanvorobei
7+
8+
---
9+
10+
**Describe the problem that you catch**
11+
A clear and concise description of what you want to do.

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ Here you find all which using in project:
2323
- // MARK: - Init
2424
- // MARK: - Lifecycle
2525
- // MARK: - Layout
26-
- // MARK: - Helpers
26+
- // MARK: - Internal
27+
- // MARK: - Private
2728

2829
If you can't find valid, add new to codestyle agreements please. Other can be use if class is large and need struct it even without adding to codestyle agreements.
2930

31+
3032
## Active Compilation Conditions
3133

3234
List of using for permissions:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ SPPermisions is ready to use on iOS 11+, and supports iOS, tvOS, and SwiftUI. `
7070

7171
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
7272

73-
To integrate `SPPermissions` into your Xcode project using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
73+
To integrate `SPPermissions` using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
7474

7575
```ogdl
7676
https://github.com/ivanvorobei/SPPermissions
@@ -80,7 +80,7 @@ Next choose the permissions you need. But don't add all of them, because apple w
8080

8181
### CocoaPods:
8282

83-
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate `SPPermissions` into your Xcode project using CocoaPods, specify it in your `Podfile`:
83+
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate `SPPermissions` using CocoaPods, specify it in your `Podfile`:
8484

8585
```ruby
8686
pod 'SPPermissions/Notification'
@@ -154,7 +154,7 @@ pod 'SPPermissions/Health'
154154

155155
### Manually
156156

157-
If you prefer not to use any of dependency managers, you can integrate `SPPermissions` into your project manually. Copy code and add compile flags from [CONTRIBUTING.md](https://github.com/ivanvorobei/SPPermissions/blob/main/CONTRIBUTING.md) file.
157+
If you prefer not to use any of dependency managers, you can integrate `SPPermissions` manually. Copy code and add compile flags from [CONTRIBUTING.md](https://github.com/ivanvorobei/SPPermissions/blob/main/CONTRIBUTING.md) file.
158158

159159
## Imports
160160

@@ -436,8 +436,8 @@ I have libraries with native interface and managing permissions. Also available
436436

437437
## Russian Community
438438

439-
Веду каналы об iOS разработке. Один с туториалами и новостями, другой с обзором библиотек.<br>
440-
Со сложной задачей помогут в чате.
439+
Подписывайся в телеграмм-канал, если хочешь получать уведомления о новых туториалах.<br>
440+
Со сложными и непонятными задачами помогут в чате.
441441

442442
<p float="left">
443443
<a href="https://sparrowcode.by/telegram/channel">

SPPermissions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "SPPermissions"
4-
s.version = "6.6.2"
4+
s.version = "6.6.3"
55
s.summary = "Ask permissions on Swift. Available List, Dialog & Native interface. Can check state permission."
66
s.homepage = "https://github.com/ivanvorobei/SPPermissions"
77
s.source = { :git => "https://github.com/ivanvorobei/SPPermissions.git", :tag => s.version }

0 commit comments

Comments
 (0)