Merge branch 'main' into feature/LCECryptoKit

This commit is contained in:
Daniel Arantes Loverde
2025-10-07 15:34:11 -03:00
3 changed files with 6 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
{ {
"originHash" : "c64eb123858a637db7dce26475a35db7adb60ead911617c384beba36afa95bc5", "originHash" : "0cae429bbd156715149253da2c3f23815f5e41836679a585dd496e0d48155975",
"pins" : [ "pins" : [
{ {
"identity" : "lcecryptokitbinary", "identity" : "lcecryptokitbinary",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git", "location" : "https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git",
"state" : { "state" : {
"revision" : "2e7850fdb14cacf6bf2eb160f64c3df84cf5b1c4", "revision" : "efd58c115c41bd8c28a1458a9150778806953bd0",
"version" : "1.0.0" "version" : "1.0.1"
} }
} }
], ],

View File

@@ -22,7 +22,7 @@ let package = Package(
url: isLocalDevelopment ? url: isLocalDevelopment ?
"../LCECryptoKit/PrivateLib/LCECryptoKitBinary" : "../LCECryptoKit/PrivateLib/LCECryptoKitBinary" :
"https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git", "https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git",
exact: "1.0.0" exact: "1.0.1"
) )
], ],
targets: [ targets: [

View File

@@ -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