Enhance blockchain

This commit is contained in:
Victor Bodinaud
2025-05-05 15:16:53 +02:00
parent 358bdda5a6
commit 1bbe8234fd
19 changed files with 978 additions and 447 deletions

View File

@@ -7,9 +7,28 @@
objects = {
/* Begin PBXBuildFile section */
576693F62DC8EDCE0024463C /* CryptoSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 576693F52DC8EDCE0024463C /* CryptoSwift */; };
57B6CA1A2CFDFA39009F401F /* SwiftChainCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 57B6CA102CFDFA39009F401F /* SwiftChainCore.framework */; };
57BA298C2CF77907009E4448 /* CryptoSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 57BA298B2CF77907009E4448 /* CryptoSwift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
57B6CA1B2CFDFA39009F401F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 57BA29782CF778F5009E4448 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 57B6CA0F2CFDFA39009F401F;
remoteInfo = SwiftChainCore;
};
57B6CA392CFDFB1F009F401F /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 57BA29782CF778F5009E4448 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 57B6CA0F2CFDFA39009F401F;
remoteInfo = SwiftChainCore;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
57BA297E2CF778F5009E4448 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
@@ -23,10 +42,35 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
57B6CA102CFDFA39009F401F /* SwiftChainCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftChainCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
57B6CA192CFDFA39009F401F /* SwiftChainCoreTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwiftChainCoreTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
57BA29802CF778F5009E4448 /* SwiftChain */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = SwiftChain; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */
57B6CA252CFDFA39009F401F /* Exceptions for "SwiftChainCore" folder in "SwiftChainCore" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
publicHeaders = (
SwiftChainCore.h,
);
target = 57B6CA0F2CFDFA39009F401F /* SwiftChainCore */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */
/* Begin PBXFileSystemSynchronizedRootGroup section */
57B6CA112CFDFA39009F401F /* SwiftChainCore */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
57B6CA252CFDFA39009F401F /* Exceptions for "SwiftChainCore" folder in "SwiftChainCore" target */,
);
path = SwiftChainCore;
sourceTree = "<group>";
};
57B6CA1D2CFDFA39009F401F /* SwiftChainCoreTests */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = SwiftChainCoreTests;
sourceTree = "<group>";
};
57BA29822CF778F5009E4448 /* SwiftChain */ = {
isa = PBXFileSystemSynchronizedRootGroup;
path = SwiftChain;
@@ -35,6 +79,22 @@
/* End PBXFileSystemSynchronizedRootGroup section */
/* Begin PBXFrameworksBuildPhase section */
57B6CA0D2CFDFA39009F401F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
576693F62DC8EDCE0024463C /* CryptoSwift in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
57B6CA162CFDFA39009F401F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
57B6CA1A2CFDFA39009F401F /* SwiftChainCore.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
57BA297D2CF778F5009E4448 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
@@ -50,6 +110,8 @@
isa = PBXGroup;
children = (
57BA29822CF778F5009E4448 /* SwiftChain */,
57B6CA112CFDFA39009F401F /* SwiftChainCore */,
57B6CA1D2CFDFA39009F401F /* SwiftChainCoreTests */,
57BA29812CF778F5009E4448 /* Products */,
);
sourceTree = "<group>";
@@ -58,13 +120,72 @@
isa = PBXGroup;
children = (
57BA29802CF778F5009E4448 /* SwiftChain */,
57B6CA102CFDFA39009F401F /* SwiftChainCore.framework */,
57B6CA192CFDFA39009F401F /* SwiftChainCoreTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
57B6CA0B2CFDFA39009F401F /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
57B6CA0F2CFDFA39009F401F /* SwiftChainCore */ = {
isa = PBXNativeTarget;
buildConfigurationList = 57B6CA262CFDFA39009F401F /* Build configuration list for PBXNativeTarget "SwiftChainCore" */;
buildPhases = (
57B6CA0B2CFDFA39009F401F /* Headers */,
57B6CA0C2CFDFA39009F401F /* Sources */,
57B6CA0D2CFDFA39009F401F /* Frameworks */,
57B6CA0E2CFDFA39009F401F /* Resources */,
);
buildRules = (
);
dependencies = (
);
fileSystemSynchronizedGroups = (
57B6CA112CFDFA39009F401F /* SwiftChainCore */,
);
name = SwiftChainCore;
packageProductDependencies = (
576693F52DC8EDCE0024463C /* CryptoSwift */,
);
productName = SwiftChainCore;
productReference = 57B6CA102CFDFA39009F401F /* SwiftChainCore.framework */;
productType = "com.apple.product-type.framework";
};
57B6CA182CFDFA39009F401F /* SwiftChainCoreTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 57B6CA272CFDFA39009F401F /* Build configuration list for PBXNativeTarget "SwiftChainCoreTests" */;
buildPhases = (
57B6CA152CFDFA39009F401F /* Sources */,
57B6CA162CFDFA39009F401F /* Frameworks */,
57B6CA172CFDFA39009F401F /* Resources */,
);
buildRules = (
);
dependencies = (
57B6CA1C2CFDFA39009F401F /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
57B6CA1D2CFDFA39009F401F /* SwiftChainCoreTests */,
);
name = SwiftChainCoreTests;
packageProductDependencies = (
);
productName = SwiftChainCoreTests;
productReference = 57B6CA192CFDFA39009F401F /* SwiftChainCoreTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
57BA297F2CF778F5009E4448 /* SwiftChain */ = {
isa = PBXNativeTarget;
buildConfigurationList = 57BA29872CF778F5009E4448 /* Build configuration list for PBXNativeTarget "SwiftChain" */;
@@ -76,6 +197,8 @@
buildRules = (
);
dependencies = (
576693F42DC8EDB60024463C /* PBXTargetDependency */,
57B6CA3A2CFDFB1F009F401F /* PBXTargetDependency */,
);
fileSystemSynchronizedGroups = (
57BA29822CF778F5009E4448 /* SwiftChain */,
@@ -98,6 +221,12 @@
LastSwiftUpdateCheck = 1610;
LastUpgradeCheck = 1610;
TargetAttributes = {
57B6CA0F2CFDFA39009F401F = {
CreatedOnToolsVersion = 16.1;
};
57B6CA182CFDFA39009F401F = {
CreatedOnToolsVersion = 16.1;
};
57BA297F2CF778F5009E4448 = {
CreatedOnToolsVersion = 16.1;
};
@@ -121,11 +250,44 @@
projectRoot = "";
targets = (
57BA297F2CF778F5009E4448 /* SwiftChain */,
57B6CA0F2CFDFA39009F401F /* SwiftChainCore */,
57B6CA182CFDFA39009F401F /* SwiftChainCoreTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
57B6CA0E2CFDFA39009F401F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
57B6CA172CFDFA39009F401F /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
57B6CA0C2CFDFA39009F401F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
57B6CA152CFDFA39009F401F /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
57BA297C2CF778F5009E4448 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
@@ -135,7 +297,156 @@
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
576693F42DC8EDB60024463C /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
productRef = 576693F32DC8EDB60024463C /* CryptoSwift */;
};
57B6CA1C2CFDFA39009F401F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 57B6CA0F2CFDFA39009F401F /* SwiftChainCore */;
targetProxy = 57B6CA1B2CFDFA39009F401F /* PBXContainerItemProxy */;
};
57B6CA3A2CFDFB1F009F401F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 57B6CA0F2CFDFA39009F401F /* SwiftChainCore */;
targetProxy = 57B6CA392CFDFB1F009F401F /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
57B6CA212CFDFA39009F401F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = WVH3Y23X7X;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
LD_RUNPATH_SEARCH_PATHS = (
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = (
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 15.1;
MARKETING_VERSION = 1.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.bodinaud.SwiftChainCore;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = auto;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_INSTALL_OBJC_HEADER = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
XROS_DEPLOYMENT_TARGET = 2.1;
};
name = Debug;
};
57B6CA222CFDFA39009F401F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = WVH3Y23X7X;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
ENABLE_MODULE_VERIFIER = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_NSHumanReadableCopyright = "";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
LD_RUNPATH_SEARCH_PATHS = (
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = (
"@executable_path/../Frameworks",
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 15.1;
MARKETING_VERSION = 1.0;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu17 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.bodinaud.SwiftChainCore;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = auto;
SKIP_INSTALL = YES;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_INSTALL_OBJC_HEADER = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
XROS_DEPLOYMENT_TARGET = 2.1;
};
name = Release;
};
57B6CA232CFDFA39009F401F /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = WVH3Y23X7X;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
MACOSX_DEPLOYMENT_TARGET = 15.1;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.bodinaud.SwiftChainCoreTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
XROS_DEPLOYMENT_TARGET = 2.1;
};
name = Debug;
};
57B6CA242CFDFA39009F401F /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = WVH3Y23X7X;
GENERATE_INFOPLIST_FILE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 18.1;
MACOSX_DEPLOYMENT_TARGET = 15.1;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.bodinaud.SwiftChainCoreTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
XROS_DEPLOYMENT_TARGET = 2.1;
};
name = Release;
};
57BA29852CF778F5009E4448 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
@@ -279,6 +590,24 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
57B6CA262CFDFA39009F401F /* Build configuration list for PBXNativeTarget "SwiftChainCore" */ = {
isa = XCConfigurationList;
buildConfigurations = (
57B6CA212CFDFA39009F401F /* Debug */,
57B6CA222CFDFA39009F401F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
57B6CA272CFDFA39009F401F /* Build configuration list for PBXNativeTarget "SwiftChainCoreTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
57B6CA232CFDFA39009F401F /* Debug */,
57B6CA242CFDFA39009F401F /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
57BA297B2CF778F5009E4448 /* Build configuration list for PBXProject "SwiftChain" */ = {
isa = XCConfigurationList;
buildConfigurations = (
@@ -311,6 +640,15 @@
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
576693F32DC8EDB60024463C /* CryptoSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 57BA298A2CF77907009E4448 /* XCRemoteSwiftPackageReference "CryptoSwift" */;
productName = CryptoSwift;
};
576693F52DC8EDCE0024463C /* CryptoSwift */ = {
isa = XCSwiftPackageProductDependency;
productName = CryptoSwift;
};
57BA298B2CF77907009E4448 /* CryptoSwift */ = {
isa = XCSwiftPackageProductDependency;
package = 57BA298A2CF77907009E4448 /* XCRemoteSwiftPackageReference "CryptoSwift" */;