Skip to content

Commit e846f93

Browse files
committedFeb 19, 2010
Nevermind the GC, caused even worse problems. Also, improved About dialog.
With the GC enabled, the webview screws up after the main window is closed. Free beer to anyone who can figure this out! Bumped version to 0.06.3, hopefully this will become the long overdue 0.7.
1 parent 0d07f71 commit e846f93

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed
 

‎Credits.html

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<a href="http://codebutler.github.com/foursquarex">Website</a> &mdash;
2+
<a href="http://github.com/codebutler/Foursquarex">Source</a> &mdash;
3+
<a href="http://pledgie.com/campaigns/7841">Donate</a>

‎FoursquareX.xcodeproj/project.pbxproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
07CFBE93112CBDDA00060EE2 /* AvatarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 07CFBE92112CBDDA00060EE2 /* AvatarManager.m */; };
6262
07E7978010E721070024FF20 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07E7977F10E721070024FF20 /* Carbon.framework */; };
6363
07F934AB10CDEA3500E2631A /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 07F934AA10CDEA3500E2631A /* CoreLocation.framework */; };
64+
07FE4C8B112E10DB007AA380 /* Credits.html in Resources */ = {isa = PBXBuildFile; fileRef = 07FE4C8A112E10DB007AA380 /* Credits.html */; };
6465
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
6566
F5600E971103D25800376CEC /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F5600E961103D25800376CEC /* Security.framework */; };
6667
/* End PBXBuildFile section */
@@ -164,6 +165,7 @@
164165
07CFBE92112CBDDA00060EE2 /* AvatarManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AvatarManager.m; sourceTree = "<group>"; };
165166
07E7977F10E721070024FF20 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = System/Library/Frameworks/Carbon.framework; sourceTree = SDKROOT; };
166167
07F934AA10CDEA3500E2631A /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
168+
07FE4C8A112E10DB007AA380 /* Credits.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = Credits.html; sourceTree = "<group>"; };
167169
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
168170
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
169171
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
@@ -372,6 +374,7 @@
372374
0752863D10FD2C33009032C7 /* GeneralPreferences.xib */,
373375
0752863F10FD2C64009032C7 /* AccountPreferences.xib */,
374376
0752864110FD2C7F009032C7 /* UpdatesPreferences.xib */,
377+
07FE4C8A112E10DB007AA380 /* Credits.html */,
375378
);
376379
name = Resources;
377380
sourceTree = "<group>";
@@ -444,6 +447,7 @@
444447
0752864210FD2C7F009032C7 /* UpdatesPreferences.xib in Resources */,
445448
075289B510FEC428009032C7 /* foursquarex.icns in Resources */,
446449
075289C810FECE37009032C7 /* megaphone_dark.png in Resources */,
450+
07FE4C8B112E10DB007AA380 /* Credits.html in Resources */,
447451
);
448452
runOnlyForDeploymentPostprocessing = 0;
449453
};
@@ -556,7 +560,7 @@
556560
buildSettings = {
557561
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
558562
GCC_C_LANGUAGE_STANDARD = gnu99;
559-
GCC_ENABLE_OBJC_GC = required;
563+
GCC_ENABLE_OBJC_GC = unsupported;
560564
GCC_OPTIMIZATION_LEVEL = 0;
561565
GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
562566
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/andym/Development/Build Products/Release/Sparkle.framework/Resources/fr.lproj
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/Users/andym/Development/Build Products/Release (GC dual-mode; 10.5-only)/Sparkle.framework/Resources/fr.lproj
1+
/Users/andym/Development/Build Products/Release/Sparkle.framework/Resources/fr.lproj
-272 Bytes
Binary file not shown.

‎Resources/FoursquareX-Info.plist

+5-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>0.06.2</string>
24+
<string>0.06.3</string>
2525
<key>LSMinimumSystemVersion</key>
2626
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
2727
<key>CFBundleVersion</key>
28-
<string>0.06.2</string>
28+
<string>0.06.3</string>
2929
<key>NSMainNibFile</key>
3030
<string>MainMenu</string>
3131
<key>NSPrincipalClass</key>
@@ -41,6 +41,8 @@
4141
<key>SUPublicDSAKeyFile</key>
4242
<string>UpdateKey.pem</string>
4343
<key>SUAllowsAutomaticUpdates</key>
44-
<false/>
44+
<true/>
45+
<key>NSHumanReadableCopyright</key>
46+
<string>Copyright © 2010 Eric Butler</string>
4547
</dict>
4648
</plist>

0 commit comments

Comments
 (0)
Please sign in to comment.