Skip to content

Commit

Permalink
Merge pull request #298 from sparrowcode/v9
Browse files Browse the repository at this point in the history
V9
  • Loading branch information
ivanvorobei committed Jun 13, 2022
2 parents 59d73bb + 69eb2d5 commit d9c2dfb
Show file tree
Hide file tree
Showing 199 changed files with 60 additions and 6,298 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -3,5 +3,5 @@ name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ivanvorobei
assignees: ivanvorobei, svyatoynick
---
5 changes: 1 addition & 4 deletions .gitignore
@@ -1,9 +1,6 @@
# osX files
# macOS Files
.DS_Store
.Trashes

# Swift Package Manager
.swiftpm

# User Interface
*UserInterfaceState.xcuserstate
32 changes: 1 addition & 31 deletions CONTRIBUTING.md
@@ -1,7 +1,6 @@
# Contributing

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

## Codestyle

Expand All @@ -28,32 +27,3 @@ Here you find all which using in project:
- // MARK: - Internal
- // MARK: - Models
- // MARK: - Ovveride

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:

- PERMISSIONKIT_CAMERA
- PERMISSIONKIT_CONTACTS
- PERMISSIONKIT_CALENDAR
- PERMISSIONKIT_PHOTOLIBRARY
- PERMISSIONKIT_NOTIFICATION
- PERMISSIONKIT_MICROPHONE
- PERMISSIONKIT_REMINDERS
- PERMISSIONKIT_SPEECHRECOGNIZER
- PERMISSIONKIT_LOCATION_WHENINUSE
- PERMISSIONKIT_LOCATION_ALWAYS
- PERMISSIONKIT_MOTION
- PERMISSIONKIT_MEDIA_LIBRARY
- PERMISSIONKIT_BLUETOOTH
- PERMISSIONKIT_TRACKING
- PERMISSIONKIT_SIRI

List of using for code manage:

- PERMISSIONKIT_SPM
- PERMISSIONKIT_COCOAPODS

44 changes: 0 additions & 44 deletions Example Apps/Modules/Package.swift

This file was deleted.

22 changes: 0 additions & 22 deletions Example Apps/Modules/Sources/Modules/Example.swift

This file was deleted.

0 comments on commit d9c2dfb

Please sign in to comment.