Skip to content

Commit 9f61dca

Browse files
committed
Clean code.
1 parent e3cb65f commit 9f61dca

File tree

102 files changed

+4
-2704
lines changed

Some content is hidden

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

102 files changed

+4
-2704
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
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

+1-4
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

+1-31
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

-44
This file was deleted.

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

-22
This file was deleted.

0 commit comments

Comments
 (0)