Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:phranck/podlive-macos into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Gregor committed Sep 21, 2019
2 parents 5fcca16 + 68cc854 commit 733035b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions App/Podlive.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(USER_LIBRARY_DIR)/Frameworks",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
Expand Down Expand Up @@ -1026,7 +1025,6 @@
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(USER_LIBRARY_DIR)/Frameworks",
"$(PROJECT_DIR)",
"$(PROJECT_DIR)/Carthage/Build/Mac",
);
Expand Down
2 changes: 1 addition & 1 deletion App/Podlive/Categories/Appkit/NSApplication+MainMenu.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Copyright © 2017 cocoa:naut. All rights reserved.
//

@import CCNAppKit;
#import "NSApplication+MainMenu.h"
#import "NSApplication+Tools.h"
#import "CCNApplicationDelegate.h"
#import "NSBundle+Localization.h"

Expand Down
2 changes: 1 addition & 1 deletion App/Podlive/Model/CCNChannel.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// Copyright © 2017 cocoa:naut. All rights reserved.
//

#import <CCNFoundation/NSString+CCNAdditions.h>
#import "CCNChannel.h"
#import "CCNChannel+Convenience.h"
#import "NSString+Tools.h"

NSString *const CCNChannelFieldCoverart = @"coverart";
NSString *const CCNChannelFieldCoverartThumbnail200 = @"coverartThumbnail200";
Expand Down

0 comments on commit 733035b

Please sign in to comment.