Updates pods, fixes Sparkle on Apple Silicon Macs

This commit is contained in:
Riley Testut
2020-12-03 16:33:40 -06:00
parent 4abd4c2f7f
commit 1f6edd778b
213 changed files with 5897 additions and 903 deletions

View File

@@ -9,7 +9,11 @@
#ifndef SUCODESIGNINGVERIFIER_H
#define SUCODESIGNINGVERIFIER_H
#if __has_feature(modules)
@import Foundation;
#else
#import <Foundation/Foundation.h>
#endif
#import "SUExport.h"
SU_EXPORT @interface SUCodeSigningVerifier : NSObject