Skip to content

Commit

Permalink
rm podfile and deintegrate
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Nov 15, 2024
1 parent 3cd5d61 commit e63e8fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 42 deletions.
16 changes: 4 additions & 12 deletions demo/ios/CobraDemo/CobraDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
02A11947268D39A700A2AC99 /* CobraDemo */,
02A11946268D39A700A2AC99 /* Products */,
8DB92FF3DC81AB04D3FF7242 /* Pods */,
E14CDF572CE43D5F00E6494C /* Frameworks */,
);
sourceTree = "<group>";
};
Expand Down Expand Up @@ -78,13 +77,6 @@
path = Pods;
sourceTree = "<group>";
};
E14CDF572CE43D5F00E6494C /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -130,7 +122,7 @@
mainGroup = 02A1193C268D39A700A2AC99;
packageReferences = (
E14CDF4C2CE43A7600E6494C /* XCRemoteSwiftPackageReference "ios-voice-processor" */,
E14CDF542CE43B5B00E6494C /* XCLocalSwiftPackageReference "../../../../cobra" */,
E14CDF542CE43B5B00E6494C /* XCLocalSwiftPackageReference "cobra" */,
);
productRefGroup = 02A11946268D39A700A2AC99 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -350,7 +342,7 @@
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
E14CDF542CE43B5B00E6494C /* XCLocalSwiftPackageReference "../../../../cobra" */ = {
E14CDF542CE43B5B00E6494C /* XCLocalSwiftPackageReference "cobra" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../cobra;
};
Expand Down Expand Up @@ -379,12 +371,12 @@
};
E14CDF582CE43D5F00E6494C /* Cobra */ = {
isa = XCSwiftPackageProductDependency;
package = E14CDF542CE43B5B00E6494C /* XCLocalSwiftPackageReference "../../../../cobra" */;
package = E14CDF542CE43B5B00E6494C /* XCLocalSwiftPackageReference "cobra" */;
productName = Cobra;
};
E14CDF5A2CE43D6600E6494C /* Cobra */ = {
isa = XCSwiftPackageProductDependency;
package = E14CDF542CE43B5B00E6494C /* XCLocalSwiftPackageReference "../../../../cobra" */;
package = E14CDF542CE43B5B00E6494C /* XCLocalSwiftPackageReference "cobra" */;
productName = Cobra;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
7 changes: 0 additions & 7 deletions demo/ios/CobraDemo/Podfile

This file was deleted.

23 changes: 0 additions & 23 deletions demo/ios/CobraDemo/Podfile.lock

This file was deleted.

0 comments on commit e63e8fc

Please sign in to comment.