Skip to content

Commit c13b24e

Browse files
committed
Updated Readme.
1 parent 24a02ba commit c13b24e

File tree

5 files changed

+23
-30
lines changed

5 files changed

+23
-30
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
## Checklist
55
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
6-
- [ ] Testing in `iOS`, `tvOS` & `watchOS`
6+
- [ ] Testing in compability platforms
77
- [ ] Installed correct via Swift Package Manager and Cocoapods

Example Apps/SparrowKit.xcodeproj/xcshareddata/xcschemes/watchOS Example.xcscheme

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -54,46 +54,33 @@
5454
debugDocumentVersioning = "YES"
5555
debugServiceExtension = "internal"
5656
allowLocationSimulation = "YES">
57-
<RemoteRunnable
58-
runnableDebuggingMode = "2"
59-
BundleIdentifier = "com.apple.Carousel"
60-
RemotePath = "/(null)">
57+
<BuildableProductRunnable
58+
runnableDebuggingMode = "0">
6159
<BuildableReference
6260
BuildableIdentifier = "primary"
6361
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
6462
BuildableName = "watchOS Example.app"
6563
BlueprintName = "watchOS Example"
6664
ReferencedContainer = "container:SparrowKit.xcodeproj">
6765
</BuildableReference>
68-
</RemoteRunnable>
66+
</BuildableProductRunnable>
6967
</LaunchAction>
7068
<ProfileAction
7169
buildConfiguration = "Release"
7270
shouldUseLaunchSchemeArgsEnv = "YES"
7371
savedToolIdentifier = ""
7472
useCustomWorkingDirectory = "NO"
7573
debugDocumentVersioning = "YES">
76-
<RemoteRunnable
77-
runnableDebuggingMode = "2"
78-
BundleIdentifier = "com.apple.Carousel"
79-
RemotePath = "/(null)">
74+
<BuildableProductRunnable
75+
runnableDebuggingMode = "0">
8076
<BuildableReference
8177
BuildableIdentifier = "primary"
8278
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
8379
BuildableName = "watchOS Example.app"
8480
BlueprintName = "watchOS Example"
8581
ReferencedContainer = "container:SparrowKit.xcodeproj">
8682
</BuildableReference>
87-
</RemoteRunnable>
88-
<MacroExpansion>
89-
<BuildableReference
90-
BuildableIdentifier = "primary"
91-
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
92-
BuildableName = "watchOS Example.app"
93-
BlueprintName = "watchOS Example"
94-
ReferencedContainer = "container:SparrowKit.xcodeproj">
95-
</BuildableReference>
96-
</MacroExpansion>
83+
</BuildableProductRunnable>
9784
</ProfileAction>
9885
<AnalyzeAction
9986
buildConfiguration = "Debug">

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ If you like the project, don't forget to `put star ★`<br>Check out my other li
1515
- [Swift Package Manager](#swift-package-manager)
1616
- [CocoaPods](#cocoapods)
1717
- [Manually](#manually)
18+
- [Сontribution](#сontribution)
1819
- [Other Projects](#other-projects)
1920
- [Russian Community](#russian-community)
2021

@@ -46,14 +47,22 @@ pod 'SparrowKit'
4647

4748
If you prefer not to use any of dependency managers, you can integrate manually. Put `Sources/SparrowKit` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.
4849

50+
## Сontribution
51+
52+
My English is very bad. You can see this once you read the documentation. I would really like to have clean and nice documentation. If you see gramatical errors and can help fix the Readme, please contact me [email protected] or make a Pull Request. Thank you in advance!
53+
4954
## Other Projects
5055

51-
I love being helpful. Here I have provided a list of libraries that I keep up to date. For see `video previews` of libraries without install open [opensource.ivanvorobei.by](https://opensource.ivanvorobei.by) website.
56+
I love being helpful. Here I have provided a list of libraries that I keep up to date. For see `video previews` of libraries without install open [opensource.ivanvorobei.by](https://opensource.ivanvorobei.by) website.<br>
57+
I have libraries with native interface and managing permissions. Also available pack of useful extensions for boost your development process.
5258

5359
<p float="left">
5460
<a href="https://opensource.ivanvorobei.by">
5561
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/more-libraries.svg">
5662
</a>
63+
<a href="https://xcodeshop.ivanvorobei.by">
64+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/xcode-shop.svg">
65+
</a>
5766
</p>
5867

5968
## Russian Community
@@ -62,17 +71,14 @@ I love being helpful. Here I have provided a list of libraries that I keep up to
6271
Со сложными и непонятными задачами помогут в чате.
6372

6473
<p float="left">
65-
<a href="https://sparrowcode.by/telegram/channel">
66-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-tutorials.svg">
67-
</a>
68-
<a href="https://sparrowcode.by/telegram/libs">
69-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-libraries.svg">
74+
<a href="https://tutorials.ivanvorobei.by/telegram/channel">
75+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/open-telegram-channel.svg">
7076
</a>
71-
<a href="https://sparrowcode.by/telegram/chat">
77+
<a href="https://tutorials.ivanvorobei.by/telegram/chat">
7278
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-chat.svg">
7379
</a>
7480
</p>
7581

76-
Видео-туториалы выклыдываю на [YouTube](https://sparrowcode.by/youtube):
82+
Видео-туториалы выклыдываю на [YouTube](https://tutorials.ivanvorobei.by/youtube):
7783

78-
[![Tutorials on YouTube](https://cdn.ivanvorobei.by/github/readme/youtube-preview.jpg)](https://sparrowcode.by/youtube)
84+
[![Tutorials on YouTube](https://cdn.ivanvorobei.by/github/readme/youtube-preview.jpg)](https://tutorials.ivanvorobei.by/youtube)

SparrowKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SparrowKit'
4-
s.version = '3.3.0'
4+
s.version = '3.3.1'
55
s.summary = 'Collection of native Swift extensions to boost your development. Support tvOS and watchOS.'
66
s.homepage = 'https://github.com/ivanvorobei/SparrowKit'
77
s.source = { :git => 'https://github.com/ivanvorobei/SparrowKit.git', :tag => s.version }

0 commit comments

Comments
 (0)