Skip to content

Commit c97264f

Browse files
committed
Updated Readme.
1 parent 2b501f3 commit c97264f

File tree

4 files changed

+25
-30
lines changed

4 files changed

+25
-30
lines changed
20.3 KB
Loading

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

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,33 +54,46 @@
5454
debugDocumentVersioning = "YES"
5555
debugServiceExtension = "internal"
5656
allowLocationSimulation = "YES">
57-
<BuildableProductRunnable
58-
runnableDebuggingMode = "0">
57+
<RemoteRunnable
58+
runnableDebuggingMode = "2"
59+
BundleIdentifier = "com.apple.Carousel"
60+
RemotePath = "/(null)">
5961
<BuildableReference
6062
BuildableIdentifier = "primary"
6163
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
6264
BuildableName = "watchOS Example.app"
6365
BlueprintName = "watchOS Example"
6466
ReferencedContainer = "container:SparrowKit.xcodeproj">
6567
</BuildableReference>
66-
</BuildableProductRunnable>
68+
</RemoteRunnable>
6769
</LaunchAction>
6870
<ProfileAction
6971
buildConfiguration = "Release"
7072
shouldUseLaunchSchemeArgsEnv = "YES"
7173
savedToolIdentifier = ""
7274
useCustomWorkingDirectory = "NO"
7375
debugDocumentVersioning = "YES">
74-
<BuildableProductRunnable
75-
runnableDebuggingMode = "0">
76+
<RemoteRunnable
77+
runnableDebuggingMode = "2"
78+
BundleIdentifier = "com.apple.Carousel"
79+
RemotePath = "/(null)">
7680
<BuildableReference
7781
BuildableIdentifier = "primary"
7882
BlueprintIdentifier = "F43F8319265791A0001D9B3D"
7983
BuildableName = "watchOS Example.app"
8084
BlueprintName = "watchOS Example"
8185
ReferencedContainer = "container:SparrowKit.xcodeproj">
8286
</BuildableReference>
83-
</BuildableProductRunnable>
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>
8497
</ProfileAction>
8598
<AnalyzeAction
8699
buildConfiguration = "Debug">

README.md

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ 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)
19-
- [Other Projects](#other-projects)
2018
- [Russian Community](#russian-community)
2119

2220
## Installation
@@ -27,12 +25,14 @@ Ready for use on iOS 12+, tvOS 12+ & watchOS 6.0+. Works with Swift 5+. Required
2725

2826
### Swift Package Manager
2927

30-
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
28+
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.
3129

32-
To integrate `SparrowKit` into your Xcode project using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
30+
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`.
3331

34-
```ogdl
35-
https://github.com/ivanvorobei/SparrowKit
32+
```swift
33+
dependencies: [
34+
.package(url: "https://github.com/ivanvorobei/SparrowKit", .upToNextMajor(from: "3.4.1"))
35+
]
3636
```
3737

3838
### CocoaPods:
@@ -47,24 +47,6 @@ pod 'SparrowKit'
4747

4848
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`.
4949

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-
54-
## Other Projects
55-
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.
58-
59-
<p float="left">
60-
<a href="https://opensource.ivanvorobei.by">
61-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/more-libraries.svg">
62-
</a>
63-
<a href="https://xcodeshop.ivanvorobei.by">
64-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/xcode-shop.svg">
65-
</a>
66-
</p>
67-
6850
## Russian Community
6951

7052
Подписывайся в телеграм-канал, если хочешь получать уведомления о новых туториалах.<br>

0 commit comments

Comments
 (0)