remove Liquipedia reference

This commit is contained in:
Felix Förtsch
2019-02-03 13:44:01 +01:00
parent 9299fbc517
commit c2e4699ec9
38 changed files with 430 additions and 595 deletions

View File

@@ -1,5 +0,0 @@
#import <Foundation/Foundation.h>
@interface PodsDummy_Pods_LiquipediaMenu : NSObject
@end
@implementation PodsDummy_Pods_LiquipediaMenu
@end

View File

@@ -1,6 +0,0 @@
framework module Pods_LiquipediaMenu {
umbrella header "Pods-LiquipediaMenu-umbrella.h"
export *
module * { export * }
}

View File

@@ -0,0 +1,5 @@
#import <Foundation/Foundation.h>
@interface PodsDummy_Pods_macOS_MenuBar_MatchTicker : NSObject
@end
@implementation PodsDummy_Pods_macOS_MenuBar_MatchTicker
@end

View File

@@ -11,6 +11,6 @@
#endif
FOUNDATION_EXPORT double Pods_LiquipediaMenuVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_LiquipediaMenuVersionString[];
FOUNDATION_EXPORT double Pods_macOS_MenuBar_MatchTickerVersionNumber;
FOUNDATION_EXPORT const unsigned char Pods_macOS_MenuBar_MatchTickerVersionString[];

View File

@@ -0,0 +1,6 @@
framework module Pods_macOS_MenuBar_MatchTicker {
umbrella header "Pods-macOS-MenuBar-MatchTicker-umbrella.h"
export *
module * { export * }
}