Skip to content

Commit a0945e1

Browse files
committed
Migrate to Sparkle 1.27.3
Add SUPubliceEDKey to Info plist
1 parent 9cae310 commit a0945e1

File tree

197 files changed

+27
-6368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+27
-6368
lines changed

GitUp/Application/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>SUPublicEDKey</key>
6+
<string>l8+r2Uqcjd/9bj7mROr1DRLQ2nacFKiLZNaxyU9qFFA=</string>
57
<key>CFBundleDevelopmentRegion</key>
68
<string>en</string>
79
<key>CFBundleDocumentTypes</key>

GitUp/GitUp.xcodeproj/project.pbxproj

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
0AC8525423A11F3700479160 /* PreferencesWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 0AC8525223A11F3700479160 /* PreferencesWindowController.xib */; };
2222
0AD4625B232711B000BE28D1 /* WelcomeWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AD4625A232711B000BE28D1 /* WelcomeWindowController.m */; };
2323
0AE7F5F12312C1B000B06050 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0AE7F5ED2312C1B000B06050 /* InfoPlist.strings */; };
24+
1DE066042C3781AF00540818 /* Sparkle in Frameworks */ = {isa = PBXBuildFile; productRef = 1DE066032C3781AF00540818 /* Sparkle */; };
2425
31CD50E3203E2E2800360B3A /* ToolbarItemWrapperView.m in Sources */ = {isa = PBXBuildFile; fileRef = 31CD50E2203E2E2800360B3A /* ToolbarItemWrapperView.m */; };
2526
A53C6D0C1E61A9CF0070387E /* FontSizeTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = A53C6D0B1E61A9CF0070387E /* FontSizeTransformer.m */; };
2627
DBBEE685256B0A0200F96DAF /* libiconv.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = DBBEE684256B0A0200F96DAF /* libiconv.tbd */; };
@@ -30,8 +31,6 @@
3031
E21DCAF31B253919006424E8 /* gitup in Copy Tool */ = {isa = PBXBuildFile; fileRef = E21DCAE81B253847006424E8 /* gitup */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
3132
E21DCAF51B254117006424E8 /* install.sh in Copy Tool */ = {isa = PBXBuildFile; fileRef = E21DCAF41B254112006424E8 /* install.sh */; };
3233
E25EBCEB1AA3F8B700D3AF44 /* Application.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E25EBCEA1AA3F8B700D3AF44 /* Application.xcassets */; };
33-
E2653D251A5B2FBD006A9871 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2653D241A5B2FBD006A9871 /* Sparkle.framework */; };
34-
E267E1F31B84D93300BAB377 /* Sparkle.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E2653D241A5B2FBD006A9871 /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
3534
E267E2741B84E42A00BAB377 /* Help.plist in Resources */ = {isa = PBXBuildFile; fileRef = E2BDA0671AD47A2F00E69729 /* Help.plist */; };
3635
E28A16E51B87023200218332 /* GitUpKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E28A16E01B87021600218332 /* GitUpKit.framework */; };
3736
E28A16E61B87023C00218332 /* GitUpKit.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = E28A16E01B87021600218332 /* GitUpKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -101,7 +100,6 @@
101100
dstPath = "";
102101
dstSubfolderSpec = 10;
103102
files = (
104-
E267E1F31B84D93300BAB377 /* Sparkle.framework in Copy Frameworks */,
105103
E28A16E61B87023C00218332 /* GitUpKit.framework in Copy Frameworks */,
106104
);
107105
name = "Copy Frameworks";
@@ -183,7 +181,7 @@
183181
buildActionMask = 2147483647;
184182
files = (
185183
E28A16E51B87023200218332 /* GitUpKit.framework in Frameworks */,
186-
E2653D251A5B2FBD006A9871 /* Sparkle.framework in Frameworks */,
184+
1DE066042C3781AF00540818 /* Sparkle in Frameworks */,
187185
);
188186
runOnlyForDeploymentPostprocessing = 0;
189187
};
@@ -346,6 +344,9 @@
346344
E21DCAF11B2538C5006424E8 /* PBXTargetDependency */,
347345
);
348346
name = Application;
347+
packageProductDependencies = (
348+
1DE066032C3781AF00540818 /* Sparkle */,
349+
);
349350
productName = GitUp;
350351
productReference = E2C338AB19F8562F00063D95 /* GitUp.app */;
351352
productType = "com.apple.product-type.application";
@@ -378,6 +379,9 @@
378379
Base,
379380
);
380381
mainGroup = E2C338A219F8562F00063D95;
382+
packageReferences = (
383+
1DE066022C3781AF00540818 /* XCRemoteSwiftPackageReference "Sparkle" */,
384+
);
381385
productRefGroup = E2C338AC19F8562F00063D95 /* Products */;
382386
projectDirPath = "";
383387
projectReferences = (
@@ -473,7 +477,7 @@
473477
);
474478
runOnlyForDeploymentPostprocessing = 1;
475479
shellPath = /bin/sh;
476-
shellScript = "# Information derived from https://stackoverflow.com/questions/77397157/mapbox-xcframework-ios-signature-couldn-t-be-copied-to-signatures-because-an-i\nif [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}/libssl.xcframework-macos.signature\" -name \"*.signature\" -type f | xargs -r rm\n find \"$BUILD_DIR/${CONFIGURATION}/libcrypto.xcframework-macos.signature\" -name \"*.signature\" -type f | xargs -r rm\n find \"$BUILD_DIR/${CONFIGURATION}/libssh2.xcframework-macos.signature\" -name \"*.signature\" -type f | xargs -r rm\nfi\n";
480+
shellScript = "# Information derived from https://stackoverflow.com/questions/77397157/mapbox-xcframework-ios-signature-couldn-t-be-copied-to-signatures-because-an-i\nif [ \"$XCODE_VERSION_MAJOR\" = \"1500\" ]; then\n echo \"Remove signature files (Xcode 15 workaround)\"\n find \"$BUILD_DIR/${CONFIGURATION}/libssl.xcframework-macos.signature\" -name \"*.signature\" -type f | xargs -r rm\n find \"$BUILD_DIR/${CONFIGURATION}/libcrypto.xcframework-macos.signature\" -name \"*.signature\" -type f | xargs -r rm\n find \"$BUILD_DIR/${CONFIGURATION}/libssh2.xcframework-macos.signature\" -name \"*.signature\" -type f | xargs -r rm\n find \"$BUILD_DIR/${CONFIGURATION}/Sparkle.xcframework-macos.signature\" -name \"*.signature\" -type f | xargs -r rm\nfi\n";
477481
};
478482
/* End PBXShellScriptBuildPhase section */
479483

