⚠️ Fix warnings in console

This commit is contained in:
Victor Bodinaud
2025-05-05 16:00:54 +02:00
parent 1bbe8234fd
commit 7fe82bde44
2 changed files with 10 additions and 12 deletions

View File

@@ -9,7 +9,6 @@
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
576693F62DC8EDCE0024463C /* CryptoSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 576693F52DC8EDCE0024463C /* CryptoSwift */; }; 576693F62DC8EDCE0024463C /* CryptoSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 576693F52DC8EDCE0024463C /* CryptoSwift */; };
57B6CA1A2CFDFA39009F401F /* SwiftChainCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57B6CA102CFDFA39009F401F /* SwiftChainCore.framework */; }; 57B6CA1A2CFDFA39009F401F /* SwiftChainCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57B6CA102CFDFA39009F401F /* SwiftChainCore.framework */; };
57BA298C2CF77907009E4448 /* CryptoSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 57BA298B2CF77907009E4448 /* CryptoSwift */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
@@ -99,7 +98,6 @@
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
57BA298C2CF77907009E4448 /* CryptoSwift in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@@ -151,6 +149,7 @@
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
5766942C2DC8FBA30024463C /* PBXTargetDependency */,
); );
fileSystemSynchronizedGroups = ( fileSystemSynchronizedGroups = (
57B6CA112CFDFA39009F401F /* SwiftChainCore */, 57B6CA112CFDFA39009F401F /* SwiftChainCore */,
@@ -197,7 +196,6 @@
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
576693F42DC8EDB60024463C /* PBXTargetDependency */,
57B6CA3A2CFDFB1F009F401F /* PBXTargetDependency */, 57B6CA3A2CFDFB1F009F401F /* PBXTargetDependency */,
); );
fileSystemSynchronizedGroups = ( fileSystemSynchronizedGroups = (
@@ -298,9 +296,9 @@
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */ /* Begin PBXTargetDependency section */
576693F42DC8EDB60024463C /* PBXTargetDependency */ = { 5766942C2DC8FBA30024463C /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
productRef = 576693F32DC8EDB60024463C /* CryptoSwift */; productRef = 5766942B2DC8FBA30024463C /* CryptoSwift */;
}; };
57B6CA1C2CFDFA39009F401F /* PBXTargetDependency */ = { 57B6CA1C2CFDFA39009F401F /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
@@ -640,15 +638,15 @@
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */ /* Begin XCSwiftPackageProductDependency section */
576693F32DC8EDB60024463C /* CryptoSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 57BA298A2CF77907009E4448 /* XCRemoteSwiftPackageReference "CryptoSwift" */;
productName = CryptoSwift;
};
576693F52DC8EDCE0024463C /* CryptoSwift */ = { 576693F52DC8EDCE0024463C /* CryptoSwift */ = {
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
productName = CryptoSwift; productName = CryptoSwift;
}; };
5766942B2DC8FBA30024463C /* CryptoSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 57BA298A2CF77907009E4448 /* XCRemoteSwiftPackageReference "CryptoSwift" */;
productName = CryptoSwift;
};
57BA298B2CF77907009E4448 /* CryptoSwift */ = { 57BA298B2CF77907009E4448 /* CryptoSwift */ = {
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
package = 57BA298A2CF77907009E4448 /* XCRemoteSwiftPackageReference "CryptoSwift" */; package = 57BA298A2CF77907009E4448 /* XCRemoteSwiftPackageReference "CryptoSwift" */;

View File

@@ -7,12 +7,12 @@
<key>SwiftChain.xcscheme_^#shared#^_</key> <key>SwiftChain.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>0</integer> <integer>1</integer>
</dict> </dict>
<key>SwiftChainCore.xcscheme_^#shared#^_</key> <key>SwiftChainCore.xcscheme_^#shared#^_</key>
<dict> <dict>
<key>orderHint</key> <key>orderHint</key>
<integer>1</integer> <integer>0</integer>
</dict> </dict>
</dict> </dict>
</dict> </dict>