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 3be86f4 commit 5c05b27
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 13 deletions.
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 @@ -333,7 +333,7 @@
);
mainGroup = 1E0064BB27CEEA65006FF6E9;
packageReferences = (
E10B23582CFE6CF9009CDD3D /* XCLocalSwiftPackageReference "../../../../octopus" */,
E1F353012D0105170069B0E6 /* XCRemoteSwiftPackageReference "octopus" */,
);
productRefGroup = 1E0064C527CEEA65006FF6E9 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -749,16 +749,23 @@
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
E10B23582CFE6CF9009CDD3D /* XCLocalSwiftPackageReference "../../../../octopus" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../octopus;
};
E10DF50F2CFE60DE008D4AA0 /* XCLocalSwiftPackageReference "../../../../octopus" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../octopus;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
E1F353012D0105170069B0E6 /* XCRemoteSwiftPackageReference "octopus" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Picovoice/octopus/";
requirement = {
kind = exactVersion;
version = 2.0.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
E10DF5112CFE60E5008D4AA0 /* Octopus */ = {
isa = XCSwiftPackageProductDependency;
Expand Down
25 changes: 18 additions & 7 deletions demo/ios/OctopusDemo/OctopusDemo.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 = 54;
objects = {

/* Begin PBXBuildFile section */
Expand All @@ -14,6 +14,7 @@
E10DF5192CFE6104008D4AA0 /* Octopus in Frameworks */ = {isa = PBXBuildFile; productRef = E10DF5182CFE6104008D4AA0 /* Octopus */; };
E15A378B2CF7E15700A96F85 /* Octopus in Frameworks */ = {isa = PBXBuildFile; productRef = E15A378A2CF7E15700A96F85 /* Octopus */; };
E15A378E2CF7E1C000A96F85 /* Octopus in Frameworks */ = {isa = PBXBuildFile; productRef = E15A378D2CF7E1C000A96F85 /* Octopus */; };
E1F353042D0105300069B0E6 /* Octopus in Frameworks */ = {isa = PBXBuildFile; productRef = E1F353032D0105300069B0E6 /* Octopus */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -30,6 +31,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E1F353042D0105300069B0E6 /* Octopus in Frameworks */,
E10DF5192CFE6104008D4AA0 /* Octopus in Frameworks */,
E15A378E2CF7E1C000A96F85 /* Octopus in Frameworks */,
E15A378B2CF7E15700A96F85 /* Octopus in Frameworks */,
Expand Down Expand Up @@ -111,7 +113,7 @@
);
mainGroup = 02447A8026D94F74004A6CE9;
packageReferences = (
E10DF5172CFE6104008D4AA0 /* XCLocalSwiftPackageReference "../../../../octopus" */,
E1F353022D0105300069B0E6 /* XCRemoteSwiftPackageReference "octopus" */,
);
productRefGroup = 02447A8A26D94F75004A6CE9 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -330,12 +332,16 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
E10DF5172CFE6104008D4AA0 /* XCLocalSwiftPackageReference "../../../../octopus" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../octopus;
/* Begin XCRemoteSwiftPackageReference section */
E1F353022D0105300069B0E6 /* XCRemoteSwiftPackageReference "octopus" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Picovoice/octopus/";
requirement = {
kind = exactVersion;
version = 2.0.1;
};
};
/* End XCLocalSwiftPackageReference section */
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
E10DF5182CFE6104008D4AA0 /* Octopus */ = {
Expand All @@ -350,6 +356,11 @@
isa = XCSwiftPackageProductDependency;
productName = Octopus;
};
E1F353032D0105300069B0E6 /* Octopus */ = {
isa = XCSwiftPackageProductDependency;
package = E1F353022D0105300069B0E6 /* XCRemoteSwiftPackageReference "octopus" */;
productName = Octopus;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 02447A8126D94F74004A6CE9 /* Project object */;
Expand Down

0 comments on commit 5c05b27

Please sign in to comment.