Skip to content

Commit f27392d

Browse files
committed
Remove Sparkle, it causes the app to crash.
1 parent 53c80d1 commit f27392d

202 files changed

Lines changed: 3 additions & 6600 deletions

File tree

Some content is hidden

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

DSMenu.xcodeproj/project.pbxproj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@
1818
4B53151D1924CA0600085143 /* DSMAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B53151C1924CA0600085143 /* DSMAppDelegate.m */; };
1919
4B5315201924CA0600085143 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4B53151E1924CA0600085143 /* MainMenu.xib */; };
2020
4B5315221924CA0600085143 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B5315211924CA0600085143 /* Images.xcassets */; };
21-
4B5315291924CA0600085143 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B5315281924CA0600085143 /* XCTest.framework */; };
2221
4B53152A1924CA0600085143 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4B5315091924CA0600085143 /* Cocoa.framework */; };
2322
4B5315321924CA0600085143 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4B5315301924CA0600085143 /* InfoPlist.strings */; };
2423
4B5315341924CA0600085143 /* DSMenuTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B5315331924CA0600085143 /* DSMenuTests.m */; };
2524
4B812C96194071BE004FD60A /* SLAIntegerTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B812C95194071BE004FD60A /* SLAIntegerTransformer.m */; };
2625
4B85E832193A16AD00214CB5 /* Torrent.icns in Resources */ = {isa = PBXBuildFile; fileRef = 4B85E831193A16AD00214CB5 /* Torrent.icns */; };
2726
4BC5E5B6194842080094FAB5 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 4BC5E5B8194842080094FAB5 /* Localizable.strings */; };
2827
4BC98F2D1944892A0001B9BB /* SLALinkFieldView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BC98F2C1944892A0001B9BB /* SLALinkFieldView.m */; };
29-
4BC9A28219474316006C3B44 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BC9A28119474316006C3B44 /* Sparkle.framework */; };
30-
4BC9A284194746B6006C3B44 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 4BC9A28119474316006C3B44 /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
3128
4BCA997419348D790023D906 /* DSMWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCA997219348D790023D906 /* DSMWindowController.m */; };
3229
4BCA997819354BCF0023D906 /* DSMAboutWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BCA997719354BCF0023D906 /* DSMAboutWindowController.m */; };
3330
4BD5E7C71933E5DF0032FC86 /* Magnet.icns in Resources */ = {isa = PBXBuildFile; fileRef = 4BD5E7C61933E5DF0032FC86 /* Magnet.icns */; };
@@ -50,7 +47,6 @@
5047
dstPath = "";
5148
dstSubfolderSpec = 10;
5249
files = (
53-
4BC9A284194746B6006C3B44 /* Sparkle.framework in CopyFiles */,
5450
);
5551
runOnlyForDeploymentPostprocessing = 0;
5652
};
@@ -80,7 +76,6 @@
8076
4B53151F1924CA0600085143 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
8177
4B5315211924CA0600085143 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
8278
4B5315271924CA0600085143 /* DSMenuTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DSMenuTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
83-
4B5315281924CA0600085143 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
8479
4B53152F1924CA0600085143 /* DSMenuTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "DSMenuTests-Info.plist"; sourceTree = "<group>"; };
8580
4B5315311924CA0600085143 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
8681
4B5315331924CA0600085143 /* DSMenuTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = DSMenuTests.m; sourceTree = "<group>"; };
@@ -95,7 +90,6 @@
9590
4BC5E5C01948452D0094FAB5 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/MainMenu.strings; sourceTree = "<group>"; };
9691
4BC98F2B1944892A0001B9BB /* SLALinkFieldView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SLALinkFieldView.h; path = Classes/SLALinkFieldView.h; sourceTree = "<group>"; };
9792
4BC98F2C1944892A0001B9BB /* SLALinkFieldView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SLALinkFieldView.m; path = Classes/SLALinkFieldView.m; sourceTree = "<group>"; };
98-
4BC9A28119474316006C3B44 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
9993
4BCA997119348D790023D906 /* DSMWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DSMWindowController.h; path = Classes/DSMWindowController.h; sourceTree = "<group>"; };
10094
4BCA997219348D790023D906 /* DSMWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DSMWindowController.m; path = Classes/DSMWindowController.m; sourceTree = "<group>"; };
10195
4BCA997619354BCF0023D906 /* DSMAboutWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DSMAboutWindowController.h; path = Classes/DSMAboutWindowController.h; sourceTree = "<group>"; };
@@ -109,7 +103,6 @@
109103
buildActionMask = 2147483647;
110104
files = (
111105
4B53150A1924CA0600085143 /* Cocoa.framework in Frameworks */,
112-
4BC9A28219474316006C3B44 /* Sparkle.framework in Frameworks */,
113106
);
114107
runOnlyForDeploymentPostprocessing = 0;
115108
};
@@ -118,7 +111,6 @@
118111
buildActionMask = 2147483647;
119112
files = (
120113
4B53152A1924CA0600085143 /* Cocoa.framework in Frameworks */,
121-
4B5315291924CA0600085143 /* XCTest.framework in Frameworks */,
122114
);
123115
runOnlyForDeploymentPostprocessing = 0;
124116
};
@@ -151,9 +143,7 @@
151143
4B5315081924CA0600085143 /* Frameworks */ = {
152144
isa = PBXGroup;
153145
children = (
154-
4BC9A28119474316006C3B44 /* Sparkle.framework */,
155146
4B5315091924CA0600085143 /* Cocoa.framework */,
156-
4B5315281924CA0600085143 /* XCTest.framework */,
157147
4B53150B1924CA0600085143 /* Other Frameworks */,
158148
);
159149
name = Frameworks;
@@ -563,6 +553,7 @@
563553
FRAMEWORK_SEARCH_PATHS = (
564554
"$(DEVELOPER_FRAMEWORKS_DIR)",
565555
"$(inherited)",
556+
"$(PROJECT_DIR)",
566557
);
567558
GCC_PRECOMPILE_PREFIX_HEADER = YES;
568559
GCC_PREFIX_HEADER = "DSMenu/DSMenu-Prefix.pch";
@@ -586,6 +577,7 @@
586577
FRAMEWORK_SEARCH_PATHS = (
587578
"$(DEVELOPER_FRAMEWORKS_DIR)",
588579
"$(inherited)",
580+
"$(PROJECT_DIR)",
589581
);
590582
GCC_PRECOMPILE_PREFIX_HEADER = YES;
591583
GCC_PREFIX_HEADER = "DSMenu/DSMenu-Prefix.pch";

DSMenu/Base.lproj/MainMenu.xib

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -347,19 +347,14 @@ Gw
347347
<action selector="showWindow:" target="lt1-wo-WCB" id="Hz0-Sw-LEo"/>
348348
</connections>
349349
</menuItem>
350-
<menuItem title="Check for Updates…" id="Kxp-pm-epM">
351-
<modifierMask key="keyEquivalentModifierMask"/>
352-
<connections>
353-
<action selector="checkForUpdates:" target="txR-D8-q3B" id="4Lm-sf-Hu3"/>
354-
</connections>
355-
</menuItem>
356350
<menuItem title="Quit DSMenu" id="Dqq-C6-gRt">
357351
<modifierMask key="keyEquivalentModifierMask"/>
358352
<connections>
359353
<action selector="quit:" target="Voe-Tx-rLC" id="GG7-nq-XaQ"/>
360354
</connections>
361355
</menuItem>
362356
</items>
357+
<point key="canvasLocation" x="4" y="437"/>
363358
</menu>
364359
<userDefaultsController representsSharedInstance="YES" id="7SL-eb-ulO"/>
365360
<window title="Open URL" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="F17-36-a35">

DSMenu/DSMenu-Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@
7474
<string>MainMenu</string>
7575
<key>NSPrincipalClass</key>
7676
<string>NSApplication</string>
77-
<key>SUFeedURL</key>
78-
<string>http://spiderlab.at/dsmenu/sparklecast.xml</string>
7977
<key>UTImportedTypeDeclarations</key>
8078
<array>
8179
<dict>

Sparkle.framework/Headers

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

Sparkle.framework/Modules

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

Sparkle.framework/PrivateHeaders

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

Sparkle.framework/Resources

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

Sparkle.framework/Sparkle

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

Sparkle.framework/Versions/A/Headers/SPUDownloadData.h

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

Sparkle.framework/Versions/A/Headers/SPUDownloader.h

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

0 commit comments

Comments
 (0)