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
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Contributing
2
2
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.
5
4
6
5
## Codestyle
7
6
@@ -28,5 +27,3 @@ Here you find all which using in project:
28
27
- // MARK: - Internal
29
28
- // MARK: - Models
30
29
- // 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.
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
45
+
In Xcode go to Project -> Your Project Name -> `Package Dependencies` -> Tap *Plus*. Insert url:
35
46
36
-
Once you have your Swift package set up, adding as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
This is an outdated way of doing things. I advise you to use [SPM](#swift-package-manager). However, I will continue to support Cocoapods for some time.
61
+
62
+
<details><summary>Cocoapods Instalation</summary>
63
+
46
64
[CocoaPods](https://cocoapods.org) is a dependency manager. For usage and installation instructions, visit their website. To integrate using CocoaPods, specify it in your `Podfile`:
47
65
48
66
```ruby
49
-
pod 'SPSettingsIcons'
67
+
pod 'SettingsIconGenerator'
50
68
```
69
+
</details>
51
70
52
71
### Manually
53
72
54
-
If you prefer not to use any of the dependency managers, you can integrate manually. Put `Sources/SPSettingsIcons` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.
73
+
If you prefer not to use any of dependency managers, you can integrate manually. Put `Sources/SettingsIconGenerator` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.
0 commit comments