Using the public version of pipecat-client-ios-small-webrtc

This commit is contained in:
Filipi Fuchter
2025-04-07 16:48:18 -03:00
parent a1578bd67a
commit 58714865df
2 changed files with 29 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 60; objectVersion = 56;
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
@@ -19,6 +19,7 @@
90383A932D9C35B300D0DDA3 /* ChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90383A922D9C35B300D0DDA3 /* ChatView.swift */; }; 90383A932D9C35B300D0DDA3 /* ChatView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90383A922D9C35B300D0DDA3 /* ChatView.swift */; };
90383A962D9C35BD00D0DDA3 /* LiveMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90383A942D9C35BD00D0DDA3 /* LiveMessage.swift */; }; 90383A962D9C35BD00D0DDA3 /* LiveMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90383A942D9C35BD00D0DDA3 /* LiveMessage.swift */; };
90383A982D9D85E700D0DDA3 /* CameraButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90383A972D9D85E700D0DDA3 /* CameraButtonView.swift */; }; 90383A982D9D85E700D0DDA3 /* CameraButtonView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90383A972D9D85E700D0DDA3 /* CameraButtonView.swift */; };
90383A9B2DA4620800D0DDA3 /* PipecatClientIOSSmallWebrtc in Frameworks */ = {isa = PBXBuildFile; productRef = 90383A9A2DA4620800D0DDA3 /* PipecatClientIOSSmallWebrtc */; };
90ABB98E2C735ED6000D9CC7 /* MeetingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90ABB98D2C735ED6000D9CC7 /* MeetingView.swift */; }; 90ABB98E2C735ED6000D9CC7 /* MeetingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90ABB98D2C735ED6000D9CC7 /* MeetingView.swift */; };
90ABB9932C73820D000D9CC7 /* MicrophoneView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90ABB9922C73820D000D9CC7 /* MicrophoneView.swift */; }; 90ABB9932C73820D000D9CC7 /* MicrophoneView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90ABB9922C73820D000D9CC7 /* MicrophoneView.swift */; };
90ABB9982C738356000D9CC7 /* CustomColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90ABB9972C738356000D9CC7 /* CustomColors.swift */; }; 90ABB9982C738356000D9CC7 /* CustomColors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90ABB9972C738356000D9CC7 /* CustomColors.swift */; };
@@ -78,6 +79,7 @@
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
90383A912D9C357F00D0DDA3 /* PipecatClientIOSSmallWebrtc in Frameworks */, 90383A912D9C357F00D0DDA3 /* PipecatClientIOSSmallWebrtc in Frameworks */,
90383A9B2DA4620800D0DDA3 /* PipecatClientIOSSmallWebrtc in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@@ -233,6 +235,7 @@
name = SimpleChatbot; name = SimpleChatbot;
packageProductDependencies = ( packageProductDependencies = (
90383A902D9C357F00D0DDA3 /* PipecatClientIOSSmallWebrtc */, 90383A902D9C357F00D0DDA3 /* PipecatClientIOSSmallWebrtc */,
90383A9A2DA4620800D0DDA3 /* PipecatClientIOSSmallWebrtc */,
); );
productName = SimpleChatbot; productName = SimpleChatbot;
productReference = 90031FA32C616EE700408370 /* SimpleChatbot.app */; productReference = 90031FA32C616EE700408370 /* SimpleChatbot.app */;
@@ -307,7 +310,7 @@
); );
mainGroup = 90031F9A2C616EE700408370; mainGroup = 90031F9A2C616EE700408370;
packageReferences = ( packageReferences = (
90383A8F2D9C357F00D0DDA3 /* XCLocalSwiftPackageReference "../../../../../../ios-public-repos/pipecat-client-ios-small-webrtc" */, 90383A992DA4620800D0DDA3 /* XCRemoteSwiftPackageReference "pipecat-client-ios-small-webrtc" */,
); );
productRefGroup = 90031FA42C616EE700408370 /* Products */; productRefGroup = 90031FA42C616EE700408370 /* Products */;
projectDirPath = ""; projectDirPath = "";
@@ -697,18 +700,27 @@
}; };
/* End XCConfigurationList section */ /* End XCConfigurationList section */
/* Begin XCLocalSwiftPackageReference section */ /* Begin XCRemoteSwiftPackageReference section */
90383A8F2D9C357F00D0DDA3 /* XCLocalSwiftPackageReference "../../../../../../ios-public-repos/pipecat-client-ios-small-webrtc" */ = { 90383A992DA4620800D0DDA3 /* XCRemoteSwiftPackageReference "pipecat-client-ios-small-webrtc" */ = {
isa = XCLocalSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
relativePath = "../../../../../../ios-public-repos/pipecat-client-ios-small-webrtc"; repositoryURL = "https://github.com/pipecat-ai/pipecat-client-ios-small-webrtc";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.0.1;
};
}; };
/* End XCLocalSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */ /* Begin XCSwiftPackageProductDependency section */
90383A902D9C357F00D0DDA3 /* PipecatClientIOSSmallWebrtc */ = { 90383A902D9C357F00D0DDA3 /* PipecatClientIOSSmallWebrtc */ = {
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
productName = PipecatClientIOSSmallWebrtc; productName = PipecatClientIOSSmallWebrtc;
}; };
90383A9A2DA4620800D0DDA3 /* PipecatClientIOSSmallWebrtc */ = {
isa = XCSwiftPackageProductDependency;
package = 90383A992DA4620800D0DDA3 /* XCRemoteSwiftPackageReference "pipecat-client-ios-small-webrtc" */;
productName = PipecatClientIOSSmallWebrtc;
};
/* End XCSwiftPackageProductDependency section */ /* End XCSwiftPackageProductDependency section */
}; };
rootObject = 90031F9B2C616EE700408370 /* Project object */; rootObject = 90031F9B2C616EE700408370 /* Project object */;

View File

@@ -1,5 +1,5 @@
{ {
"originHash" : "64a760bff8651c5464a11324100b2fb46be172491d43cf2e87e2e5a2d88303c7", "originHash" : "77cb3fee4071811f880e69dbcd5a8ba01711a73372960391d6366c4c3a0d36eb",
"pins" : [ "pins" : [
{ {
"identity" : "pipecat-client-ios", "identity" : "pipecat-client-ios",
@@ -10,6 +10,15 @@
"version" : "0.3.5" "version" : "0.3.5"
} }
}, },
{
"identity" : "pipecat-client-ios-small-webrtc",
"kind" : "remoteSourceControl",
"location" : "https://github.com/pipecat-ai/pipecat-client-ios-small-webrtc",
"state" : {
"revision" : "a6e4516b1fcbed772ca97a9616dddc9329097958",
"version" : "0.0.1"
}
},
{ {
"identity" : "webrtc", "identity" : "webrtc",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",