Skip to content

Commit be872e9

Browse files
committed
4.0.0 release info
1 parent c8fda41 commit be872e9

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,22 @@ let changeAnimator = TableViewChangeAnimator(tableView: tableView, dataProvider:
4545

4646
## Installation
4747

48+
### Swift Package Manager
49+
50+
[SPM](https://swift.org/package-manager/) is integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
51+
52+
Specify the following in your `Package.swift`:
53+
54+
```swift
55+
.package(url: "https://github.com/lightsprint09/Sourcing", from: "4.0.0"),
56+
```
57+
4858
### Carthage
4959

5060
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
5161

5262
```ogdl
53-
github "lightsprint09/Sourcing" ~> 3.0
63+
github "lightsprint09/Sourcing" ~> 4.0
5464
```
5565
## Contributing
5666
See CONTRIBUTING for details.

Sourcing.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
INFOPLIST_FILE = Source/Info.plist;
744744
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
745745
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
746-
MARKETING_VERSION = 3.1.1;
746+
MARKETING_VERSION = 4.0.0;
747747
PRODUCT_BUNDLE_IDENTIFIER = de.freiraum.Sourcing;
748748
PRODUCT_NAME = "$(TARGET_NAME)";
749749
PROVISIONING_PROFILE_SPECIFIER = 2UNP9S73JZ;
@@ -766,7 +766,7 @@
766766
INFOPLIST_FILE = Source/Info.plist;
767767
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
768768
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
769-
MARKETING_VERSION = 3.1.1;
769+
MARKETING_VERSION = 4.0.0;
770770
PRODUCT_BUNDLE_IDENTIFIER = de.freiraum.Sourcing;
771771
PRODUCT_NAME = "$(TARGET_NAME)";
772772
PROVISIONING_PROFILE_SPECIFIER = 2UNP9S73JZ;

0 commit comments

Comments
 (0)