Skip to content

Commit

Permalink
post release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Dec 4, 2024
1 parent 0eb3b48 commit ffcd79f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
15 changes: 13 additions & 2 deletions binding/ios/OrcaAppTest/OrcaAppTest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objectVersion = 55;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -236,7 +236,7 @@
);
mainGroup = 1E00643F27CEDF9B006FF6E9;
packageReferences = (
E109D19B2CFE4DA30014F5AA /* XCLocalSwiftPackageReference "../../../../orca" */,
E1F352FD2D00ECD60069B0E6 /* XCRemoteSwiftPackageReference "orca" */,
);
productRefGroup = 1E00644927CEDF9B006FF6E9 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -654,6 +654,17 @@
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
E1F352FD2D00ECD60069B0E6 /* XCRemoteSwiftPackageReference "orca" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Picovoice/orca";
requirement = {
kind = exactVersion;
version = 1.0.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
E109D19D2CFE4DBC0014F5AA /* Orca */ = {
isa = XCSwiftPackageProductDependency;
Expand Down
23 changes: 17 additions & 6 deletions demo/ios/OrcaDemo/OrcaDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
E109D1A32CFE4F380014F5AA /* Orca in Frameworks */ = {isa = PBXBuildFile; productRef = E109D1A22CFE4F380014F5AA /* Orca */; };
E125E1892BE99DCA008B6D56 /* AtomicBool.swift in Sources */ = {isa = PBXBuildFile; fileRef = E125E1882BE99DCA008B6D56 /* AtomicBool.swift */; };
E1C5A45F2BE587A2002C0C40 /* AudioPlayerStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1C5A45E2BE587A2002C0C40 /* AudioPlayerStream.swift */; };
E1F353002D00ED5C0069B0E6 /* Orca in Frameworks */ = {isa = PBXBuildFile; productRef = E1F352FF2D00ED5C0069B0E6 /* Orca */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -37,6 +38,7 @@
buildActionMask = 2147483647;
files = (
E109D1A32CFE4F380014F5AA /* Orca in Frameworks */,
E1F353002D00ED5C0069B0E6 /* Orca in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -119,7 +121,7 @@
);
mainGroup = 02A1193C268D39A700A2AC99;
packageReferences = (
E109D1A12CFE4F380014F5AA /* XCLocalSwiftPackageReference "../../../../orca" */,
E1F352FE2D00ED5C0069B0E6 /* XCRemoteSwiftPackageReference "orca" */,
);
productRefGroup = 02A11946268D39A700A2AC99 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -342,18 +344,27 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
E109D1A12CFE4F380014F5AA /* XCLocalSwiftPackageReference "../../../../orca" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../orca;
/* Begin XCRemoteSwiftPackageReference section */
E1F352FE2D00ED5C0069B0E6 /* XCRemoteSwiftPackageReference "orca" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Picovoice/orca";
requirement = {
kind = exactVersion;
version = 1.0.1;
};
};
/* End XCLocalSwiftPackageReference section */
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
E109D1A22CFE4F380014F5AA /* Orca */ = {
isa = XCSwiftPackageProductDependency;
productName = Orca;
};
E1F352FF2D00ED5C0069B0E6 /* Orca */ = {
isa = XCSwiftPackageProductDependency;
package = E1F352FE2D00ED5C0069B0E6 /* XCRemoteSwiftPackageReference "orca" */;
productName = Orca;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 02A1193D268D39A700A2AC99 /* Project object */;
Expand Down

0 comments on commit ffcd79f

Please sign in to comment.