Skip to content

Commit 5871486

Browse files
committed
Using the public version of pipecat-client-ios-small-webrtc
1 parent a1578bd commit 5871486

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

examples/p2p-webrtc/video-transform/client/ios/SimpleChatbot.xcodeproj/project.pbxproj

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 60;
6+
objectVersion = 56;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -19,6 +19,7 @@
1919
90383A932D9C35B300D0DDA3 /* ChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90383A922D9C35B300D0DDA3 /* ChatView.swift */; };
2020
90383A962D9C35BD00D0DDA3 /* LiveMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90383A942D9C35BD00D0DDA3 /* LiveMessage.swift */; };
2121
90383A982D9D85E700D0DDA3 /* CameraButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90383A972D9D85E700D0DDA3 /* CameraButtonView.swift */; };
22+
90383A9B2DA4620800D0DDA3 /* PipecatClientIOSSmallWebrtc in Frameworks */ = {isa = PBXBuildFile; productRef = 90383A9A2DA4620800D0DDA3 /* PipecatClientIOSSmallWebrtc */; };
2223
90ABB98E2C735ED6000D9CC7 /* MeetingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90ABB98D2C735ED6000D9CC7 /* MeetingView.swift */; };
2324
90ABB9932C73820D000D9CC7 /* MicrophoneView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90ABB9922C73820D000D9CC7 /* MicrophoneView.swift */; };
2425
90ABB9982C738356000D9CC7 /* CustomColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90ABB9972C738356000D9CC7 /* CustomColors.swift */; };
@@ -78,6 +79,7 @@
7879
buildActionMask = 2147483647;
7980
files = (
8081
90383A912D9C357F00D0DDA3 /* PipecatClientIOSSmallWebrtc in Frameworks */,
82+
90383A9B2DA4620800D0DDA3 /* PipecatClientIOSSmallWebrtc in Frameworks */,
8183
);
8284
runOnlyForDeploymentPostprocessing = 0;
8385
};
@@ -233,6 +235,7 @@
233235
name = SimpleChatbot;
234236
packageProductDependencies = (
235237
90383A902D9C357F00D0DDA3 /* PipecatClientIOSSmallWebrtc */,
238+
90383A9A2DA4620800D0DDA3 /* PipecatClientIOSSmallWebrtc */,
236239
);
237240
productName = SimpleChatbot;
238241
productReference = 90031FA32C616EE700408370 /* SimpleChatbot.app */;
@@ -307,7 +310,7 @@
307310
);
308311
mainGroup = 90031F9A2C616EE700408370;
309312
packageReferences = (
310-
90383A8F2D9C357F00D0DDA3 /* XCLocalSwiftPackageReference "../../../../../../ios-public-repos/pipecat-client-ios-small-webrtc" */,
313+
90383A992DA4620800D0DDA3 /* XCRemoteSwiftPackageReference "pipecat-client-ios-small-webrtc" */,
311314
);
312315
productRefGroup = 90031FA42C616EE700408370 /* Products */;
313316
projectDirPath = "";
@@ -697,18 +700,27 @@
697700
};
698701
/* End XCConfigurationList section */
699702

700-
/* Begin XCLocalSwiftPackageReference section */
701-
90383A8F2D9C357F00D0DDA3 /* XCLocalSwiftPackageReference "../../../../../../ios-public-repos/pipecat-client-ios-small-webrtc" */ = {
702-
isa = XCLocalSwiftPackageReference;
703-
relativePath = "../../../../../../ios-public-repos/pipecat-client-ios-small-webrtc";
703+
/* Begin XCRemoteSwiftPackageReference section */
704+
90383A992DA4620800D0DDA3 /* XCRemoteSwiftPackageReference "pipecat-client-ios-small-webrtc" */ = {
705+
isa = XCRemoteSwiftPackageReference;
706+
repositoryURL = "https://github.com/pipecat-ai/pipecat-client-ios-small-webrtc";
707+
requirement = {
708+
kind = upToNextMajorVersion;
709+
minimumVersion = 0.0.1;
710+
};
704711
};
705-
/* End XCLocalSwiftPackageReference section */
712+
/* End XCRemoteSwiftPackageReference section */
706713

707714
/* Begin XCSwiftPackageProductDependency section */
708715
90383A902D9C357F00D0DDA3 /* PipecatClientIOSSmallWebrtc */ = {
709716
isa = XCSwiftPackageProductDependency;
710717
productName = PipecatClientIOSSmallWebrtc;
711718
};
719+
90383A9A2DA4620800D0DDA3 /* PipecatClientIOSSmallWebrtc */ = {
720+
isa = XCSwiftPackageProductDependency;
721+
package = 90383A992DA4620800D0DDA3 /* XCRemoteSwiftPackageReference "pipecat-client-ios-small-webrtc" */;
722+
productName = PipecatClientIOSSmallWebrtc;
723+
};
712724
/* End XCSwiftPackageProductDependency section */
713725
};
714726
rootObject = 90031F9B2C616EE700408370 /* Project object */;

examples/p2p-webrtc/video-transform/client/ios/SimpleChatbot.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)