Skip to content

Commit b54ee58

Browse files
committed
Removed Sparkle
Removed Sparkle in preparation for App Store release.
1 parent c958bb8 commit b54ee58

File tree

189 files changed

+17
-7504
lines changed

Some content is hidden

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

189 files changed

+17
-7504
lines changed

Application/AppController.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
@class PlaylistController;
88
@class PlaylistView;
99
@class PlaylistLoader;
10-
@class SUUpdater;
1110

1211
@interface AppController : NSObject {
1312
IBOutlet NSObjectController *currentEntryController;
@@ -48,8 +47,6 @@
4847

4948
IBOutlet FileTreeViewController *fileTreeViewController;
5049

51-
IBOutlet SUUpdater *updater;
52-
5350
NSOperationQueue *queue; // Since we are the app delegate, we take care of the op queue
5451

5552
NSMutableSet *expandedNodes;

Application/AppController.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
#import "Shortcuts.h"
2929
#import <MASShortcut/Shortcut.h>
3030

31-
#import <Sparkle/Sparkle.h>
32-
3331
@import Firebase;
3432

3533
void *kAppControllerContext = &kAppControllerContext;
@@ -151,11 +149,6 @@ - (void)awakeFromNib {
151149
[FIRApp configure];
152150
[FIRAnalytics setAnalyticsCollectionEnabled:YES];
153151

154-
#ifdef DEBUG
155-
// Prevent updates automatically in debug builds
156-
[updater setAutomaticallyChecksForUpdates:NO];
157-
#endif
158-
159152
[[totalTimeField cell] setBackgroundStyle:NSBackgroundStyleRaised];
160153

161154
[self.infoButton setToolTip:NSLocalizedString(@"InfoButtonTooltip", @"")];

Base.lproj/MainMenu.xib

Lines changed: 17 additions & 24 deletions
Large diffs are not rendered by default.

Cog.xcodeproj/project.pbxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@
175175
8384916C18083EAB00E7332D /* stopTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 8384915618083EAB00E7332D /* stopTemplate.pdf */; };
176176
8384916D18083EAB00E7332D /* volume1Template.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 8384915718083EAB00E7332D /* volume1Template.pdf */; };
177177
8384916E18083EAB00E7332D /* volume3Template.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 8384915818083EAB00E7332D /* volume3Template.pdf */; };
178-
838F851E256B4E5E00C3E614 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 838F851D256B4E5E00C3E614 /* Sparkle.framework */; };
179-
838F851F256B4E8B00C3E614 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 838F851D256B4E5E00C3E614 /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
180178
83978E16285C58190076ED21 /* FirebaseCrashlytics in Frameworks */ = {isa = PBXBuildFile; productRef = 83978E15285C58190076ED21 /* FirebaseCrashlytics */; };
181179
83978E26285C596F0076ED21 /* FirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = 83978E25285C596F0076ED21 /* FirebaseAnalytics */; };
182180
83978E29285C5C0A0076ED21 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 83978E28285C5C0A0076ED21 /* GoogleService-Info.plist */; };
@@ -750,7 +748,6 @@
750748
83B72E3B279045B7006007A3 /* libfdk-aac.2.dylib in CopyFiles */,
751749
8305963C277F013200EBFAAE /* File_Extractor.framework in CopyFiles */,
752750
ED69CBCA25BE32E80090B90D /* MASShortcut.framework in CopyFiles */,
753-
838F851F256B4E8B00C3E614 /* Sparkle.framework in CopyFiles */,
754751
17F561400C3BD4F30019975C /* CogAudio.framework in CopyFiles */,
755752
);
756753
runOnlyForDeploymentPostprocessing = 0;
@@ -1024,7 +1021,6 @@
10241021
8384915818083EAB00E7332D /* volume3Template.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = volume3Template.pdf; path = Images/volume3Template.pdf; sourceTree = "<group>"; };
10251022
83859520234FEB35004E9946 /* Cog.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Cog.entitlements; sourceTree = "<group>"; };
10261023
838F84FF25687C5C00C3E614 /* Cog-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Cog-Bridging-Header.h"; sourceTree = "<group>"; };
1027-
838F851D256B4E5E00C3E614 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = ThirdParty/Frameworks/Sparkle.framework; sourceTree = "<group>"; };
10281024
83978E28285C5C0A0076ED21 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
10291025
83988F0C27BE0A5900A0E89A /* RedundantPlaylistDataStore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RedundantPlaylistDataStore.h; sourceTree = "<group>"; };
10301026
83988F0D27BE0A5900A0E89A /* RedundantPlaylistDataStore.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RedundantPlaylistDataStore.m; sourceTree = "<group>"; };
@@ -1109,7 +1105,6 @@
11091105
83978E26285C596F0076ED21 /* FirebaseAnalytics in Frameworks */,
11101106
17BB5CF90B8A86350009ACB1 /* AudioUnit.framework in Frameworks */,
11111107
17BB5CFA0B8A86350009ACB1 /* CoreAudio.framework in Frameworks */,
1112-
838F851E256B4E5E00C3E614 /* Sparkle.framework in Frameworks */,
11131108
17BB5CFB0B8A86350009ACB1 /* CoreAudioKit.framework in Frameworks */,
11141109
83978E16285C58190076ED21 /* FirebaseCrashlytics in Frameworks */,
11151110
17BB5EA60B8A87850009ACB1 /* IOKit.framework in Frameworks */,
@@ -1153,7 +1148,6 @@
11531148
isa = PBXGroup;
11541149
children = (
11551150
ED69CBB825BE328C0090B90D /* MASShortcut.xcodeproj */,
1156-
838F851D256B4E5E00C3E614 /* Sparkle.framework */,
11571151
17F5612A0C3BD4DC0019975C /* CogAudio.xcodeproj */,
11581152
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
11591153
);

ThirdParty/Frameworks/Sparkle.framework/Autoupdate

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

ThirdParty/Frameworks/Sparkle.framework/Headers

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

ThirdParty/Frameworks/Sparkle.framework/Modules

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

ThirdParty/Frameworks/Sparkle.framework/PrivateHeaders

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

ThirdParty/Frameworks/Sparkle.framework/Resources

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

ThirdParty/Frameworks/Sparkle.framework/Sparkle

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

0 commit comments

Comments
 (0)