Compare commits
No commits in common. "main" and "0.1.15" have entirely different histories.
@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'cocos_view_pod'
|
||||
s.version = '0.1.23'
|
||||
s.version = '0.1.15'
|
||||
s.summary = 'A short description of cocos_view_pod.'
|
||||
|
||||
# This description is used to generate tags and improve search results.
|
||||
|
@ -10,13 +10,18 @@
|
||||
|
||||
@interface dcocos_bridge : NSObject
|
||||
+ (dcocos_bridge *)instance;
|
||||
/**
|
||||
Sets the custom resource directory path.
|
||||
|
||||
@param path The custom path string (e.g., @"/customFolder") that will be appended to the Documents directory.
|
||||
*/
|
||||
- (void)setCustomResourcePath:(NSString *)path;
|
||||
|
||||
/**
|
||||
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)configureCocos2dSearchPaths;
|
||||
- (void)initPlatform;
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions;
|
||||
- (void)applicationWillResignActive:(UIApplication *)application;
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user