Skip to content

Commit

Permalink
Clean readme and github assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Aug 9, 2021
1 parent 77bb657 commit 7eaa872
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -4,7 +4,6 @@ about: Create a report to help us improve
title: ''
labels: bug
assignees: ivanvorobei

---

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

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

**Additional context**
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,11 @@
---
name: Question
about: Something is not clear with the project
title: ''
labels: ''
assignees: ivanvorobei

---

**Describe the problem that you catch**
A clear and concise description of what you want to do.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -23,10 +23,12 @@ Here you find all which using in project:
- // MARK: - Init
- // MARK: - Lifecycle
- // MARK: - Layout
- // MARK: - Helpers
- // MARK: - Internal
- // MARK: - Private

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.


## Active Compilation Conditions

List of using for permissions:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -70,7 +70,7 @@ SPPermisions is ready to use on iOS 11+, and supports iOS, tvOS, and SwiftUI. `

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.

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

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

### CocoaPods:

[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`:
[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`:

```ruby
pod 'SPPermissions/Notification'
Expand Down Expand Up @@ -154,7 +154,7 @@ pod 'SPPermissions/Health'

### Manually

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.
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.

## Imports

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

## Russian Community

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

<p float="left">
<a href="https://sparrowcode.by/telegram/channel">
Expand Down
2 changes: 1 addition & 1 deletion SPPermissions.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

0 comments on commit 7eaa872

Please sign in to comment.