1 Commits
2.0.1 ... 2.0.2

Author SHA1 Message Date
Daniel Arantes Loverde
d067791930 fix new token 2026-09-10 20:47:13 -03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{ {
"identity" : "lcecryptokitbinary", "identity" : "lcecryptokitbinary",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git", "location" : "https://7876d8abdb7260a455259d01de49c4022f5da13c@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git",
"state" : { "state" : {
"revision" : "11f66b1b9785b4965e027c2fa4742f61e8453403", "revision" : "11f66b1b9785b4965e027c2fa4742f61e8453403",
"version" : "1.0.4" "version" : "1.0.4"

View File

@@ -7,7 +7,7 @@ let enableCryptoBinary = ProcessInfo.processInfo.environment["LCE_ENABLE_CRYPTO_
let cryptoPackageURL = isLocalDevelopment let cryptoPackageURL = isLocalDevelopment
? "../LCECryptoKit/PrivateLib/LCECryptoKitBinary" ? "../LCECryptoKit/PrivateLib/LCECryptoKitBinary"
: "https://60c260c85d3a2fe840411b0ff98f521b5eca3c56@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git" : "https://7876d8abdb7260a455259d01de49c4022f5da13c@git.loverde.com.br/Loverde-Company-LTDA/LCECryptoKitBinary.git"
let packageDependencies: [Package.Dependency] = enableCryptoBinary let packageDependencies: [Package.Dependency] = enableCryptoBinary
? [ ? [