@@ -714,11 +718,27 @@
714718
};
715719
/* End XCConfigurationList section */
716720

721+
/* Begin XCRemoteSwiftPackageReference section */
722+
1DE066022C3781AF00540818 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
723+
isa = XCRemoteSwiftPackageReference;
724+
repositoryURL = "https://github.com/sparkle-project/Sparkle";
725+
requirement = {
726+
kind = exactVersion;
727+
version = 1.27.3;
728+
};
729+
};
730+
/* End XCRemoteSwiftPackageReference section */
731+
717732
/* Begin XCSwiftPackageProductDependency section */
718733
0A4881DB26C7B98D00289CF9 /* Libgit2Origin */ = {
719734
isa = XCSwiftPackageProductDependency;
720735
productName = Libgit2Origin;
721736
};
737+
1DE066032C3781AF00540818 /* Sparkle */ = {
738+
isa = XCSwiftPackageProductDependency;
739+
package = 1DE066022C3781AF00540818 /* XCRemoteSwiftPackageReference "Sparkle" */;
740+
productName = Sparkle;
741+
};
722742
/* End XCSwiftPackageProductDependency section */
723743
};
724744
rootObject = E2C338A319F8562F00063D95 /* Project object */;

GitUp/Third-Party/Sparkle.framework/Headers

Lines changed: 0 additions & 1 deletion
This file was deleted.

GitUp/Third-Party/Sparkle.framework/Modules

Lines changed: 0 additions & 1 deletion
This file was deleted.

GitUp/Third-Party/Sparkle.framework/PrivateHeaders

Lines changed: 0 additions & 1 deletion
This file was deleted.

GitUp/Third-Party/Sparkle.framework/Resources

Lines changed: 0 additions & 1 deletion
This file was deleted.

GitUp/Third-Party/Sparkle.framework/Sparkle

Lines changed: 0 additions & 1 deletion
This file was deleted.

GitUp/Third-Party/Sparkle.framework/Versions/A/Headers/SPUDownloadData.h

Lines changed: 0 additions & 43 deletions
This file was deleted.

GitUp/Third-Party/Sparkle.framework/Versions/A/Headers/SPUDownloader.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

GitUp/Third-Party/Sparkle.framework/Versions/A/Headers/SPUDownloaderDelegate.h

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)