Skip to content

Commit b731740

Browse files
committed
Replace Sparkle.framework
1 parent a1e013d commit b731740

File tree

125 files changed

+3070
-608
lines changed

Some content is hidden

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

125 files changed

+3070
-608
lines changed

src/MacVim/English.lproj/MainMenu.nib/classes.nib

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

src/MacVim/English.lproj/MainMenu.nib/designable.nib

Lines changed: 211 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/MacVim/English.lproj/MainMenu.nib/info.nib

Lines changed: 0 additions & 27 deletions
This file was deleted.
-1.95 KB
Binary file not shown.

src/MacVim/MacVim.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
1DE9B9500D341AB8008FEDD4 /* MMWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 1DE9B94E0D341AB8008FEDD4 /* MMWindow.m */; };
6565
1DED78600C6DE43D0079945F /* vimrc in Copy Vim Runtime Files */ = {isa = PBXBuildFile; fileRef = 1DED785F0C6DE43D0079945F /* vimrc */; };
6666
1DFE25A50C527BC4003000F7 /* PSMTabBarControl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D493DB90C52533B00AB718C /* PSMTabBarControl.framework */; };
67+
52A364731C4A5789005757EC /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52A364721C4A5789005757EC /* Sparkle.framework */; };
68+
52A364761C4A57C1005757EC /* Sparkle.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 52A364721C4A5789005757EC /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
6769
52B7ED9B1C4A4D6900AFFF15 /* dsa_pub.pem in Resources */ = {isa = PBXBuildFile; fileRef = 52B7ED9A1C4A4D6900AFFF15 /* dsa_pub.pem */; };
6870
8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
6971
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
@@ -113,6 +115,7 @@
113115
dstPath = "";
114116
dstSubfolderSpec = 10;
115117
files = (
118+
52A364761C4A57C1005757EC /* Sparkle.framework in Copy Frameworks */,
116119
1D493DBA0C52534300AB718C /* PSMTabBarControl.framework in Copy Frameworks */,
117120
);
118121
name = "Copy Frameworks";
@@ -215,6 +218,7 @@
215218
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
216219
32CA4F630368D1EE00C91783 /* MacVim_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacVim_Prefix.pch; sourceTree = "<group>"; };
217220
52818AFA1C1C075300F59085 /* QuickLookStephen.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = QuickLookStephen.xcodeproj; path = qlstephen/QuickLookStephen.xcodeproj; sourceTree = "<group>"; };
221+
52A364721C4A5789005757EC /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Sparkle.framework; sourceTree = "<group>"; };
218222
52B7ED9A1C4A4D6900AFFF15 /* dsa_pub.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dsa_pub.pem; sourceTree = "<group>"; };
219223
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
220224
8D1107320486CEB800E47090 /* MacVim.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MacVim.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -228,6 +232,7 @@
228232
1DFE25A50C527BC4003000F7 /* PSMTabBarControl.framework in Frameworks */,
229233
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
230234
1D8B5A53104AF9FF002E59D5 /* Carbon.framework in Frameworks */,
235+
52A364731C4A5789005757EC /* Sparkle.framework in Frameworks */,
231236
);
232237
runOnlyForDeploymentPostprocessing = 0;
233238
};
@@ -405,6 +410,7 @@
405410
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
406411
isa = PBXGroup;
407412
children = (
413+
52A364721C4A5789005757EC /* Sparkle.framework */,
408414
1D8B5A52104AF9FF002E59D5 /* Carbon.framework */,
409415
1D493DB30C52533B00AB718C /* PSMTabBarControl.xcodeproj */,
410416
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
@@ -668,6 +674,7 @@
668674
FRAMEWORK_SEARCH_PATHS = (
669675
"$(inherited)",
670676
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
677+
"$(PROJECT_DIR)",
671678
);
672679
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)\"";
673680
GCC_DYNAMIC_NO_PIC = NO;
@@ -698,6 +705,7 @@
698705
FRAMEWORK_SEARCH_PATHS = (
699706
"$(inherited)",
700707
"$(FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1)",
708+
"$(PROJECT_DIR)",
701709
);
702710
FRAMEWORK_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)\"";
703711
GCC_DYNAMIC_NO_PIC = YES;

src/MacVim/Sparkle.framework/Headers

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
//
2+
// SUAppcast.h
3+
// Sparkle
4+
//
5+
// Created by Andy Matuschak on 3/12/06.
6+
// Copyright 2006 Andy Matuschak. All rights reserved.
7+
//
8+
9+
#ifndef SUAPPCAST_H
10+
#define SUAPPCAST_H
11+
12+
@class SUAppcastItem;
13+
@interface SUAppcast : NSObject {
14+
NSArray *items;
15+
NSString *userAgentString;
16+
id delegate;
17+
NSMutableData *incrementalData;
18+
}
19+
20+
- (void)fetchAppcastFromURL:(NSURL *)url;
21+
- (void)setDelegate:delegate;
22+
- (void)setUserAgentString:(NSString *)userAgentString;
23+
24+
- (NSArray *)items;
25+
26+
@end
27+
28+
@interface NSObject (SUAppcastDelegate)
29+
- (void)appcastDidFinishLoading:(SUAppcast *)appcast;
30+
- (void)appcast:(SUAppcast *)appcast failedToLoadWithError:(NSError *)error;
31+
@end
32+
33+
#endif

0 commit comments

Comments
 (0)