mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Update to fix builds
This commit is contained in:
5
Example/Pods/Target Support Files/Pods-Lottie Viewer/Pods-Lottie Viewer-dummy.m
generated
Normal file
5
Example/Pods/Target Support Files/Pods-Lottie Viewer/Pods-Lottie Viewer-dummy.m
generated
Normal file
@@ -0,0 +1,5 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_Pods_Lottie_Viewer : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_Pods_Lottie_Viewer
|
||||
@end
|
||||
8
Example/Pods/Target Support Files/Pods-Lottie Viewer/Pods-Lottie Viewer-umbrella.h
generated
Normal file
8
Example/Pods/Target Support Files/Pods-Lottie Viewer/Pods-Lottie Viewer-umbrella.h
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifdef __OBJC__
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double Pods_Lottie_ViewerVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char Pods_Lottie_ViewerVersionString[];
|
||||
|
||||
6
Example/Pods/Target Support Files/Pods-Lottie Viewer/Pods-Lottie Viewer.modulemap
generated
Normal file
6
Example/Pods/Target Support Files/Pods-Lottie Viewer/Pods-Lottie Viewer.modulemap
generated
Normal file
@@ -0,0 +1,6 @@
|
||||
framework module Pods_Lottie_Viewer {
|
||||
umbrella header "Pods-Lottie Viewer-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
@interface PodsDummy_Pods_Lottie_Example_MacOS : NSObject
|
||||
@end
|
||||
@implementation PodsDummy_Pods_Lottie_Example_MacOS
|
||||
@end
|
||||
@@ -1,8 +0,0 @@
|
||||
#ifdef __OBJC__
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#endif
|
||||
|
||||
|
||||
FOUNDATION_EXPORT double Pods_Lottie_Example_MacOSVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char Pods_Lottie_Example_MacOSVersionString[];
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
framework module Pods_Lottie_Example_MacOS {
|
||||
umbrella header "Pods-Lottie-Example-MacOS-umbrella.h"
|
||||
|
||||
export *
|
||||
module * { export * }
|
||||
}
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.5.2</string>
|
||||
<string>2.0.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.5.2</string>
|
||||
<string>2.0.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
Reference in New Issue
Block a user