This repository was archived by the owner on Mar 30, 2022. It is now read-only.
File tree 2 files changed +19
-2
lines changed
2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -166,3 +166,19 @@ tests/lua-tests/project/proj.tizen/res/
166
166
* -build /
167
167
# Ignore the CLion build folder, such as cmake-build-debug
168
168
cmake-build- * /
169
+ .vs
170
+ cmake_build *
171
+
172
+ # tmp android build files
173
+ cocos /platform /android /libcocos2dx /.project
174
+ tests /lua-tests /project /proj.android /.project
175
+ tests /lua-tests /project /proj.android /app /.project
176
+ tests /* /proj.android /.settings /org.eclipse.buildship.core.prefs
177
+ tests /* /project /proj.android /.settings /org.eclipse.buildship.core.prefs
178
+
179
+ # tmp folder for temp usage
180
+ tmp /
181
+ temp /
182
+
183
+ # external libs zip
184
+ * .zip
Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ set(UNIX True)
35
35
set (APPLE True )
36
36
set (IOS True )
37
37
38
- # Required as of cmake 2.8.10
39
- set (CMAKE_OSX_DEPLOYMENT_TARGET "" CACHE STRING "Force unset of the deployment target for iOS" FORCE)
38
+ # support iOS on cmake 3.11+
39
+ # cmake 3.11 milestone feature, https://gitlab.kitware.com/cmake/cmake/issues/17431
40
+ set (CMAKE_OSX_DEPLOYMENT_TARGET "8.0" CACHE STRING "set of the deployment target for iOS" FORCE)
40
41
41
42
# Determine the cmake host system version so we know where to find the iOS SDKs
42
43
find_program (CMAKE_UNAME uname /bin /usr/bin /usr/local/bin)
You can’t perform that action at this time.
0 commit comments