Skip to content

Commit

Permalink
post release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Dec 5, 2024
1 parent aaa7233 commit a081a58
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 18 deletions.
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 @@ -19,6 +19,7 @@
E1C9DAEE2CFF8A340077E36C /* Porcupine in Frameworks */ = {isa = PBXBuildFile; productRef = E1C9DAED2CFF8A340077E36C /* Porcupine */; };
E1C9DAF12CFF8A3D0077E36C /* Rhino in Frameworks */ = {isa = PBXBuildFile; productRef = E1C9DAF02CFF8A3D0077E36C /* Rhino */; };
E1C9DAF32CFF8A670077E36C /* Picovoice in Frameworks */ = {isa = PBXBuildFile; productRef = E1C9DAF22CFF8A670077E36C /* Picovoice */; };
E1ECAF5A2D02278A004B6460 /* Picovoice in Frameworks */ = {isa = PBXBuildFile; productRef = E1ECAF592D02278A004B6460 /* Picovoice */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
Expand Down Expand Up @@ -56,6 +57,7 @@
E1C9DAEE2CFF8A340077E36C /* Porcupine in Frameworks */,
E1C9DAF32CFF8A670077E36C /* Picovoice in Frameworks */,
E1C9DAEB2CFF8A2B0077E36C /* ios_voice_processor in Frameworks */,
E1ECAF5A2D02278A004B6460 /* Picovoice in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -148,10 +150,10 @@
);
mainGroup = 1760DF20253A175000395344;
packageReferences = (
E13A8A102CFE9A0B00906008 /* XCLocalSwiftPackageReference "../../../../picovoice" */,
E1C9DAE92CFF8A2B0077E36C /* XCRemoteSwiftPackageReference "ios-voice-processor" */,
E1C9DAEC2CFF8A340077E36C /* XCRemoteSwiftPackageReference "porcupine" */,
E1C9DAEF2CFF8A3D0077E36C /* XCRemoteSwiftPackageReference "rhino" */,
E1ECAF582D02278A004B6460 /* XCRemoteSwiftPackageReference "picovoice" */,
);
productRefGroup = 1760DF2A253A175000395344 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -378,13 +380,6 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
E13A8A102CFE9A0B00906008 /* XCLocalSwiftPackageReference "../../../../picovoice" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../picovoice;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
E1C9DAE92CFF8A2B0077E36C /* XCRemoteSwiftPackageReference "ios-voice-processor" */ = {
isa = XCRemoteSwiftPackageReference;
Expand All @@ -410,6 +405,14 @@
version = 3.0.2;
};
};
E1ECAF582D02278A004B6460 /* XCRemoteSwiftPackageReference "picovoice" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Picovoice/picovoice";
requirement = {
kind = exactVersion;
version = 3.0.2;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand All @@ -432,6 +435,11 @@
isa = XCSwiftPackageProductDependency;
productName = Picovoice;
};
E1ECAF592D02278A004B6460 /* Picovoice */ = {
isa = XCSwiftPackageProductDependency;
package = E1ECAF582D02278A004B6460 /* XCRemoteSwiftPackageReference "picovoice" */;
productName = Picovoice;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 1760DF21253A175000395344 /* Project object */;
Expand Down
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 @@ -203,7 +203,7 @@
E1C9DAD12CFF838F0077E36C /* XCRemoteSwiftPackageReference "rhino" */,
E1C9DAD22CFF83A30077E36C /* XCRemoteSwiftPackageReference "porcupine" */,
E1C9DAD32CFF83B90077E36C /* XCRemoteSwiftPackageReference "ios-voice-processor" */,
E1C9DAD42CFF83D50077E36C /* XCLocalSwiftPackageReference "../../../../picovoice" */,
E1ECAF572D02253B004B6460 /* XCRemoteSwiftPackageReference "picovoice" */,
);
productRefGroup = 1E0063CF27CED542006FF6E9 /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -534,13 +534,6 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
E1C9DAD42CFF83D50077E36C /* XCLocalSwiftPackageReference "../../../../picovoice" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../../../../picovoice;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
E1C9DAD12CFF838F0077E36C /* XCRemoteSwiftPackageReference "rhino" */ = {
isa = XCRemoteSwiftPackageReference;
Expand All @@ -566,6 +559,14 @@
version = 1.2.0;
};
};
E1ECAF572D02253B004B6460 /* XCRemoteSwiftPackageReference "picovoice" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/Picovoice/picovoice";
requirement = {
kind = exactVersion;
version = 3.0.2;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand Down

0 comments on commit a081a58

Please sign in to comment.