no message

This commit is contained in:
gem 2025-02-10 15:43:14 +08:00
parent 724a1acb69
commit 2edbea5309
3 changed files with 3 additions and 5 deletions

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'cocos_view_pod' s.name = 'cocos_view_pod'
s.version = '0.1.7' s.version = '0.1.8'
s.summary = 'A short description of cocos_view_pod.' s.summary = 'A short description of cocos_view_pod.'
# This description is used to generate tags and improve search results. # This description is used to generate tags and improve search results.
@ -42,7 +42,7 @@ TODO: Add long description of the pod here.
'VALID_ARCHS' => 'x86_64 armv7 arm64', 'VALID_ARCHS' => 'x86_64 armv7 arm64',
'ENABLE_BITCODE' => 'NO', 'ENABLE_BITCODE' => 'NO',
'CODE_SIGNING_ALLOWED' => 'NO', 'CODE_SIGNING_ALLOWED' => 'NO',
'CODE_SIGNING_REQUIRED' => 'NO' 'CODE_SIGNING_REQUIRED' => 'NO'
} }
# s.resource_bundles = { # s.resource_bundles = {

View File

@ -7,8 +7,6 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import "platform/ios/AppDelegateBridge.h"
@interface dcocos_bridge : NSObject @interface dcocos_bridge : NSObject
+ (dcocos_bridge *)instance; + (dcocos_bridge *)instance;
@ -24,5 +22,5 @@
- (float)getCocosPixelRatio; - (float)getCocosPixelRatio;
+ (void)callS:(NSString *)funcName args:(NSString *)args; + (void)callS:(NSString *)funcName args:(NSString *)args;
@property(nonatomic, readonly) AppDelegateBridge *appDelegateBridge;
@end @end

Binary file not shown.