mirror of
https://github.com/twofas/2fas-ios.git
synced 2024-11-21 17:59:53 +01:00
TF-1676 Packages update
This commit is contained in:
parent
45df247f35
commit
0fe4d615c4
@ -30,7 +30,7 @@ extension Code {
|
|||||||
let data = query.first(where: { $0.name == "data" }),
|
let data = query.first(where: { $0.name == "data" }),
|
||||||
let value = data.value?.removingPercentEncoding,
|
let value = data.value?.removingPercentEncoding,
|
||||||
let encodeData = Data(base64Encoded: value),
|
let encodeData = Data(base64Encoded: value),
|
||||||
let unpacked = try? MigrationPayload(serializedData: encodeData)
|
let unpacked = try? MigrationPayload(serializedBytes: encodeData)
|
||||||
else { return nil }
|
else { return nil }
|
||||||
|
|
||||||
return unpacked.otpParameters.compactMap { param -> Code? in
|
return unpacked.otpParameters.compactMap { param -> Code? in
|
||||||
|
@ -13766,7 +13766,7 @@
|
|||||||
repositoryURL = "https://github.com/devicekit/DeviceKit.git";
|
repositoryURL = "https://github.com/devicekit/DeviceKit.git";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = upToNextMajorVersion;
|
kind = upToNextMajorVersion;
|
||||||
minimumVersion = 4.6.0;
|
minimumVersion = 5.5.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
C23EBF102651276800FA9E81 /* XCRemoteSwiftPackageReference "Kronos" */ = {
|
C23EBF102651276800FA9E81 /* XCRemoteSwiftPackageReference "Kronos" */ = {
|
||||||
@ -13790,7 +13790,7 @@
|
|||||||
repositoryURL = "https://github.com/kishikawakatsumi/KeychainAccess";
|
repositoryURL = "https://github.com/kishikawakatsumi/KeychainAccess";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = upToNextMajorVersion;
|
kind = upToNextMajorVersion;
|
||||||
minimumVersion = 4.2.0;
|
minimumVersion = 4.2.2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
C2ABB61A25379D4B005CD66F /* XCRemoteSwiftPackageReference "PKHUD" */ = {
|
C2ABB61A25379D4B005CD66F /* XCRemoteSwiftPackageReference "PKHUD" */ = {
|
||||||
@ -13806,7 +13806,7 @@
|
|||||||
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
|
repositoryURL = "https://github.com/firebase/firebase-ios-sdk";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = upToNextMajorVersion;
|
kind = upToNextMajorVersion;
|
||||||
minimumVersion = 10.16.0;
|
minimumVersion = 11.4.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
C2CE0E1127934579007DB667 /* XCRemoteSwiftPackageReference "swift-protobuf" */ = {
|
C2CE0E1127934579007DB667 /* XCRemoteSwiftPackageReference "swift-protobuf" */ = {
|
||||||
@ -13814,7 +13814,7 @@
|
|||||||
repositoryURL = "https://github.com/apple/swift-protobuf.git";
|
repositoryURL = "https://github.com/apple/swift-protobuf.git";
|
||||||
requirement = {
|
requirement = {
|
||||||
kind = upToNextMajorVersion;
|
kind = upToNextMajorVersion;
|
||||||
minimumVersion = 1.19.0;
|
minimumVersion = 1.28.0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/* End XCRemoteSwiftPackageReference section */
|
/* End XCRemoteSwiftPackageReference section */
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/google/abseil-cpp-binary.git",
|
"location" : "https://github.com/google/abseil-cpp-binary.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "748c7837511d0e6a507737353af268484e1745e2",
|
"revision" : "194a6706acbd25e4ef639bcaddea16e8758a3e27",
|
||||||
"version" : "1.2024011601.1"
|
"version" : "1.2024011602.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -15,8 +15,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/google/app-check.git",
|
"location" : "https://github.com/google/app-check.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "076b241a625e25eac22f8849be256dfb960fcdfe",
|
"revision" : "61b85103a1aeed8218f17c794687781505fbbef5",
|
||||||
"version" : "10.19.1"
|
"version" : "11.2.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -24,8 +24,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/devicekit/DeviceKit.git",
|
"location" : "https://github.com/devicekit/DeviceKit.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "d37e70cb2646666dcf276d7d3d4a9760a41ff8a6",
|
"revision" : "7ff5331960151aec74fb422e1d45f54ef6cc086d",
|
||||||
"version" : "4.9.0"
|
"version" : "5.5.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -33,8 +33,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/firebase/firebase-ios-sdk",
|
"location" : "https://github.com/firebase/firebase-ios-sdk",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "8bcaf973b1d84e119b7c7c119abad72ed460979f",
|
"revision" : "8328630971a8fdd8072b36bb22bef732eb15e1f0",
|
||||||
"version" : "10.27.0"
|
"version" : "11.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -42,8 +42,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/google/GoogleAppMeasurement.git",
|
"location" : "https://github.com/google/GoogleAppMeasurement.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "70df02431e216bed98dd461e0c4665889245ba70",
|
"revision" : "4f234bcbdae841d7015258fbbf8e7743a39b8200",
|
||||||
"version" : "10.27.0"
|
"version" : "11.4.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -51,8 +51,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/google/GoogleDataTransport.git",
|
"location" : "https://github.com/google/GoogleDataTransport.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "a637d318ae7ae246b02d7305121275bc75ed5565",
|
"revision" : "617af071af9aa1d6a091d59a202910ac482128f9",
|
||||||
"version" : "9.4.0"
|
"version" : "10.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -60,8 +60,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/google/GoogleUtilities.git",
|
"location" : "https://github.com/google/GoogleUtilities.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "57a1d307f42df690fdef2637f3e5b776da02aad6",
|
"revision" : "53156c7ec267db846e6b64c9f4c4e31ba4cf75eb",
|
||||||
"version" : "7.13.3"
|
"version" : "8.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -69,8 +69,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/google/grpc-binary.git",
|
"location" : "https://github.com/google/grpc-binary.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "e9fad491d0673bdda7063a0341fb6b47a30c5359",
|
"revision" : "f56d8fc3162de9a498377c7b6cea43431f4f5083",
|
||||||
"version" : "1.62.2"
|
"version" : "1.65.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -78,8 +78,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/google/gtm-session-fetcher.git",
|
"location" : "https://github.com/google/gtm-session-fetcher.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "0382ca27f22fb3494cf657d8dc356dc282cd1193",
|
"revision" : "5cfe5f090c982de9c58605d2a82a4fc77b774fbd",
|
||||||
"version" : "3.4.1"
|
"version" : "4.1.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -105,8 +105,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/MobileNativeFoundation/Kronos",
|
"location" : "https://github.com/MobileNativeFoundation/Kronos",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "1b2d25bb6aad7052559035906f9fd01bb71fe6ba",
|
"revision" : "f331821314f9b35867a18c5c8fc2f918536d79ac",
|
||||||
"version" : "4.3.0"
|
"version" : "4.3.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -159,8 +159,8 @@
|
|||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/apple/swift-protobuf.git",
|
"location" : "https://github.com/apple/swift-protobuf.git",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "9f0c76544701845ad98716f3f6a774a892152bcb",
|
"revision" : "ebc7251dd5b37f627c93698e4374084d98409633",
|
||||||
"version" : "1.26.0"
|
"version" : "1.28.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user