Skip to content

Commit

Permalink
Removed Sparkle
Browse files Browse the repository at this point in the history
Removed Sparkle in preparation for App Store release.
  • Loading branch information
kode54 committed Jun 21, 2022
1 parent c958bb8 commit b54ee58
Show file tree
Hide file tree
Showing 189 changed files with 17 additions and 7,504 deletions.
3 changes: 0 additions & 3 deletions Application/AppController.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
@class PlaylistController;
@class PlaylistView;
@class PlaylistLoader;
@class SUUpdater;

@interface AppController : NSObject {
IBOutlet NSObjectController *currentEntryController;
Expand Down Expand Up @@ -48,8 +47,6 @@

IBOutlet FileTreeViewController *fileTreeViewController;

IBOutlet SUUpdater *updater;

NSOperationQueue *queue; // Since we are the app delegate, we take care of the op queue

NSMutableSet *expandedNodes;
Expand Down
7 changes: 0 additions & 7 deletions Application/AppController.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#import "Shortcuts.h"
#import <MASShortcut/Shortcut.h>

#import <Sparkle/Sparkle.h>

@import Firebase;

void *kAppControllerContext = &kAppControllerContext;
Expand Down Expand Up @@ -151,11 +149,6 @@ - (void)awakeFromNib {
[FIRApp configure];
[FIRAnalytics setAnalyticsCollectionEnabled:YES];

#ifdef DEBUG
// Prevent updates automatically in debug builds
[updater setAutomaticallyChecksForUpdates:NO];
#endif

[[totalTimeField cell] setBackgroundStyle:NSBackgroundStyleRaised];

[self.infoButton setToolTip:NSLocalizedString(@"InfoButtonTooltip", @"")];
Expand Down
41 changes: 17 additions & 24 deletions Base.lproj/MainMenu.xib

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions Cog.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@
8384916C18083EAB00E7332D /* stopTemplate.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 8384915618083EAB00E7332D /* stopTemplate.pdf */; };
8384916D18083EAB00E7332D /* volume1Template.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 8384915718083EAB00E7332D /* volume1Template.pdf */; };
8384916E18083EAB00E7332D /* volume3Template.pdf in Resources */ = {isa = PBXBuildFile; fileRef = 8384915818083EAB00E7332D /* volume3Template.pdf */; };
838F851E256B4E5E00C3E614 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 838F851D256B4E5E00C3E614 /* Sparkle.framework */; };
838F851F256B4E8B00C3E614 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 838F851D256B4E5E00C3E614 /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
83978E16285C58190076ED21 /* FirebaseCrashlytics in Frameworks */ = {isa = PBXBuildFile; productRef = 83978E15285C58190076ED21 /* FirebaseCrashlytics */; };
83978E26285C596F0076ED21 /* FirebaseAnalytics in Frameworks */ = {isa = PBXBuildFile; productRef = 83978E25285C596F0076ED21 /* FirebaseAnalytics */; };
83978E29285C5C0A0076ED21 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 83978E28285C5C0A0076ED21 /* GoogleService-Info.plist */; };
Expand Down Expand Up @@ -750,7 +748,6 @@
83B72E3B279045B7006007A3 /* libfdk-aac.2.dylib in CopyFiles */,
8305963C277F013200EBFAAE /* File_Extractor.framework in CopyFiles */,
ED69CBCA25BE32E80090B90D /* MASShortcut.framework in CopyFiles */,
838F851F256B4E8B00C3E614 /* Sparkle.framework in CopyFiles */,
17F561400C3BD4F30019975C /* CogAudio.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -1024,7 +1021,6 @@
8384915818083EAB00E7332D /* volume3Template.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = volume3Template.pdf; path = Images/volume3Template.pdf; sourceTree = "<group>"; };
83859520234FEB35004E9946 /* Cog.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Cog.entitlements; sourceTree = "<group>"; };
838F84FF25687C5C00C3E614 /* Cog-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Cog-Bridging-Header.h"; sourceTree = "<group>"; };
838F851D256B4E5E00C3E614 /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = ThirdParty/Frameworks/Sparkle.framework; sourceTree = "<group>"; };
83978E28285C5C0A0076ED21 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
83988F0C27BE0A5900A0E89A /* RedundantPlaylistDataStore.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RedundantPlaylistDataStore.h; sourceTree = "<group>"; };
83988F0D27BE0A5900A0E89A /* RedundantPlaylistDataStore.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RedundantPlaylistDataStore.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1109,7 +1105,6 @@
83978E26285C596F0076ED21 /* FirebaseAnalytics in Frameworks */,
17BB5CF90B8A86350009ACB1 /* AudioUnit.framework in Frameworks */,
17BB5CFA0B8A86350009ACB1 /* CoreAudio.framework in Frameworks */,
838F851E256B4E5E00C3E614 /* Sparkle.framework in Frameworks */,
17BB5CFB0B8A86350009ACB1 /* CoreAudioKit.framework in Frameworks */,
83978E16285C58190076ED21 /* FirebaseCrashlytics in Frameworks */,
17BB5EA60B8A87850009ACB1 /* IOKit.framework in Frameworks */,
Expand Down Expand Up @@ -1153,7 +1148,6 @@
isa = PBXGroup;
children = (
ED69CBB825BE328C0090B90D /* MASShortcut.xcodeproj */,
838F851D256B4E5E00C3E614 /* Sparkle.framework */,
17F5612A0C3BD4DC0019975C /* CogAudio.xcodeproj */,
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
);
Expand Down
1 change: 0 additions & 1 deletion ThirdParty/Frameworks/Sparkle.framework/Autoupdate

This file was deleted.

1 change: 0 additions & 1 deletion ThirdParty/Frameworks/Sparkle.framework/Headers

This file was deleted.

1 change: 0 additions & 1 deletion ThirdParty/Frameworks/Sparkle.framework/Modules

This file was deleted.

1 change: 0 additions & 1 deletion ThirdParty/Frameworks/Sparkle.framework/PrivateHeaders

This file was deleted.

1 change: 0 additions & 1 deletion ThirdParty/Frameworks/Sparkle.framework/Resources

This file was deleted.

1 change: 0 additions & 1 deletion ThirdParty/Frameworks/Sparkle.framework/Sparkle

This file was deleted.

1 change: 0 additions & 1 deletion ThirdParty/Frameworks/Sparkle.framework/Updater.app

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b54ee58

Please sign in to comment.