Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a6a94a108 | ||
|
|
2edbea5309 |
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'cocos_view_pod'
|
||||
s.version = '0.1.7'
|
||||
s.version = '0.1.9'
|
||||
s.summary = 'A short description of cocos_view_pod.'
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
@@ -35,14 +35,14 @@ TODO: Add long description of the pod here.
|
||||
s.frameworks = 'AudioToolbox', 'AVFoundation', 'AVKit', 'CoreVideo', 'CoreMotion', 'CFNetwork', 'CoreMedia', 'CoreText', 'CoreGraphics', 'GameController', 'JavaScriptCore', 'Metal', 'MetalKit', 'MetalPerformanceShaders', 'OpenAL', 'OpenGLES', 'QuartzCore', 'SystemConfiguration', 'Security', 'UIKit', 'WebKit'
|
||||
s.library = "z","sqlite3","iconv"
|
||||
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
|
||||
|
||||
s.module_name = 'cocos_view_pod'
|
||||
s.pod_target_xcconfig = {
|
||||
'OTHER_LDFLAGS' => '$(inherited) -Wl,-ld_classic,-no_platform_version',
|
||||
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
|
||||
'VALID_ARCHS' => 'x86_64 armv7 arm64',
|
||||
'ENABLE_BITCODE' => 'NO',
|
||||
'CODE_SIGNING_ALLOWED' => 'NO',
|
||||
'CODE_SIGNING_REQUIRED' => 'NO'
|
||||
'CODE_SIGNING_REQUIRED' => 'NO'
|
||||
}
|
||||
|
||||
# s.resource_bundles = {
|
||||
|
||||
@@ -7,8 +7,6 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "platform/ios/AppDelegateBridge.h"
|
||||
|
||||
|
||||
@interface dcocos_bridge : NSObject
|
||||
+ (dcocos_bridge *)instance;
|
||||
@@ -24,5 +22,5 @@
|
||||
- (float)getCocosPixelRatio;
|
||||
|
||||
+ (void)callS:(NSString *)funcName args:(NSString *)args;
|
||||
@property(nonatomic, readonly) AppDelegateBridge *appDelegateBridge;
|
||||
|
||||
@end
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user