Skip to content

Commit 371fc75

Browse files
update framework
1 parent cb35b49 commit 371fc75

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Example/QVEngineKit/QVAppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import "QVAppDelegate.h"
10-
10+
//#import <XYCommonEngine/CXiaoYingInc.h>
1111
@implementation QVAppDelegate
1212

1313
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

QVEngineKit.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#
88

99
Pod::Spec.new do |s|
10-
s.name = 'QVEngineKit'
10+
s.name = 'XYCommonEngine'
1111
s.version = '0.1.0'
12-
s.summary = 'A short description of QVEngineKit.'
12+
s.summary = 'A short description of XYCommonEngine.'
1313

1414
# This description is used to generate tags and improve search results.
1515
# * Think: What does it do? Why did you write it? What is the focus?
@@ -30,15 +30,16 @@ TODO: Add long description of the pod here.
3030

3131
s.ios.deployment_target = '9.0'
3232

33-
s.source_files = 'QVEngineKit/engine_header/**/*.h'
33+
#s.source_files = 'QVEngineKit/engine_header/**/*.h'
3434

3535
s.vendored_libraries = 'QVEngineKit/engine_libraries/device/*.a'
3636

3737
s.libraries = 'iconv', 'c', 'c++', 'stdc++', 'z'
3838

3939
s.frameworks = 'VideoToolbox', 'Webkit', 'Photos', 'ImageIO', 'QuartzCore', 'AssetsLibrary', 'CoreGraphics'
4040

41-
s.vendored_frameworks = 'QVEngineKit/engine_frameworks/WebP.framework'
41+
s.vendored_frameworks = 'QVEngineKit/engine_frameworks/*.framework'
42+
4243

4344
# s.resource_bundles = {
4445
# 'QVEngineKit' => ['QVEngineKit/Assets/*.png']

0 commit comments

Comments
 (0)