Skip to content

Commit 25ce2cf

Browse files
committed
Remove dependency
1 parent 4927dba commit 25ce2cf

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

VoiceAgent.xcodeproj/project.pbxproj

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
ACAEBA5B2DE6EE970072E93E /* ReplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ACAEBA5A2DE6EE970072E93E /* ReplayKit.framework */; };
1111
ACAEBA622DE6EE970072E93E /* BroadcastExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = ACAEBA582DE6EE970072E93E /* BroadcastExtension.appex */; platformFilters = (ios, xros, ); settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
1212
ACAEBA692DE6EF4B0072E93E /* LiveKit in Frameworks */ = {isa = PBXBuildFile; productRef = ACAEBA682DE6EF4B0072E93E /* LiveKit */; };
13-
ACFBA1DB2D8D5CBE0021202B /* Collections in Frameworks */ = {isa = PBXBuildFile; productRef = ACFBA1DA2D8D5CBE0021202B /* Collections */; };
1413
B5E1B90F2D14E9EC00A38CB6 /* LiveKitComponents in Frameworks */ = {isa = PBXBuildFile; productRef = B5E1B90E2D14E9EC00A38CB6 /* LiveKitComponents */; };
1514
B5E1B9122D14E9F500A38CB6 /* LiveKit in Frameworks */ = {isa = PBXBuildFile; productRef = B5E1B9112D14E9F500A38CB6 /* LiveKit */; };
1615
/* End PBXBuildFile section */
@@ -98,7 +97,6 @@
9897
isa = PBXFrameworksBuildPhase;
9998
buildActionMask = 2147483647;
10099
files = (
101-
ACFBA1DB2D8D5CBE0021202B /* Collections in Frameworks */,
102100
B5E1B90F2D14E9EC00A38CB6 /* LiveKitComponents in Frameworks */,
103101
B5E1B9122D14E9F500A38CB6 /* LiveKit in Frameworks */,
104102
);
@@ -181,7 +179,6 @@
181179
packageProductDependencies = (
182180
B5E1B90E2D14E9EC00A38CB6 /* LiveKitComponents */,
183181
B5E1B9112D14E9F500A38CB6 /* LiveKit */,
184-
ACFBA1DA2D8D5CBE0021202B /* Collections */,
185182
);
186183
productName = VoiceAgent;
187184
productReference = B5B5E3B22D124AE00099C9BE /* VoiceAgent.app */;
@@ -217,7 +214,6 @@
217214
packageReferences = (
218215
B5E1B90D2D14E9EC00A38CB6 /* XCRemoteSwiftPackageReference "components-swift" */,
219216
B5E1B9102D14E9F500A38CB6 /* XCRemoteSwiftPackageReference "client-sdk-swift" */,
220-
ACFBA1D92D8D5CBE0021202B /* XCRemoteSwiftPackageReference "swift-collections" */,
221217
);
222218
preferredProjectObjectVersion = 77;
223219
productRefGroup = B5B5E3B32D124AE00099C9BE /* Products */;
@@ -589,14 +585,6 @@
589585
/* End XCConfigurationList section */
590586

591587
/* Begin XCRemoteSwiftPackageReference section */
592-
ACFBA1D92D8D5CBE0021202B /* XCRemoteSwiftPackageReference "swift-collections" */ = {
593-
isa = XCRemoteSwiftPackageReference;
594-
repositoryURL = "https://github.com/apple/swift-collections";
595-
requirement = {
596-
kind = upToNextMajorVersion;
597-
minimumVersion = 1.1.4;
598-
};
599-
};
600588
B5E1B90D2D14E9EC00A38CB6 /* XCRemoteSwiftPackageReference "components-swift" */ = {
601589
isa = XCRemoteSwiftPackageReference;
602590
repositoryURL = "https://github.com/livekit/components-swift";
@@ -620,11 +608,6 @@
620608
isa = XCSwiftPackageProductDependency;
621609
productName = LiveKit;
622610
};
623-
ACFBA1DA2D8D5CBE0021202B /* Collections */ = {
624-
isa = XCSwiftPackageProductDependency;
625-
package = ACFBA1D92D8D5CBE0021202B /* XCRemoteSwiftPackageReference "swift-collections" */;
626-
productName = Collections;
627-
};
628611
B5E1B90E2D14E9EC00A38CB6 /* LiveKitComponents */ = {
629612
isa = XCSwiftPackageProductDependency;
630613
package = B5E1B90D2D14E9EC00A38CB6 /* XCRemoteSwiftPackageReference "components-swift" */;

0 commit comments

Comments
 (0)