adding macrovisionkit for fullscreen detection

This commit is contained in:
Michael Freno
2026-01-30 12:48:37 -05:00
parent 6e41c4059c
commit cbd60fdd08
2 changed files with 27 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
275915892F132A9200D0E60D /* Lottie in Frameworks */ = {isa = PBXBuildFile; productRef = 27AE10B12F10B1FC00E00DBC /* Lottie */; }; 275915892F132A9200D0E60D /* Lottie in Frameworks */ = {isa = PBXBuildFile; productRef = 27AE10B12F10B1FC00E00DBC /* Lottie */; };
27CF3CCB2F2D266600D67058 /* MacroVisionKit in Frameworks */ = {isa = PBXBuildFile; productRef = 27CF3CCA2F2D266600D67058 /* MacroVisionKit */; };
27SPARKLE00000000003 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 27SPARKLE00000000002 /* Sparkle */; }; 27SPARKLE00000000003 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 27SPARKLE00000000002 /* Sparkle */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
@@ -70,6 +71,7 @@
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
27CF3CCB2F2D266600D67058 /* MacroVisionKit in Frameworks */,
275915892F132A9200D0E60D /* Lottie in Frameworks */, 275915892F132A9200D0E60D /* Lottie in Frameworks */,
27SPARKLE00000000003 /* Sparkle in Frameworks */, 27SPARKLE00000000003 /* Sparkle in Frameworks */,
); );
@@ -134,6 +136,7 @@
packageProductDependencies = ( packageProductDependencies = (
27AE10B12F10B1FC00E00DBC /* Lottie */, 27AE10B12F10B1FC00E00DBC /* Lottie */,
27SPARKLE00000000002 /* Sparkle */, 27SPARKLE00000000002 /* Sparkle */,
27CF3CCA2F2D266600D67058 /* MacroVisionKit */,
); );
productName = Gaze; productName = Gaze;
productReference = 27A21B3C2F0F69DC0018C4F3 /* Gaze.app */; productReference = 27A21B3C2F0F69DC0018C4F3 /* Gaze.app */;
@@ -220,6 +223,7 @@
packageReferences = ( packageReferences = (
27AE10B02F10B1FC00E00DBC /* XCRemoteSwiftPackageReference "lottie-spm" */, 27AE10B02F10B1FC00E00DBC /* XCRemoteSwiftPackageReference "lottie-spm" */,
27SPARKLE00000000001 /* XCRemoteSwiftPackageReference "Sparkle" */, 27SPARKLE00000000001 /* XCRemoteSwiftPackageReference "Sparkle" */,
27CF3CC92F2D266600D67058 /* XCRemoteSwiftPackageReference "MacroVisionKit" */,
); );
preferredProjectObjectVersion = 77; preferredProjectObjectVersion = 77;
productRefGroup = 27A21B3D2F0F69DC0018C4F3 /* Products */; productRefGroup = 27A21B3D2F0F69DC0018C4F3 /* Products */;
@@ -621,6 +625,14 @@
minimumVersion = 4.6.0; minimumVersion = 4.6.0;
}; };
}; };
27CF3CC92F2D266600D67058 /* XCRemoteSwiftPackageReference "MacroVisionKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/TheBoredTeam/MacroVisionKit.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.1.0;
};
};
27SPARKLE00000000001 /* XCRemoteSwiftPackageReference "Sparkle" */ = { 27SPARKLE00000000001 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/sparkle-project/Sparkle"; repositoryURL = "https://github.com/sparkle-project/Sparkle";
@@ -637,6 +649,11 @@
package = 27AE10B02F10B1FC00E00DBC /* XCRemoteSwiftPackageReference "lottie-spm" */; package = 27AE10B02F10B1FC00E00DBC /* XCRemoteSwiftPackageReference "lottie-spm" */;
productName = Lottie; productName = Lottie;
}; };
27CF3CCA2F2D266600D67058 /* MacroVisionKit */ = {
isa = XCSwiftPackageProductDependency;
package = 27CF3CC92F2D266600D67058 /* XCRemoteSwiftPackageReference "MacroVisionKit" */;
productName = MacroVisionKit;
};
27SPARKLE00000000002 /* Sparkle */ = { 27SPARKLE00000000002 /* Sparkle */ = {
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
package = 27SPARKLE00000000001 /* XCRemoteSwiftPackageReference "Sparkle" */; package = 27SPARKLE00000000001 /* XCRemoteSwiftPackageReference "Sparkle" */;

View File

@@ -1,5 +1,5 @@
{ {
"originHash" : "513d974fbede884a919977d3446360023f6e3239ac314f4fbd9657e80aca7560", "originHash" : "83c4b4b69555e54712e60721606a120fe3f01308b1af84957cd0941e93e64f8a",
"pins" : [ "pins" : [
{ {
"identity" : "lottie-spm", "identity" : "lottie-spm",
@@ -10,6 +10,15 @@
"version" : "4.6.0" "version" : "4.6.0"
} }
}, },
{
"identity" : "macrovisionkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/TheBoredTeam/MacroVisionKit.git",
"state" : {
"revision" : "da481a6be8d8b1bf7fcb218507a72428bbcae7b0",
"version" : "0.2.0"
}
},
{ {
"identity" : "sparkle", "identity" : "sparkle",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",