Skip to content

Commit 2b60a90

Browse files
committed
Remove testing library
1 parent 86feba5 commit 2b60a90

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

LibFido2Swift.xcodeproj/project.pbxproj

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,8 @@
88

99
/* Begin PBXBuildFile section */
1010
334A93252CA86ADA00A5E079 /* LibFido2Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 334A93242CA86ADA00A5E079 /* LibFido2Swift */; };
11-
33768ECA2CA891D200BB20F7 /* LibFido2Swift in Frameworks */ = {isa = PBXBuildFile; productRef = 33768EC92CA891D200BB20F7 /* LibFido2Swift */; };
12-
33768ECC2CA8923E00BB20F7 /* Testing.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 33768ECB2CA8923E00BB20F7 /* Testing.framework */; };
13-
33768ECD2CA8923E00BB20F7 /* Testing.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 33768ECB2CA8923E00BB20F7 /* Testing.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1411
/* End PBXBuildFile section */
1512

16-
/* Begin PBXCopyFilesBuildPhase section */
17-
33768ECE2CA8923E00BB20F7 /* Embed Frameworks */ = {
18-
isa = PBXCopyFilesBuildPhase;
19-
buildActionMask = 2147483647;
20-
dstPath = "";
21-
dstSubfolderSpec = 10;
22-
files = (
23-
33768ECD2CA8923E00BB20F7 /* Testing.framework in Embed Frameworks */,
24-
);
25-
name = "Embed Frameworks";
26-
runOnlyForDeploymentPostprocessing = 0;
27-
};
28-
/* End PBXCopyFilesBuildPhase section */
29-
3013
/* Begin PBXFileReference section */
3114
332807552CA7AEC10036F691 /* LibCbor.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = LibCbor.xcframework; path = Frameworks/LibCbor.xcframework; sourceTree = "<group>"; };
3215
332807562CA7AEC10036F691 /* LibCrypto.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = LibCrypto.xcframework; path = Frameworks/LibCrypto.xcframework; sourceTree = "<group>"; };
@@ -35,7 +18,6 @@
3518
332807702CA7BB800036F691 /* LibFido2TestApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LibFido2TestApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
3619
332807A22CA7BB930036F691 /* libfido2.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = libfido2.xcframework; path = Frameworks/libfido2.xcframework; sourceTree = "<group>"; };
3720
332807BA2CA7C2F90036F691 /* libfido2.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = libfido2.framework; path = Frameworks/libfido2.framework; sourceTree = "<group>"; };
38-
33768ECB2CA8923E00BB20F7 /* Testing.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Testing.framework; path = Platforms/MacOSX.platform/Developer/Library/Frameworks/Testing.framework; sourceTree = DEVELOPER_DIR; };
3921
/* End PBXFileReference section */
4022

4123
/* Begin PBXFileSystemSynchronizedRootGroup section */
@@ -52,8 +34,6 @@
5234
buildActionMask = 2147483647;
5335
files = (
5436
334A93252CA86ADA00A5E079 /* LibFido2Swift in Frameworks */,
55-
33768ECC2CA8923E00BB20F7 /* Testing.framework in Frameworks */,
56-
33768ECA2CA891D200BB20F7 /* LibFido2Swift in Frameworks */,
5737
);
5838
runOnlyForDeploymentPostprocessing = 0;
5939
};
@@ -63,7 +43,6 @@
6343
332807542CA7AEC10036F691 /* Frameworks */ = {
6444
isa = PBXGroup;
6545
children = (
66-
33768ECB2CA8923E00BB20F7 /* Testing.framework */,
6746
332807BA2CA7C2F90036F691 /* libfido2.framework */,
6847
332807A22CA7BB930036F691 /* libfido2.xcframework */,
6948
332807552CA7AEC10036F691 /* LibCbor.xcframework */,
@@ -101,7 +80,6 @@
10180
3328076C2CA7BB800036F691 /* Sources */,
10281
3328076D2CA7BB800036F691 /* Frameworks */,
10382
3328076E2CA7BB800036F691 /* Resources */,
104-
33768ECE2CA8923E00BB20F7 /* Embed Frameworks */,
10583
);
10684
buildRules = (
10785
);

LibFido2Swift/Tests/LibFido2SwiftTests/LibFido2SwiftTests.swift

Lines changed: 0 additions & 6 deletions
This file was deleted.

Package.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ let package = Package(
2020
dependencies: ["LibCrypto", "libfido2", "LibCbor"],
2121
path: "LibFido2Swift"
2222
),
23-
.testTarget(
24-
name: "LibFido2SwiftTests",
25-
dependencies: ["LibFido2Swift"]
26-
),
2723
.binaryTarget(name: "LibCbor", path: "./Frameworks/LibCbor.xcframework"),
2824
.binaryTarget(name: "LibCrypto", path: "./Frameworks/LibCrypto.xcframework"),
2925
.binaryTarget(name: "libfido2", path: "./Frameworks/libfido2.xcframework"),

0 commit comments

Comments
 (0)