Skip to content

Commit

Permalink
Merge pull request #3 from arkavo-org/feature/creation
Browse files Browse the repository at this point in the history
Creation
  • Loading branch information
arkavo-com authored Jun 10, 2024
2 parents b53d19e + d3e5a8c commit e56294e
Show file tree
Hide file tree
Showing 11 changed files with 1,013 additions and 513 deletions.
22 changes: 21 additions & 1 deletion NanoTDF.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@
objects = {

/* Begin PBXBuildFile section */
DA07A6952C165A83003DC210 /* CryptoHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA07A6942C165A83003DC210 /* CryptoHelper.swift */; };
DA07A6972C165ABB003DC210 /* CryptoHelperTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA07A6962C165ABB003DC210 /* CryptoHelperTests.swift */; };
DA07A6992C166E7E003DC210 /* BinaryParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA07A6982C166E7E003DC210 /* BinaryParser.swift */; };
DA07A69B2C167904003DC210 /* NanoTDFCreationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA07A69A2C167904003DC210 /* NanoTDFCreationTests.swift */; };
DA2B7B1B2BF1BB19002F3150 /* NanoTDFTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2B7B162BF1BB19002F3150 /* NanoTDFTests.swift */; };
DA2B7B1E2BF1BB19002F3150 /* WebSocketManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA2B7B192BF1BB19002F3150 /* WebSocketManager.swift */; };
DA3C23F42BE0765100B4B883 /* NanoTDF.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3C23F32BE0765100B4B883 /* NanoTDF.swift */; };
DA3C24052BE0787700B4B883 /* libNanoTDF.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DA3C23F02BE0765100B4B883 /* libNanoTDF.a */; };
DABEB4202C160B61004540E6 /* InitializationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DABEB41F2C160B61004540E6 /* InitializationTests.swift */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand All @@ -36,11 +41,16 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
DA07A6942C165A83003DC210 /* CryptoHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CryptoHelper.swift; sourceTree = "<group>"; };
DA07A6962C165ABB003DC210 /* CryptoHelperTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CryptoHelperTests.swift; sourceTree = "<group>"; };
DA07A6982C166E7E003DC210 /* BinaryParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BinaryParser.swift; sourceTree = "<group>"; };
DA07A69A2C167904003DC210 /* NanoTDFCreationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NanoTDFCreationTests.swift; sourceTree = "<group>"; };
DA2B7B162BF1BB19002F3150 /* NanoTDFTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NanoTDFTests.swift; sourceTree = "<group>"; };
DA2B7B192BF1BB19002F3150 /* WebSocketManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebSocketManager.swift; sourceTree = "<group>"; };
DA3C23F02BE0765100B4B883 /* libNanoTDF.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libNanoTDF.a; sourceTree = BUILT_PRODUCTS_DIR; };
DA3C23F32BE0765100B4B883 /* NanoTDF.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NanoTDF.swift; sourceTree = "<group>"; };
DA3C24012BE0787700B4B883 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
DABEB41F2C160B61004540E6 /* InitializationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InitializationTests.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -66,16 +76,19 @@
isa = PBXGroup;
children = (
DA2B7B162BF1BB19002F3150 /* NanoTDFTests.swift */,
DABEB41F2C160B61004540E6 /* InitializationTests.swift */,
DA2B7B192BF1BB19002F3150 /* WebSocketManager.swift */,
DA07A6962C165ABB003DC210 /* CryptoHelperTests.swift */,
DA07A69A2C167904003DC210 /* NanoTDFCreationTests.swift */,
);
path = Tests;
sourceTree = "<group>";
};
DA3C23E72BE0765100B4B883 = {
isa = PBXGroup;
children = (
DA2B7B1A2BF1BB19002F3150 /* Tests */,
DA3C23F22BE0765100B4B883 /* NanoTDF */,
DA2B7B1A2BF1BB19002F3150 /* Tests */,
DA3C23F12BE0765100B4B883 /* Products */,
);
sourceTree = "<group>";
Expand All @@ -92,7 +105,9 @@
DA3C23F22BE0765100B4B883 /* NanoTDF */ = {
isa = PBXGroup;
children = (
DA07A6942C165A83003DC210 /* CryptoHelper.swift */,
DA3C23F32BE0765100B4B883 /* NanoTDF.swift */,
DA07A6982C166E7E003DC210 /* BinaryParser.swift */,
);
path = NanoTDF;
sourceTree = "<group>";
Expand Down Expand Up @@ -188,6 +203,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
DA07A6992C166E7E003DC210 /* BinaryParser.swift in Sources */,
DA07A6952C165A83003DC210 /* CryptoHelper.swift in Sources */,
DA3C23F42BE0765100B4B883 /* NanoTDF.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -197,6 +214,9 @@
buildActionMask = 2147483647;
files = (
DA2B7B1B2BF1BB19002F3150 /* NanoTDFTests.swift in Sources */,
DABEB4202C160B61004540E6 /* InitializationTests.swift in Sources */,
DA07A6972C165ABB003DC210 /* CryptoHelperTests.swift in Sources */,
DA07A69B2C167904003DC210 /* NanoTDFCreationTests.swift in Sources */,
DA2B7B1E2BF1BB19002F3150 /* WebSocketManager.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Loading

0 comments on commit e56294e

Please sign in to comment.