Skip to content

Commit c2e2002

Browse files
Merge branch 'main' into 8.0.2
2 parents acfed94 + 976d46d commit c2e2002

File tree

214 files changed

+105
-7125
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

214 files changed

+105
-7125
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: Bug report
33
about: Create a report to help us improve
44
title: ''
55
labels: bug
6-
assignees: ivanvorobei
6+
assignees: ivanvorobei, svyatoynick
77
---

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# osX files
1+
# macOS Files
22
.DS_Store
33
.Trashes
44

55
# Swift Package Manager
66
.swiftpm
7-
8-
# User Interface
9-
*UserInterfaceState.xcuserstate

CONTRIBUTING.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Contributing
22

3-
Here provided more info about project, contribution process and recomended changes.
4-
Please, read it before pull request or create issue.
3+
Here provided info about contribution process and recommendations.
54

65
## Codestyle
76

@@ -28,32 +27,3 @@ Here you find all which using in project:
2827
- // MARK: - Internal
2928
- // MARK: - Models
3029
- // MARK: - Ovveride
31-
32-
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.
33-
34-
35-
## Active Compilation Conditions
36-
37-
List of using for permissions:
38-
39-
- PERMISSIONKIT_CAMERA
40-
- PERMISSIONKIT_CONTACTS
41-
- PERMISSIONKIT_CALENDAR
42-
- PERMISSIONKIT_PHOTOLIBRARY
43-
- PERMISSIONKIT_NOTIFICATION
44-
- PERMISSIONKIT_MICROPHONE
45-
- PERMISSIONKIT_REMINDERS
46-
- PERMISSIONKIT_SPEECHRECOGNIZER
47-
- PERMISSIONKIT_LOCATION_WHENINUSE
48-
- PERMISSIONKIT_LOCATION_ALWAYS
49-
- PERMISSIONKIT_MOTION
50-
- PERMISSIONKIT_MEDIA_LIBRARY
51-
- PERMISSIONKIT_BLUETOOTH
52-
- PERMISSIONKIT_TRACKING
53-
- PERMISSIONKIT_SIRI
54-
55-
List of using for code manage:
56-
57-
- PERMISSIONKIT_SPM
58-
- PERMISSIONKIT_COCOAPODS
59-

Example Apps/Modules/Package.swift

Lines changed: 0 additions & 44 deletions
This file was deleted.

Example Apps/Modules/Sources/Modules/Example.swift

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)