Skip to content

Commit 7b7ed7e

Browse files
committed
fix iOS cmake error.
1 parent 7512b6c commit 7b7ed7e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Cocos2d-Lua-Community is a improved of Cocos2d-x 4.0, and easy to use Lua game e
1616
* Integrate more thirdpart Lua libraries: protobuf,lsqlite3 etc.
1717
* Refactor TMX runtime, support Tiled Map Editor 1.2+.
1818
* Spine runtime update to 3.8.
19+
* Support FairyGUI.
1920

2021
## Develop Requirements
2122

cocos/cocos2d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Copyright (c) 2010-2012 cocos2d-x.org
44
Copyright (c) 2011 Zynga Inc.
55
Copyright (c) 2013-2016 Chukong Technologies Inc.
66
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
7+
Copyright (c) 2020 cocos2d-lua.org
78
89
http://www.cocos2d-x.org
910

templates/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ elseif(APPLE)
9191
${RUNTIME_SRC_ROOT}/proj.ios_mac/ios/AppController.mm
9292
${RUNTIME_SRC_ROOT}/proj.ios_mac/ios/RootViewController.mm
9393
${RUNTIME_SRC_ROOT}/proj.ios_mac/ios/Prefix.pch
94-
${RUNTIME_SRC_ROOT}/proj.ios_mac/ios/build-cfg.json
9594
${APP_UI_RES}
9695
)
9796
elseif(MACOSX)

0 commit comments

Comments
 (0)