mirror of https://github.com/axmolengine/axmol.git
update xcode template and version string
This commit is contained in:
parent
87cf8912d3
commit
21900c26db
|
@ -30,7 +30,7 @@ NS_CC_BEGIN
|
||||||
|
|
||||||
const char* cocos2dVersion()
|
const char* cocos2dVersion()
|
||||||
{
|
{
|
||||||
return "cocos2d-2.0-x-2.0.3";
|
return "cocos2d-2.0-x-2.0.4";
|
||||||
}
|
}
|
||||||
|
|
||||||
NS_CC_END
|
NS_CC_END
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
// For ios6, use supportedInterfaceOrientations & shouldAutorotate instead
|
// For ios6, use supportedInterfaceOrientations & shouldAutorotate instead
|
||||||
- (NSUInteger) supportedInterfaceOrientations{
|
- (NSUInteger) supportedInterfaceOrientations{
|
||||||
#ifdef __IPHONE_6_0
|
#ifdef __IPHONE_6_0
|
||||||
return UIInterfaceOrientationMaskAllButUpsideDown;
|
return UIInterfaceOrientationMaskLandscape;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
e21d47625e1d0fac0c02ae37e976a4935d307012
|
7cf9610a6d9c4fc01d7d0cf0558a9d4ef0a2461e
|
Loading…
Reference in New Issue