Compare commits

..

No commits in common. "main" and "0.1.14" have entirely different histories.
main ... 0.1.14

4 changed files with 3 additions and 9 deletions

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'cocos_view_pod'
s.version = '0.1.23'
s.version = '0.1.14'
s.summary = 'A short description of cocos_view_pod.'
# This description is used to generate tags and improve search results.

View File

@ -11,20 +11,14 @@
@interface dcocos_bridge : NSObject
+ (dcocos_bridge *)instance;
/**
Configures Cocos2d-x search paths by using the previously set custom resource path.
If no custom path has been set, it defaults to @"/hhhh".
*/
- (void)configureCocos2dSearchPaths:(NSString *)customResourcePath;
;
- (void)initPlatform;
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions;
- (void)applicationWillResignActive:(UIApplication *)application;
- (void)applicationDidBecomeActive:(UIApplication *)application;
- (void)applicationWillTerminate:(UIApplication *)application;
- (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator;
- (UIView *)getCocosView;
- (void)setCocosView:(UIView *)view;
- (UIView*)getCocosView;
- (void)setCocosView:(UIView*)view;
- (float)getCocosPixelRatio;
+ (void)callS:(NSString *)funcName args:(NSString *)args;

Binary file not shown.