Compare commits
5 Commits
d2ca6e54d2
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4f84dfb108 | ||
08519d1aca | |||
![]() |
7ac2ccb21f | ||
![]() |
0eb4f355df | ||
![]() |
175816dff8 |
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"originHash" : "ef48d023f19d8a2c259992041cec23f906eb03f03bebe9fca0d61ede6bf8de57",
|
"originHash" : "c64eb123858a637db7dce26475a35db7adb60ead911617c384beba36afa95bc5",
|
||||||
"pins" : [
|
"pins" : [
|
||||||
{
|
{
|
||||||
"identity" : "lcecryptokitbinary",
|
"identity" : "lcecryptokitbinary",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "http://7b47f7b439df1048cbf2fae1c46113df178e0349@git.loverde.com.br:3000/git/LCECryptoKitBinary.git",
|
"location" : "https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "2e7850fdb14cacf6bf2eb160f64c3df84cf5b1c4",
|
"revision" : "2e7850fdb14cacf6bf2eb160f64c3df84cf5b1c4",
|
||||||
"version" : "1.1.0"
|
"version" : "1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@@ -21,8 +21,8 @@ let package = Package(
|
|||||||
.package(
|
.package(
|
||||||
url: isLocalDevelopment ?
|
url: isLocalDevelopment ?
|
||||||
"../LCECryptoKit/PrivateLib/LCECryptoKitBinary" :
|
"../LCECryptoKit/PrivateLib/LCECryptoKitBinary" :
|
||||||
"http://7b47f7b439df1048cbf2fae1c46113df178e0349@git.loverde.com.br:3000/git/LCECryptoKitBinary.git",
|
"https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git",
|
||||||
exact: "1.1.0"
|
exact: "1.0.0"
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
|
@@ -17,14 +17,14 @@ Installation
|
|||||||
#### Swift Package Manager (SPM)
|
#### Swift Package Manager (SPM)
|
||||||
``` swift
|
``` swift
|
||||||
dependencies: [
|
dependencies: [
|
||||||
.package(url: "http://git.loverde.com.br:3000/git/LCEssentials.git", .upToNextMajor(from: "1.0.0"))
|
.package(url: "https://git.loverde.com.br/Loverde-Company-LTDA/LCEssentials", .upToNextMajor(from: "1.0.0"))
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also add it via XCode SPM editor with URL:
|
You can also add it via XCode SPM editor with URL:
|
||||||
|
|
||||||
``` swift
|
``` swift
|
||||||
http://git.loverde.com.br:3000/git/LCEssentials.git
|
https://git.loverde.com.br/Loverde-Company-LTDA/LCEssentials
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage example
|
## Usage example
|
||||||
|
Reference in New Issue
Block a user