We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2078e0 commit 28d56b8Copy full SHA for 28d56b8
cocos2d/Platforms/Android/CCActivity.m
@@ -90,8 +90,7 @@ - (void)run
90
[self.windowManager.defaultDisplay getMetrics:metrics];
91
92
// Configure Cocos2d with the options set in SpriteBuilder
93
- // TODO: repalce Published-iOS with Published-Android
94
- NSString* configPath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"Published-iOS"];
+ NSString* configPath = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:@"Published-Android"];
95
96
configPath = [configPath stringByAppendingPathComponent:@"configCocos2d.plist"];
97
0 commit comments