Skip to content

Commit f466192

Browse files
committed
Updated Readme.
1 parent 27f1dca commit f466192

File tree

6 files changed

+28
-35
lines changed

6 files changed

+28
-35
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`
6+
- [ ] Testing in compability platforms
77
- [ ] Installed correct via Swift Package Manager and Cocoapods

Example App/NativeUIKit.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example App/NativeUIKit.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 = "F4C33E2F26C932C8001A28B1"
6462
BuildableName = "watchOS Example.app"
6563
BlueprintName = "watchOS Example"
6664
ReferencedContainer = "container:NativeUIKit.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 = "F4C33E2F26C932C8001A28B1"
8379
BuildableName = "watchOS Example.app"
8480
BlueprintName = "watchOS Example"
8581
ReferencedContainer = "container:NativeUIKit.xcodeproj">
8682
</BuildableReference>
87-
</RemoteRunnable>
88-
<MacroExpansion>
89-
<BuildableReference
90-
BuildableIdentifier = "primary"
91-
BlueprintIdentifier = "F4C33E2F26C932C8001A28B1"
92-
BuildableName = "watchOS Example.app"
93-
BlueprintName = "watchOS Example"
94-
ReferencedContainer = "container:NativeUIKit.xcodeproj">
95-
</BuildableReference>
96-
</MacroExpansion>
83+
</BuildableProductRunnable>
9784
</ProfileAction>
9885
<AnalyzeAction
9986
buildConfiguration = "Debug">

NativeUIKit.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 = 'NativeUIKit'
4-
s.version = '1.0.9'
4+
s.version = '1.1.0'
55
s.summary = 'Mimicrated views and controls to native Apple appearance.'
66
s.homepage = 'https://github.com/ivanvorobei/NativeUIKit'
77
s.source = { :git => 'https://github.com/ivanvorobei/NativeUIKit.git', :tag => s.version }

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ If you like the project, don't forget to `put star ★`<br>Check out my other li
3939
- [NativeSmallActionButton](#NativeSmallActionButton)
4040
- [NativeAvatarView](#NativeAvatarView)
4141
- [NativePlayPauseCompactButton](#NativePlayPauseCompactButton)
42+
- [Сontribution](#сontribution)
4243
- [Other Projects](#other-projects)
4344
- [Russian Community](#russian-community)
4445

@@ -186,14 +187,22 @@ button.sizeToFit()
186187
button.appearance = .play //.pause
187188
```
188189

190+
## Сontribution
191+
192+
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!
193+
189194
## Other Projects
190195

191-
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.
196+
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>
197+
I have libraries with native interface and managing permissions. Also available pack of useful extensions for boost your development process.
192198

193199
<p float="left">
194200
<a href="https://opensource.ivanvorobei.by">
195201
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/more-libraries.svg">
196202
</a>
203+
<a href="https://xcodeshop.ivanvorobei.by">
204+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/xcode-shop.svg">
205+
</a>
197206
</p>
198207

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

204213
<p float="left">
205-
<a href="https://sparrowcode.by/telegram/channel">
206-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-tutorials.svg">
207-
</a>
208-
<a href="https://sparrowcode.by/telegram/libs">
209-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-libraries.svg">
214+
<a href="https://tutorials.ivanvorobei.by/telegram/channel">
215+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/open-telegram-channel.svg">
210216
</a>
211-
<a href="https://sparrowcode.by/telegram/chat">
217+
<a href="https://tutorials.ivanvorobei.by/telegram/chat">
212218
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-chat.svg">
213219
</a>
214220
</p>
215221

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

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

0 commit comments

Comments
 (0)