Skip to content

Commit

Permalink
Fixed a bug in DBManager that only shows up when trying to extract a …
Browse files Browse the repository at this point in the history
…built-in database. Stopped copying the Cocoa framework into the application.
  • Loading branch information
Bleyddyn committed Sep 9, 2014
1 parent 45b24b3 commit 2edd8ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Core/DBManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ -(void) progress:(NSNumber*)currentProgress

-(void) logProgress:(NSString*)progressMessage
{
if( !progressMessage )
progressMessage = @"Unknown Download Error";
[textField setStringValue:progressMessage];
}

Expand Down
2 changes: 0 additions & 2 deletions src/Vitality.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
C9F514A11056725600654F6D /* CharacterManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C9F514A01056725600654F6D /* CharacterManager.m */; };
C9FAF5371160532D000EC789 /* AttributeModifierController.m in Sources */ = {isa = PBXBuildFile; fileRef = C9FAF5361160532D000EC789 /* AttributeModifierController.m */; };
C9FE051F10955F78004D373A /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C9FE051E10955F78004D373A /* Sparkle.framework */; };
C9FE053510955FD0004D373A /* Cocoa.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
C9FE054A1095608D004D373A /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = C9FE051E10955F78004D373A /* Sparkle.framework */; };
C9FF4566105508950044BBAC /* charsheet.png in Resources */ = {isa = PBXBuildFile; fileRef = C9FF455B105508950044BBAC /* charsheet.png */; };
C9FF4567105508950044BBAC /* darkgray.tiff in Resources */ = {isa = PBXBuildFile; fileRef = C9FF455C105508950044BBAC /* darkgray.tiff */; };
Expand Down Expand Up @@ -214,7 +213,6 @@
dstSubfolderSpec = 10;
files = (
C9FE054A1095608D004D373A /* Sparkle.framework in CopyFiles */,
C9FE053510955FD0004D373A /* Cocoa.framework in CopyFiles */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 2edd8ae

Please sign in to comment.