You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,12 @@ Here you find all which using in project:
23
23
- // MARK: - Init
24
24
- // MARK: - Lifecycle
25
25
- // MARK: - Layout
26
-
- // MARK: - Helpers
26
+
- // MARK: - Internal
27
+
- // MARK: - Private
27
28
28
29
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.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ SPPermisions is ready to use on iOS 11+, and supports iOS, tvOS, and SwiftUI. `
70
70
71
71
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.
72
72
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...`:
74
74
75
75
```ogdl
76
76
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
80
80
81
81
### CocoaPods:
82
82
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`:
84
84
85
85
```ruby
86
86
pod 'SPPermissions/Notification'
@@ -154,7 +154,7 @@ pod 'SPPermissions/Health'
154
154
155
155
### Manually
156
156
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.
158
158
159
159
## Imports
160
160
@@ -436,8 +436,8 @@ I have libraries with native interface and managing permissions. Also available
436
436
437
437
## Russian Community
438
438
439
-
Веду каналы об iOS разработке. Один с туториалами и новостями, другой с обзором библиотек.<br>
440
-
Со сложной задачей помогут в чате.
439
+
Подписывайся в телеграмм-канал, если хочешь получать уведомления о новых туториалах.<br>
440
+
Со сложными и непонятными задачами помогут в чате.
0 commit comments