aboutsummaryrefslogtreecommitdiff
path: root/Captura.xcodeproj
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-09-14 18:07:50 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2024-09-14 18:07:50 +0200
commit578c47516baabf4cdcb3edb54f6e397a47032dd5 (patch)
tree1b06288750ceb9466381ffe569593f7febdb6e5e /Captura.xcodeproj
parent4b9281467f2794aa096929d665f5f9536152411c (diff)
Add sparkle
Diffstat (limited to 'Captura.xcodeproj')
-rw-r--r--Captura.xcodeproj/project.pbxproj39
-rw-r--r--Captura.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved15
-rw-r--r--Captura.xcodeproj/xcuserdata/rbdr.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist40
3 files changed, 54 insertions, 40 deletions
diff --git a/Captura.xcodeproj/project.pbxproj b/Captura.xcodeproj/project.pbxproj
index 163061e..f87b633 100644
--- a/Captura.xcodeproj/project.pbxproj
+++ b/Captura.xcodeproj/project.pbxproj
@@ -28,6 +28,7 @@
B55403EA2A79A434004BCBAB /* ScriptedPreferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55403E92A79A434004BCBAB /* ScriptedPreferences.swift */; };
B55403EB2A7A2AD2004BCBAB /* Captura.sdef in Resources */ = {isa = PBXBuildFile; fileRef = B5278B482A781B78009F6462 /* Captura.sdef */; };
B55403ED2A7A388B004BCBAB /* RecordCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55403EC2A7A388B004BCBAB /* RecordCommand.swift */; };
+ B55541E52C95801B0015F522 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = B55541E42C95801B0015F522 /* Sparkle */; };
B55DDFCC2A6F0253001A5E76 /* Notification+AppEvents.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55DDFCB2A6F0253001A5E76 /* Notification+AppEvents.swift */; };
B55DDFCE2A6F069D001A5E76 /* RecordingWindow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55DDFCD2A6F069D001A5E76 /* RecordingWindow.swift */; };
B56C70CD2A6EFDF4009B97EB /* CaptureState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B56C70CC2A6EFDF4009B97EB /* CaptureState.swift */; };
@@ -107,6 +108,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ B55541E52C95801B0015F522 /* Sparkle in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -229,6 +231,13 @@
path = Scripting;
sourceTree = "<group>";
};
+ B55541E32C95801B0015F522 /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ );
+ name = Frameworks;
+ sourceTree = "<group>";
+ };
B5F915452A6EF80D007ECE8E = {
isa = PBXGroup;
children = (
@@ -236,6 +245,7 @@
B5F915642A6EF80E007ECE8E /* CapturaTests */,
B5F9156E2A6EF80E007ECE8E /* CapturaUITests */,
B5F9154F2A6EF80D007ECE8E /* Products */,
+ B55541E32C95801B0015F522 /* Frameworks */,
);
sourceTree = "<group>";
};
@@ -309,6 +319,7 @@
);
name = Captura;
packageProductDependencies = (
+ B55541E42C95801B0015F522 /* Sparkle */,
);
productName = Captura;
productReference = B5F9154E2A6EF80D007ECE8E /* Captura.app */;
@@ -383,6 +394,7 @@
);
mainGroup = B5F915452A6EF80D007ECE8E;
packageReferences = (
+ B55541E22C94F86A0015F522 /* XCRemoteSwiftPackageReference "Sparkle" */,
);
productRefGroup = B5F9154F2A6EF80D007ECE8E /* Products */;
projectDirPath = "";
@@ -617,7 +629,7 @@
CODE_SIGN_ENTITLEMENTS = Captura/Captura.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 3;
+ CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_ASSET_PATHS = "\"Captura/Preview Content\"";
DEVELOPMENT_TEAM = S68NHQVJXW;
ENABLE_HARDENED_RUNTIME = YES;
@@ -632,7 +644,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
- MARKETING_VERSION = 1.0.1;
+ MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.Captura;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -648,7 +660,7 @@
CODE_SIGN_ENTITLEMENTS = Captura/Captura.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
- CURRENT_PROJECT_VERSION = 3;
+ CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_ASSET_PATHS = "\"Captura/Preview Content\"";
DEVELOPMENT_TEAM = S68NHQVJXW;
ENABLE_HARDENED_RUNTIME = YES;
@@ -663,7 +675,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
- MARKETING_VERSION = 1.0.1;
+ MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = pizza.unlimited.Captura;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -784,6 +796,25 @@
};
/* End XCConfigurationList section */
+/* Begin XCRemoteSwiftPackageReference section */
+ B55541E22C94F86A0015F522 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
+ isa = XCRemoteSwiftPackageReference;
+ repositoryURL = "https://github.com/sparkle-project/Sparkle";
+ requirement = {
+ kind = upToNextMajorVersion;
+ minimumVersion = 2.6.4;
+ };
+ };
+/* End XCRemoteSwiftPackageReference section */
+
+/* Begin XCSwiftPackageProductDependency section */
+ B55541E42C95801B0015F522 /* Sparkle */ = {
+ isa = XCSwiftPackageProductDependency;
+ package = B55541E22C94F86A0015F522 /* XCRemoteSwiftPackageReference "Sparkle" */;
+ productName = Sparkle;
+ };
+/* End XCSwiftPackageProductDependency section */
+
/* Begin XCVersionGroup section */
B5278B3C2A74420F009F6462 /* Captura.xcdatamodeld */ = {
isa = XCVersionGroup;
diff --git a/Captura.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Captura.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
new file mode 100644
index 0000000..5ace476
--- /dev/null
+++ b/Captura.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
@@ -0,0 +1,15 @@
+{
+ "originHash" : "e721da7f9826abdffcb6185e886155efa2514bd6234475f1afa893e29eb258d6",
+ "pins" : [
+ {
+ "identity" : "sparkle",
+ "kind" : "remoteSourceControl",
+ "location" : "https://github.com/sparkle-project/Sparkle",
+ "state" : {
+ "revision" : "0ef1ee0220239b3776f433314515fd849025673f",
+ "version" : "2.6.4"
+ }
+ }
+ ],
+ "version" : 3
+}
diff --git a/Captura.xcodeproj/xcuserdata/rbdr.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Captura.xcodeproj/xcuserdata/rbdr.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
index 272be1a..b8404ac 100644
--- a/Captura.xcodeproj/xcuserdata/rbdr.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
+++ b/Captura.xcodeproj/xcuserdata/rbdr.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -14,8 +14,8 @@
filePath = "Captura/CapturaApp.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
- startingLineNumber = "346"
- endingLineNumber = "346"
+ startingLineNumber = "356"
+ endingLineNumber = "356"
landmarkName = "failed(_:)"
landmarkType = "7">
</BreakpointContent>
@@ -30,40 +30,8 @@
filePath = "Captura/CapturaApp.swift"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
- startingLineNumber = "291"
- endingLineNumber = "291"
- landmarkName = "startRecording()"
- landmarkType = "7">
- </BreakpointContent>
- </BreakpointProxy>
- <BreakpointProxy
- BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
- <BreakpointContent
- uuid = "A8CCA767-DD2D-482B-8F95-026C4A0BD9FA"
- shouldBeEnabled = "No"
- ignoreCount = "0"
- continueAfterRunningActions = "No"
- filePath = "Captura/Domain/CapturaCaptureSession.swift"
- startingColumnNumber = "9223372036854775807"
- endingColumnNumber = "9223372036854775807"
- startingLineNumber = "42"
- endingLineNumber = "42"
- landmarkName = "startRecording()"
- landmarkType = "7">
- </BreakpointContent>
- </BreakpointProxy>
- <BreakpointProxy
- BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
- <BreakpointContent
- uuid = "DE0C260E-5AA4-404B-B50E-83DAF27C9532"
- shouldBeEnabled = "No"
- ignoreCount = "0"
- continueAfterRunningActions = "No"
- filePath = "Captura/Domain/CapturaCaptureSession.swift"
- startingColumnNumber = "9223372036854775807"
- endingColumnNumber = "9223372036854775807"
- startingLineNumber = "37"
- endingLineNumber = "37"
+ startingLineNumber = "301"
+ endingLineNumber = "301"
landmarkName = "startRecording()"
landmarkType = "7">
</BreakpointContent>