Compare commits

...

10 Commits
0.1.14 ... main

Author SHA1 Message Date
gem
27062403e4 no message 2025-02-21 11:10:20 +08:00
gem
f9e81e1bf2 no message 2025-02-20 11:49:06 +08:00
gem
5640597418 no message 2025-02-20 11:48:16 +08:00
gem
6e4beb201d no message 2025-02-19 16:15:36 +08:00
gem
a895048566 no message 2025-02-19 14:58:40 +08:00
gem
88929d0eeb no message 2025-02-18 17:43:12 +08:00
gem
7d2e3fb340 no message 2025-02-18 16:49:19 +08:00
gem
5ac91c16fc no message 2025-02-18 11:26:04 +08:00
gem
dc57df025d no message 2025-02-18 10:40:14 +08:00
gem
7a572ff1f3 no message 2025-02-17 16:24:28 +08:00
4 changed files with 9 additions and 3 deletions

View File

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

View File

@ -11,6 +11,12 @@
@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;

Binary file not shown.