Basic concept of blockchain
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
B5E66EBD2407FDE000E89D17 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E66EBC2407FDE000E89D17 /* main.swift */; };
|
||||
B5E66EC52407FE0900E89D17 /* Block.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E66EC42407FE0900E89D17 /* Block.swift */; };
|
||||
B5E66EC72407FEC800E89D17 /* Blockchain.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E66EC62407FEC800E89D17 /* Blockchain.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
@@ -25,6 +27,8 @@
|
||||
/* Begin PBXFileReference section */
|
||||
B5E66EB92407FDE000E89D17 /* Blockchain */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Blockchain; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
B5E66EBC2407FDE000E89D17 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
|
||||
B5E66EC42407FE0900E89D17 /* Block.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Block.swift; sourceTree = "<group>"; };
|
||||
B5E66EC62407FEC800E89D17 /* Blockchain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Blockchain.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -57,11 +61,21 @@
|
||||
B5E66EBB2407FDE000E89D17 /* Blockchain */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B5E66EC32407FDEC00E89D17 /* Models */,
|
||||
B5E66EBC2407FDE000E89D17 /* main.swift */,
|
||||
);
|
||||
path = Blockchain;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
B5E66EC32407FDEC00E89D17 /* Models */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B5E66EC42407FE0900E89D17 /* Block.swift */,
|
||||
B5E66EC62407FEC800E89D17 /* Blockchain.swift */,
|
||||
);
|
||||
path = Models;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
@@ -121,6 +135,8 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
B5E66EBD2407FDE000E89D17 /* main.swift in Sources */,
|
||||
B5E66EC52407FE0900E89D17 /* Block.swift in Sources */,
|
||||
B5E66EC72407FEC800E89D17 /* Blockchain.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user