Commit 3d067ef4a351b7a66943acaa76bce032ce7c6fb3

Authored by xiaoyu
1 parent b64a201f

cocosgame cmake file相对地址替换

Showing 52 changed files with 2023 additions and 0 deletions
ios/cocosgame/CMakeFiles/3.17.0/CMakeCCompiler.cmake 0 → 100644
  1 +set(CMAKE_C_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang")
  2 +set(CMAKE_C_COMPILER_ARG1 "")
  3 +set(CMAKE_C_COMPILER_ID "AppleClang")
  4 +set(CMAKE_C_COMPILER_VERSION "11.0.3.11030032")
  5 +set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
  6 +set(CMAKE_C_COMPILER_WRAPPER "")
  7 +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
  8 +set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
  9 +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
  10 +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
  11 +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
  12 +
  13 +set(CMAKE_C_PLATFORM_ID "Darwin")
  14 +set(CMAKE_C_SIMULATE_ID "")
  15 +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
  16 +set(CMAKE_C_SIMULATE_VERSION "")
  17 +
  18 +
  19 +set(CMAKE_XCODE_ARCHS "arm64")
  20 +set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
  21 +set(CMAKE_C_COMPILER_AR "")
  22 +set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
  23 +set(CMAKE_C_COMPILER_RANLIB "")
  24 +set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
  25 +set(CMAKE_MT "")
  26 +set(CMAKE_COMPILER_IS_GNUCC )
  27 +set(CMAKE_C_COMPILER_LOADED 1)
  28 +set(CMAKE_C_COMPILER_WORKS TRUE)
  29 +set(CMAKE_C_ABI_COMPILED TRUE)
  30 +set(CMAKE_COMPILER_IS_MINGW )
  31 +set(CMAKE_COMPILER_IS_CYGWIN )
  32 +if(CMAKE_COMPILER_IS_CYGWIN)
  33 + set(CYGWIN 1)
  34 + set(UNIX 1)
  35 +endif()
  36 +
  37 +set(CMAKE_C_COMPILER_ENV_VAR "CC")
  38 +
  39 +if(CMAKE_COMPILER_IS_MINGW)
  40 + set(MINGW 1)
  41 +endif()
  42 +set(CMAKE_C_COMPILER_ID_RUN 1)
  43 +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
  44 +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
  45 +set(CMAKE_C_LINKER_PREFERENCE 10)
  46 +
  47 +# Save compiler ABI information.
  48 +set(CMAKE_C_SIZEOF_DATA_PTR "8")
  49 +set(CMAKE_C_COMPILER_ABI "")
  50 +set(CMAKE_C_LIBRARY_ARCHITECTURE "")
  51 +
  52 +if(CMAKE_C_SIZEOF_DATA_PTR)
  53 + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
  54 +endif()
  55 +
  56 +if(CMAKE_C_COMPILER_ABI)
  57 + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
  58 +endif()
  59 +
  60 +if(CMAKE_C_LIBRARY_ARCHITECTURE)
  61 + set(CMAKE_LIBRARY_ARCHITECTURE "")
  62 +endif()
  63 +
  64 +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
  65 +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
  66 + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
  67 +endif()
  68 +
  69 +
  70 +
  71 +
  72 +
  73 +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.3/include;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include")
  74 +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
  75 +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "")
  76 +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
... ...
ios/cocosgame/CMakeFiles/3.17.0/CMakeCXXCompiler.cmake 0 → 100644
  1 +set(CMAKE_CXX_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++")
  2 +set(CMAKE_CXX_COMPILER_ARG1 "")
  3 +set(CMAKE_CXX_COMPILER_ID "AppleClang")
  4 +set(CMAKE_CXX_COMPILER_VERSION "11.0.3.11030032")
  5 +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
  6 +set(CMAKE_CXX_COMPILER_WRAPPER "")
  7 +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
  8 +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20")
  9 +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
  10 +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
  11 +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
  12 +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
  13 +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
  14 +
  15 +set(CMAKE_CXX_PLATFORM_ID "Darwin")
  16 +set(CMAKE_CXX_SIMULATE_ID "")
  17 +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
  18 +set(CMAKE_CXX_SIMULATE_VERSION "")
  19 +
  20 +
  21 +set(CMAKE_XCODE_ARCHS "arm64")
  22 +set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
  23 +set(CMAKE_CXX_COMPILER_AR "")
  24 +set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
  25 +set(CMAKE_CXX_COMPILER_RANLIB "")
  26 +set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
  27 +set(CMAKE_MT "")
  28 +set(CMAKE_COMPILER_IS_GNUCXX )
  29 +set(CMAKE_CXX_COMPILER_LOADED 1)
  30 +set(CMAKE_CXX_COMPILER_WORKS TRUE)
  31 +set(CMAKE_CXX_ABI_COMPILED TRUE)
  32 +set(CMAKE_COMPILER_IS_MINGW )
  33 +set(CMAKE_COMPILER_IS_CYGWIN )
  34 +if(CMAKE_COMPILER_IS_CYGWIN)
  35 + set(CYGWIN 1)
  36 + set(UNIX 1)
  37 +endif()
  38 +
  39 +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
  40 +
  41 +if(CMAKE_COMPILER_IS_MINGW)
  42 + set(MINGW 1)
  43 +endif()
  44 +set(CMAKE_CXX_COMPILER_ID_RUN 1)
  45 +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;CPP)
  46 +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
  47 +
  48 +foreach (lang C OBJC OBJCXX)
  49 + if (CMAKE_${lang}_COMPILER_ID_RUN)
  50 + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
  51 + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
  52 + endforeach()
  53 + endif()
  54 +endforeach()
  55 +
  56 +set(CMAKE_CXX_LINKER_PREFERENCE 30)
  57 +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
  58 +
  59 +# Save compiler ABI information.
  60 +set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
  61 +set(CMAKE_CXX_COMPILER_ABI "")
  62 +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
  63 +
  64 +if(CMAKE_CXX_SIZEOF_DATA_PTR)
  65 + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
  66 +endif()
  67 +
  68 +if(CMAKE_CXX_COMPILER_ABI)
  69 + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
  70 +endif()
  71 +
  72 +if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
  73 + set(CMAKE_LIBRARY_ARCHITECTURE "")
  74 +endif()
  75 +
  76 +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
  77 +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
  78 + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
  79 +endif()
  80 +
  81 +
  82 +
  83 +
  84 +
  85 +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.3/include;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include")
  86 +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "")
  87 +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "")
  88 +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
... ...
ios/cocosgame/CMakeFiles/3.17.0/CMakeDetermineCompilerABI_C.bin 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CMakeDetermineCompilerABI_CXX.bin 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CMakeSystem.cmake 0 → 100644
  1 +set(CMAKE_HOST_SYSTEM "Darwin-19.3.0")
  2 +set(CMAKE_HOST_SYSTEM_NAME "Darwin")
  3 +set(CMAKE_HOST_SYSTEM_VERSION "19.3.0")
  4 +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
  5 +
  6 +
  7 +
  8 +set(CMAKE_SYSTEM "iOS")
  9 +set(CMAKE_SYSTEM_NAME "iOS")
  10 +set(CMAKE_SYSTEM_VERSION "")
  11 +set(CMAKE_SYSTEM_PROCESSOR "")
  12 +
  13 +set(CMAKE_CROSSCOMPILING "TRUE")
  14 +
  15 +set(CMAKE_SYSTEM_LOADED 1)
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CMakeCCompilerId.c 0 → 100644
  1 +#ifdef __cplusplus
  2 +# error "A C++ compiler has been selected for C."
  3 +#endif
  4 +
  5 +#if defined(__18CXX)
  6 +# define ID_VOID_MAIN
  7 +#endif
  8 +#if defined(__CLASSIC_C__)
  9 +/* cv-qualifiers did not exist in K&R C */
  10 +# define const
  11 +# define volatile
  12 +#endif
  13 +
  14 +
  15 +/* Version number components: V=Version, R=Revision, P=Patch
  16 + Version date components: YYYY=Year, MM=Month, DD=Day */
  17 +
  18 +#if defined(__INTEL_COMPILER) || defined(__ICC)
  19 +# define COMPILER_ID "Intel"
  20 +# if defined(_MSC_VER)
  21 +# define SIMULATE_ID "MSVC"
  22 +# endif
  23 +# if defined(__GNUC__)
  24 +# define SIMULATE_ID "GNU"
  25 +# endif
  26 + /* __INTEL_COMPILER = VRP */
  27 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
  28 +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
  29 +# if defined(__INTEL_COMPILER_UPDATE)
  30 +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
  31 +# else
  32 +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
  33 +# endif
  34 +# if defined(__INTEL_COMPILER_BUILD_DATE)
  35 + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
  36 +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
  37 +# endif
  38 +# if defined(_MSC_VER)
  39 + /* _MSC_VER = VVRR */
  40 +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
  41 +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
  42 +# endif
  43 +# if defined(__GNUC__)
  44 +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
  45 +# elif defined(__GNUG__)
  46 +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
  47 +# endif
  48 +# if defined(__GNUC_MINOR__)
  49 +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
  50 +# endif
  51 +# if defined(__GNUC_PATCHLEVEL__)
  52 +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
  53 +# endif
  54 +
  55 +#elif defined(__PATHCC__)
  56 +# define COMPILER_ID "PathScale"
  57 +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
  58 +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
  59 +# if defined(__PATHCC_PATCHLEVEL__)
  60 +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
  61 +# endif
  62 +
  63 +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
  64 +# define COMPILER_ID "Embarcadero"
  65 +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
  66 +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
  67 +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
  68 +
  69 +#elif defined(__BORLANDC__)
  70 +# define COMPILER_ID "Borland"
  71 + /* __BORLANDC__ = 0xVRR */
  72 +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
  73 +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
  74 +
  75 +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
  76 +# define COMPILER_ID "Watcom"
  77 + /* __WATCOMC__ = VVRR */
  78 +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
  79 +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
  80 +# if (__WATCOMC__ % 10) > 0
  81 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
  82 +# endif
  83 +
  84 +#elif defined(__WATCOMC__)
  85 +# define COMPILER_ID "OpenWatcom"
  86 + /* __WATCOMC__ = VVRP + 1100 */
  87 +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
  88 +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
  89 +# if (__WATCOMC__ % 10) > 0
  90 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
  91 +# endif
  92 +
  93 +#elif defined(__SUNPRO_C)
  94 +# define COMPILER_ID "SunPro"
  95 +# if __SUNPRO_C >= 0x5100
  96 + /* __SUNPRO_C = 0xVRRP */
  97 +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
  98 +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
  99 +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
  100 +# else
  101 + /* __SUNPRO_CC = 0xVRP */
  102 +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
  103 +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
  104 +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
  105 +# endif
  106 +
  107 +#elif defined(__HP_cc)
  108 +# define COMPILER_ID "HP"
  109 + /* __HP_cc = VVRRPP */
  110 +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
  111 +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
  112 +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
  113 +
  114 +#elif defined(__DECC)
  115 +# define COMPILER_ID "Compaq"
  116 + /* __DECC_VER = VVRRTPPPP */
  117 +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
  118 +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
  119 +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
  120 +
  121 +#elif defined(__IBMC__) && defined(__COMPILER_VER__)
  122 +# define COMPILER_ID "zOS"
  123 + /* __IBMC__ = VRP */
  124 +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
  125 +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
  126 +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
  127 +
  128 +#elif defined(__ibmxl__) && defined(__clang__)
  129 +# define COMPILER_ID "XLClang"
  130 +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
  131 +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
  132 +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
  133 +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
  134 +
  135 +
  136 +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
  137 +# define COMPILER_ID "XL"
  138 + /* __IBMC__ = VRP */
  139 +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
  140 +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
  141 +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
  142 +
  143 +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
  144 +# define COMPILER_ID "VisualAge"
  145 + /* __IBMC__ = VRP */
  146 +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
  147 +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
  148 +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
  149 +
  150 +#elif defined(__PGI)
  151 +# define COMPILER_ID "PGI"
  152 +# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
  153 +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
  154 +# if defined(__PGIC_PATCHLEVEL__)
  155 +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
  156 +# endif
  157 +
  158 +#elif defined(_CRAYC)
  159 +# define COMPILER_ID "Cray"
  160 +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
  161 +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
  162 +
  163 +#elif defined(__TI_COMPILER_VERSION__)
  164 +# define COMPILER_ID "TI"
  165 + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
  166 +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
  167 +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
  168 +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
  169 +
  170 +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
  171 +# define COMPILER_ID "Fujitsu"
  172 +
  173 +#elif defined(__ghs__)
  174 +# define COMPILER_ID "GHS"
  175 +/* __GHS_VERSION_NUMBER = VVVVRP */
  176 +# ifdef __GHS_VERSION_NUMBER
  177 +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
  178 +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
  179 +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
  180 +# endif
  181 +
  182 +#elif defined(__TINYC__)
  183 +# define COMPILER_ID "TinyCC"
  184 +
  185 +#elif defined(__BCC__)
  186 +# define COMPILER_ID "Bruce"
  187 +
  188 +#elif defined(__SCO_VERSION__)
  189 +# define COMPILER_ID "SCO"
  190 +
  191 +#elif defined(__ARMCC_VERSION) && !defined(__clang__)
  192 +# define COMPILER_ID "ARMCC"
  193 +#if __ARMCC_VERSION >= 1000000
  194 + /* __ARMCC_VERSION = VRRPPPP */
  195 + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
  196 + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
  197 + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
  198 +#else
  199 + /* __ARMCC_VERSION = VRPPPP */
  200 + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
  201 + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
  202 + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
  203 +#endif
  204 +
  205 +
  206 +#elif defined(__clang__) && defined(__apple_build_version__)
  207 +# define COMPILER_ID "AppleClang"
  208 +# if defined(_MSC_VER)
  209 +# define SIMULATE_ID "MSVC"
  210 +# endif
  211 +# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
  212 +# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
  213 +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
  214 +# if defined(_MSC_VER)
  215 + /* _MSC_VER = VVRR */
  216 +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
  217 +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
  218 +# endif
  219 +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
  220 +
  221 +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
  222 +# define COMPILER_ID "ARMClang"
  223 + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
  224 + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
  225 + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
  226 +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
  227 +
  228 +#elif defined(__clang__)
  229 +# define COMPILER_ID "Clang"
  230 +# if defined(_MSC_VER)
  231 +# define SIMULATE_ID "MSVC"
  232 +# endif
  233 +# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
  234 +# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
  235 +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
  236 +# if defined(_MSC_VER)
  237 + /* _MSC_VER = VVRR */
  238 +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
  239 +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
  240 +# endif
  241 +
  242 +#elif defined(__GNUC__)
  243 +# define COMPILER_ID "GNU"
  244 +# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
  245 +# if defined(__GNUC_MINOR__)
  246 +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
  247 +# endif
  248 +# if defined(__GNUC_PATCHLEVEL__)
  249 +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
  250 +# endif
  251 +
  252 +#elif defined(_MSC_VER)
  253 +# define COMPILER_ID "MSVC"
  254 + /* _MSC_VER = VVRR */
  255 +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
  256 +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
  257 +# if defined(_MSC_FULL_VER)
  258 +# if _MSC_VER >= 1400
  259 + /* _MSC_FULL_VER = VVRRPPPPP */
  260 +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
  261 +# else
  262 + /* _MSC_FULL_VER = VVRRPPPP */
  263 +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
  264 +# endif
  265 +# endif
  266 +# if defined(_MSC_BUILD)
  267 +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
  268 +# endif
  269 +
  270 +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
  271 +# define COMPILER_ID "ADSP"
  272 +#if defined(__VISUALDSPVERSION__)
  273 + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
  274 +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
  275 +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
  276 +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
  277 +#endif
  278 +
  279 +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
  280 +# define COMPILER_ID "IAR"
  281 +# if defined(__VER__) && defined(__ICCARM__)
  282 +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
  283 +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
  284 +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
  285 +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
  286 +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__))
  287 +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
  288 +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
  289 +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
  290 +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
  291 +# endif
  292 +
  293 +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
  294 +# define COMPILER_ID "SDCC"
  295 +# if defined(__SDCC_VERSION_MAJOR)
  296 +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
  297 +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
  298 +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
  299 +# else
  300 + /* SDCC = VRP */
  301 +# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
  302 +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
  303 +# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
  304 +# endif
  305 +
  306 +
  307 +/* These compilers are either not known or too old to define an
  308 + identification macro. Try to identify the platform and guess that
  309 + it is the native compiler. */
  310 +#elif defined(__hpux) || defined(__hpua)
  311 +# define COMPILER_ID "HP"
  312 +
  313 +#else /* unknown compiler */
  314 +# define COMPILER_ID ""
  315 +#endif
  316 +
  317 +/* Construct the string literal in pieces to prevent the source from
  318 + getting matched. Store it in a pointer rather than an array
  319 + because some compilers will just produce instructions to fill the
  320 + array rather than assigning a pointer to a static array. */
  321 +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
  322 +#ifdef SIMULATE_ID
  323 +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
  324 +#endif
  325 +
  326 +#ifdef __QNXNTO__
  327 +char const* qnxnto = "INFO" ":" "qnxnto[]";
  328 +#endif
  329 +
  330 +#if defined(__CRAYXE) || defined(__CRAYXC)
  331 +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
  332 +#endif
  333 +
  334 +#define STRINGIFY_HELPER(X) #X
  335 +#define STRINGIFY(X) STRINGIFY_HELPER(X)
  336 +
  337 +/* Identify known platforms by name. */
  338 +#if defined(__linux) || defined(__linux__) || defined(linux)
  339 +# define PLATFORM_ID "Linux"
  340 +
  341 +#elif defined(__CYGWIN__)
  342 +# define PLATFORM_ID "Cygwin"
  343 +
  344 +#elif defined(__MINGW32__)
  345 +# define PLATFORM_ID "MinGW"
  346 +
  347 +#elif defined(__APPLE__)
  348 +# define PLATFORM_ID "Darwin"
  349 +
  350 +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
  351 +# define PLATFORM_ID "Windows"
  352 +
  353 +#elif defined(__FreeBSD__) || defined(__FreeBSD)
  354 +# define PLATFORM_ID "FreeBSD"
  355 +
  356 +#elif defined(__NetBSD__) || defined(__NetBSD)
  357 +# define PLATFORM_ID "NetBSD"
  358 +
  359 +#elif defined(__OpenBSD__) || defined(__OPENBSD)
  360 +# define PLATFORM_ID "OpenBSD"
  361 +
  362 +#elif defined(__sun) || defined(sun)
  363 +# define PLATFORM_ID "SunOS"
  364 +
  365 +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
  366 +# define PLATFORM_ID "AIX"
  367 +
  368 +#elif defined(__hpux) || defined(__hpux__)
  369 +# define PLATFORM_ID "HP-UX"
  370 +
  371 +#elif defined(__HAIKU__)
  372 +# define PLATFORM_ID "Haiku"
  373 +
  374 +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
  375 +# define PLATFORM_ID "BeOS"
  376 +
  377 +#elif defined(__QNX__) || defined(__QNXNTO__)
  378 +# define PLATFORM_ID "QNX"
  379 +
  380 +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
  381 +# define PLATFORM_ID "Tru64"
  382 +
  383 +#elif defined(__riscos) || defined(__riscos__)
  384 +# define PLATFORM_ID "RISCos"
  385 +
  386 +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
  387 +# define PLATFORM_ID "SINIX"
  388 +
  389 +#elif defined(__UNIX_SV__)
  390 +# define PLATFORM_ID "UNIX_SV"
  391 +
  392 +#elif defined(__bsdos__)
  393 +# define PLATFORM_ID "BSDOS"
  394 +
  395 +#elif defined(_MPRAS) || defined(MPRAS)
  396 +# define PLATFORM_ID "MP-RAS"
  397 +
  398 +#elif defined(__osf) || defined(__osf__)
  399 +# define PLATFORM_ID "OSF1"
  400 +
  401 +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
  402 +# define PLATFORM_ID "SCO_SV"
  403 +
  404 +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
  405 +# define PLATFORM_ID "ULTRIX"
  406 +
  407 +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
  408 +# define PLATFORM_ID "Xenix"
  409 +
  410 +#elif defined(__WATCOMC__)
  411 +# if defined(__LINUX__)
  412 +# define PLATFORM_ID "Linux"
  413 +
  414 +# elif defined(__DOS__)
  415 +# define PLATFORM_ID "DOS"
  416 +
  417 +# elif defined(__OS2__)
  418 +# define PLATFORM_ID "OS2"
  419 +
  420 +# elif defined(__WINDOWS__)
  421 +# define PLATFORM_ID "Windows3x"
  422 +
  423 +# else /* unknown platform */
  424 +# define PLATFORM_ID
  425 +# endif
  426 +
  427 +#elif defined(__INTEGRITY)
  428 +# if defined(INT_178B)
  429 +# define PLATFORM_ID "Integrity178"
  430 +
  431 +# else /* regular Integrity */
  432 +# define PLATFORM_ID "Integrity"
  433 +# endif
  434 +
  435 +#else /* unknown platform */
  436 +# define PLATFORM_ID
  437 +
  438 +#endif
  439 +
  440 +/* For windows compilers MSVC and Intel we can determine
  441 + the architecture of the compiler being used. This is because
  442 + the compilers do not have flags that can change the architecture,
  443 + but rather depend on which compiler is being used
  444 +*/
  445 +#if defined(_WIN32) && defined(_MSC_VER)
  446 +# if defined(_M_IA64)
  447 +# define ARCHITECTURE_ID "IA64"
  448 +
  449 +# elif defined(_M_X64) || defined(_M_AMD64)
  450 +# define ARCHITECTURE_ID "x64"
  451 +
  452 +# elif defined(_M_IX86)
  453 +# define ARCHITECTURE_ID "X86"
  454 +
  455 +# elif defined(_M_ARM64)
  456 +# define ARCHITECTURE_ID "ARM64"
  457 +
  458 +# elif defined(_M_ARM)
  459 +# if _M_ARM == 4
  460 +# define ARCHITECTURE_ID "ARMV4I"
  461 +# elif _M_ARM == 5
  462 +# define ARCHITECTURE_ID "ARMV5I"
  463 +# else
  464 +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
  465 +# endif
  466 +
  467 +# elif defined(_M_MIPS)
  468 +# define ARCHITECTURE_ID "MIPS"
  469 +
  470 +# elif defined(_M_SH)
  471 +# define ARCHITECTURE_ID "SHx"
  472 +
  473 +# else /* unknown architecture */
  474 +# define ARCHITECTURE_ID ""
  475 +# endif
  476 +
  477 +#elif defined(__WATCOMC__)
  478 +# if defined(_M_I86)
  479 +# define ARCHITECTURE_ID "I86"
  480 +
  481 +# elif defined(_M_IX86)
  482 +# define ARCHITECTURE_ID "X86"
  483 +
  484 +# else /* unknown architecture */
  485 +# define ARCHITECTURE_ID ""
  486 +# endif
  487 +
  488 +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
  489 +# if defined(__ICCARM__)
  490 +# define ARCHITECTURE_ID "ARM"
  491 +
  492 +# elif defined(__ICCRX__)
  493 +# define ARCHITECTURE_ID "RX"
  494 +
  495 +# elif defined(__ICCRH850__)
  496 +# define ARCHITECTURE_ID "RH850"
  497 +
  498 +# elif defined(__ICCRL78__)
  499 +# define ARCHITECTURE_ID "RL78"
  500 +
  501 +# elif defined(__ICCRISCV__)
  502 +# define ARCHITECTURE_ID "RISCV"
  503 +
  504 +# elif defined(__ICCAVR__)
  505 +# define ARCHITECTURE_ID "AVR"
  506 +
  507 +# elif defined(__ICC430__)
  508 +# define ARCHITECTURE_ID "MSP430"
  509 +
  510 +# elif defined(__ICCV850__)
  511 +# define ARCHITECTURE_ID "V850"
  512 +
  513 +# elif defined(__ICC8051__)
  514 +# define ARCHITECTURE_ID "8051"
  515 +
  516 +# else /* unknown architecture */
  517 +# define ARCHITECTURE_ID ""
  518 +# endif
  519 +
  520 +#elif defined(__ghs__)
  521 +# if defined(__PPC64__)
  522 +# define ARCHITECTURE_ID "PPC64"
  523 +
  524 +# elif defined(__ppc__)
  525 +# define ARCHITECTURE_ID "PPC"
  526 +
  527 +# elif defined(__ARM__)
  528 +# define ARCHITECTURE_ID "ARM"
  529 +
  530 +# elif defined(__x86_64__)
  531 +# define ARCHITECTURE_ID "x64"
  532 +
  533 +# elif defined(__i386__)
  534 +# define ARCHITECTURE_ID "X86"
  535 +
  536 +# else /* unknown architecture */
  537 +# define ARCHITECTURE_ID ""
  538 +# endif
  539 +#else
  540 +# define ARCHITECTURE_ID
  541 +#endif
  542 +
  543 +/* Convert integer to decimal digit literals. */
  544 +#define DEC(n) \
  545 + ('0' + (((n) / 10000000)%10)), \
  546 + ('0' + (((n) / 1000000)%10)), \
  547 + ('0' + (((n) / 100000)%10)), \
  548 + ('0' + (((n) / 10000)%10)), \
  549 + ('0' + (((n) / 1000)%10)), \
  550 + ('0' + (((n) / 100)%10)), \
  551 + ('0' + (((n) / 10)%10)), \
  552 + ('0' + ((n) % 10))
  553 +
  554 +/* Convert integer to hex digit literals. */
  555 +#define HEX(n) \
  556 + ('0' + ((n)>>28 & 0xF)), \
  557 + ('0' + ((n)>>24 & 0xF)), \
  558 + ('0' + ((n)>>20 & 0xF)), \
  559 + ('0' + ((n)>>16 & 0xF)), \
  560 + ('0' + ((n)>>12 & 0xF)), \
  561 + ('0' + ((n)>>8 & 0xF)), \
  562 + ('0' + ((n)>>4 & 0xF)), \
  563 + ('0' + ((n) & 0xF))
  564 +
  565 +/* Construct a string literal encoding the version number components. */
  566 +#ifdef COMPILER_VERSION_MAJOR
  567 +char const info_version[] = {
  568 + 'I', 'N', 'F', 'O', ':',
  569 + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
  570 + COMPILER_VERSION_MAJOR,
  571 +# ifdef COMPILER_VERSION_MINOR
  572 + '.', COMPILER_VERSION_MINOR,
  573 +# ifdef COMPILER_VERSION_PATCH
  574 + '.', COMPILER_VERSION_PATCH,
  575 +# ifdef COMPILER_VERSION_TWEAK
  576 + '.', COMPILER_VERSION_TWEAK,
  577 +# endif
  578 +# endif
  579 +# endif
  580 + ']','\0'};
  581 +#endif
  582 +
  583 +/* Construct a string literal encoding the internal version number. */
  584 +#ifdef COMPILER_VERSION_INTERNAL
  585 +char const info_version_internal[] = {
  586 + 'I', 'N', 'F', 'O', ':',
  587 + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
  588 + 'i','n','t','e','r','n','a','l','[',
  589 + COMPILER_VERSION_INTERNAL,']','\0'};
  590 +#endif
  591 +
  592 +/* Construct a string literal encoding the version number components. */
  593 +#ifdef SIMULATE_VERSION_MAJOR
  594 +char const info_simulate_version[] = {
  595 + 'I', 'N', 'F', 'O', ':',
  596 + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
  597 + SIMULATE_VERSION_MAJOR,
  598 +# ifdef SIMULATE_VERSION_MINOR
  599 + '.', SIMULATE_VERSION_MINOR,
  600 +# ifdef SIMULATE_VERSION_PATCH
  601 + '.', SIMULATE_VERSION_PATCH,
  602 +# ifdef SIMULATE_VERSION_TWEAK
  603 + '.', SIMULATE_VERSION_TWEAK,
  604 +# endif
  605 +# endif
  606 +# endif
  607 + ']','\0'};
  608 +#endif
  609 +
  610 +/* Construct the string literal in pieces to prevent the source from
  611 + getting matched. Store it in a pointer rather than an array
  612 + because some compilers will just produce instructions to fill the
  613 + array rather than assigning a pointer to a static array. */
  614 +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
  615 +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
  616 +
  617 +
  618 +
  619 +
  620 +#if !defined(__STDC__)
  621 +# if (defined(_MSC_VER) && !defined(__clang__)) \
  622 + || (defined(__ibmxl__) || defined(__IBMC__))
  623 +# define C_DIALECT "90"
  624 +# else
  625 +# define C_DIALECT
  626 +# endif
  627 +#elif __STDC_VERSION__ >= 201000L
  628 +# define C_DIALECT "11"
  629 +#elif __STDC_VERSION__ >= 199901L
  630 +# define C_DIALECT "99"
  631 +#else
  632 +# define C_DIALECT "90"
  633 +#endif
  634 +const char* info_language_dialect_default =
  635 + "INFO" ":" "dialect_default[" C_DIALECT "]";
  636 +
  637 +/*--------------------------------------------------------------------------*/
  638 +
  639 +#ifdef ID_VOID_MAIN
  640 +void main() {}
  641 +#else
  642 +# if defined(__CLASSIC_C__)
  643 +int main(argc, argv) int argc; char *argv[];
  644 +# else
  645 +int main(int argc, char* argv[])
  646 +# endif
  647 +{
  648 + int require = 0;
  649 + require += info_compiler[argc];
  650 + require += info_platform[argc];
  651 + require += info_arch[argc];
  652 +#ifdef COMPILER_VERSION_MAJOR
  653 + require += info_version[argc];
  654 +#endif
  655 +#ifdef COMPILER_VERSION_INTERNAL
  656 + require += info_version_internal[argc];
  657 +#endif
  658 +#ifdef SIMULATE_ID
  659 + require += info_simulate[argc];
  660 +#endif
  661 +#ifdef SIMULATE_VERSION_MAJOR
  662 + require += info_simulate_version[argc];
  663 +#endif
  664 +#if defined(__CRAYXE) || defined(__CRAYXC)
  665 + require += info_cray[argc];
  666 +#endif
  667 + require += info_language_dialect_default[argc];
  668 + (void)argv;
  669 + return require;
  670 +}
  671 +#endif
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d 0 → 100644
  1 +dependencies: \
  2 + /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CMakeCCompilerId.c
  3 +
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList 0 → 100644
  1 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh 0 → 100755
  1 +#!/bin/sh
  2 +echo "GCC_VERSION=$GCC_VERSION" ; echo "ARCHS=$ARCHS"
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/all-product-headers.yaml 0 → 100644
  1 +{"case-sensitive":"false","roots":[],"version":0}
0 2 \ No newline at end of file
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj 0 → 100644
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 45;
  7 + objects = {
  8 +
  9 + 2C18F0B615DC1E0300593670 = {isa = PBXBuildFile; fileRef = 2C18F0B415DC1DC700593670; };
  10 + 2C18F0B415DC1DC700593670 = {isa = PBXFileReference; fileEncoding = 4; explicitFileType = sourcecode.c.c; path = CMakeCCompilerId.c; sourceTree = "<group>"; };
  11 + 08FB7794FE84155DC02AAC07 = {
  12 + isa = PBXGroup;
  13 + children = (
  14 + 2C18F0B415DC1DC700593670,
  15 + );
  16 + name = CompilerIdC;
  17 + sourceTree = "<group>";
  18 + };
  19 + 8DD76FA90486AB0100D96B5E = {
  20 + isa = PBXNativeTarget;
  21 + buildConfigurationList = 1DEB928508733DD80010E9CD;
  22 + buildPhases = (
  23 + 2C18F0B515DC1DCE00593670,
  24 + 2C8FEB8E15DC1A1A00E56A5D,
  25 + );
  26 + buildRules = (
  27 + );
  28 + dependencies = (
  29 + );
  30 + name = CompilerIdC;
  31 + productName = CompilerIdC;
  32 + productType = "com.apple.product-type.bundle.unit-test";
  33 + };
  34 + 08FB7793FE84155DC02AAC07 = {
  35 + isa = PBXProject;
  36 + buildConfigurationList = 1DEB928908733DD80010E9CD;
  37 + compatibilityVersion = "Xcode 3.1";
  38 + developmentRegion = English;
  39 + hasScannedForEncodings = 1;
  40 + knownRegions = (
  41 + en,
  42 + );
  43 + mainGroup = 08FB7794FE84155DC02AAC07;
  44 + projectDirPath = "";
  45 + projectRoot = "";
  46 + targets = (
  47 + 8DD76FA90486AB0100D96B5E,
  48 + );
  49 + };
  50 + 2C8FEB8E15DC1A1A00E56A5D = {
  51 + isa = PBXShellScriptBuildPhase;
  52 + buildActionMask = 2147483647;
  53 + files = (
  54 + );
  55 + inputPaths = (
  56 + );
  57 + outputPaths = (
  58 + );
  59 + runOnlyForDeploymentPostprocessing = 0;
  60 + shellPath = /bin/sh;
  61 + shellScript = "echo \"GCC_VERSION=$GCC_VERSION\" ; echo \"ARCHS=$ARCHS\"";
  62 + showEnvVarsInLog = 0;
  63 + };
  64 + 2C18F0B515DC1DCE00593670 = {
  65 + isa = PBXSourcesBuildPhase;
  66 + buildActionMask = 2147483647;
  67 + files = (
  68 + 2C18F0B615DC1E0300593670,
  69 + );
  70 + runOnlyForDeploymentPostprocessing = 0;
  71 + };
  72 + 1DEB928608733DD80010E9CD = {
  73 + isa = XCBuildConfiguration;
  74 + buildSettings = {
  75 + CODE_SIGN_IDENTITY = "";
  76 + PRODUCT_NAME = CompilerIdC;
  77 + };
  78 + name = Debug;
  79 + };
  80 + 1DEB928A08733DD80010E9CD = {
  81 + isa = XCBuildConfiguration;
  82 + buildSettings = {
  83 + ONLY_ACTIVE_ARCH = YES;
  84 + CODE_SIGNING_REQUIRED = NO;
  85 + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)";
  86 + SYMROOT = .;
  87 +
  88 +
  89 +
  90 +
  91 + SDKROOT = "iphoneos";
  92 + };
  93 + name = Debug;
  94 + };
  95 + 1DEB928508733DD80010E9CD = {
  96 + isa = XCConfigurationList;
  97 + buildConfigurations = (
  98 + 1DEB928608733DD80010E9CD,
  99 + );
  100 + defaultConfigurationIsVisible = 0;
  101 + defaultConfigurationName = Debug;
  102 + };
  103 + 1DEB928908733DD80010E9CD = {
  104 + isa = XCConfigurationList;
  105 + buildConfigurations = (
  106 + 1DEB928A08733DD80010E9CD,
  107 + );
  108 + defaultConfigurationIsVisible = 0;
  109 + defaultConfigurationName = Debug;
  110 + };
  111 + };
  112 + rootObject = 08FB7793FE84155DC02AAC07;
  113 +}
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Info.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 + <dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>English</string>
  7 + <key>CFBundleIdentifier</key>
  8 + <string>com.apple.xcode.dsym.CompilerIdC.xctest</string>
  9 + <key>CFBundleInfoDictionaryVersion</key>
  10 + <string>6.0</string>
  11 + <key>CFBundlePackageType</key>
  12 + <string>dSYM</string>
  13 + <key>CFBundleSignature</key>
  14 + <string>????</string>
  15 + <key>CFBundleShortVersionString</key>
  16 + <string>1.0</string>
  17 + <key>CFBundleVersion</key>
  18 + <string>1</string>
  19 + </dict>
  20 +</plist>
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC 0 → 100755
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/XCBuildData/40dd42faded3254fd5c295aae40829cf-desc.xcbuild 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/XCBuildData/40dd42faded3254fd5c295aae40829cf-manifest.xcbuild 0 → 100644
  1 +client:
  2 + name: basic
  3 + version: 0
  4 + file-system: default
  5 +
  6 +targets:
  7 + "": ["<all>"]
  8 +
  9 +nodes:
  10 + "/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC": {"is-mutated":true}
  11 +
  12 +commands:
  13 + "<all>": {"tool":"phony","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--end>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--modules-ready>"],"outputs":["<all>"]}
  14 + "<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-Debug-iphoneos-stale-file-removal>": {"tool":"stale-file-removal","expectedOutputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/all-product-headers.yaml"],"roots":["/tmp/CompilerIdC.dst","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-Debug-iphoneos-stale-file-removal>"]}
  15 + "Gate /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM-target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-": {"tool":"phony","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC","<GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/"]}
  16 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions>"]}
  17 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions>"]}
  18 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign>"]}
  19 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside>"]}
  20 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>","<RegisterExecutionPolicyException /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException>"]}
  21 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols>"]}
  22 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-Validate": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>","<Touch /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-Validate>"]}
  23 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer>"]}
  24 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--XCFrameworkTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>"]}
  25 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/all-product-headers.yaml"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>"]}
  26 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer>"]}
  27 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer>"]}
  28 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase1-run-script>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer>"]}
  29 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--start>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>","<MkDir /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer>"]}
  30 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer>"]}
  31 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer>"]}
  32 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase1-run-script>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer>"]}
  33 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--TestTargetPostprocessingTaskProducer>"]}
  34 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer>"]}
  35 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer>"]}
  36 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--XCFrameworkTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--XCFrameworkTaskProducer>"]}
  37 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-Debug-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/CompilerIdC.dst>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"]}
  38 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--end": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--entry>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-Validate>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--TestTargetPostprocessingTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--XCFrameworkTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--generated-headers>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase0-compile-sources>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase1-run-script>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","<GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC>","<GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC>","<Linked Binary /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC>","<MkDir /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest>","<execute-shell-script-46226b6b37596bd257eb454aca1443e93c78d77b73c835b21897c5edd982f393>","<RegisterExecutionPolicyException /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest>","<Touch /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/all-product-headers.yaml"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--end>"]}
  39 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--entry": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-Debug-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/CompilerIdC.dst>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--entry>"]}
  40 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--generated-headers": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--generated-headers>"]}
  41 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--immediate": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-Debug-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/CompilerIdC.dst>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC>"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--immediate>"]}
  42 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--modules-ready": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","<GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC>","<execute-shell-script-46226b6b37596bd257eb454aca1443e93c78d77b73c835b21897c5edd982f393>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--modules-ready>"]}
  43 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase0-compile-sources": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","<Linked Binary /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase0-compile-sources>"]}
  44 + "Gate target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase1-run-script": {"tool":"phony","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase0-compile-sources>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>","<execute-shell-script-46226b6b37596bd257eb454aca1443e93c78d77b73c835b21897c5edd982f393>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase1-run-script>"]}
  45 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::CompileC /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CMakeCCompilerId.c","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--generated-headers>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c","-target","arm64-apple-ios13.4","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-Wno-trigraphs","-fpascal-strings","-Os","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Wno-return-type","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wno-unused-function","-Wno-unused-label","-Wno-unused-parameter","-Wno-unused-variable","-Wunused-value","-Wno-empty-body","-Wno-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wno-constant-conversion","-Wno-int-conversion","-Wno-bool-conversion","-Wno-enum-conversion","-Wno-float-conversion","-Wno-non-literal-null-conversion","-Wno-objc-literal-conversion","-Wshorten-64-to-32","-Wpointer-sign","-Wno-newline-eof","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk","-fstrict-aliasing","-Wdeprecated-declarations","-g","-Wno-sign-conversion","-Wno-infinite-recursion","-Wno-comma","-Wno-block-capture-autoreleasing","-Wno-strict-prototypes","-Wno-semicolon-before-method-body","-iquote","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","-iquote","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/include","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources-normal/arm64","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources/arm64","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources","-F/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","-iframework","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","-MMD","-MT","dependencies","-MF","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d","--serialize-diagnostics","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia","-c","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CMakeCCompilerId.c","-o","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","deps":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d"],"deps-style":"makefile","signature":"046c2b3a759ef6067dd3e423715036c6"}
  46 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::CreateBuildDirectory /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","inputs":[],"outputs":["<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC"]}
  47 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC": {"tool":"shell","description":"GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC","<Linked Binary /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC","<GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM/Contents/Resources/DWARF/CompilerIdC>"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC","-o","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest.dSYM"],"env":{},"working-directory":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","signature":"25e564c566e38c6c78af8d7f3036e258"}
  48 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::Ld /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC normal arm64": {"tool":"shell","description":"Ld /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC normal arm64","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC","<Linked Binary /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC>"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-target","arm64-apple-ios13.4","-bundle","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk","-L/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","-F/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","-iframework","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","-filelist","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o","-framework","XCTest","-Xlinker","-dependency_info","-Xlinker","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat","-o","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest/CompilerIdC"],"env":{},"working-directory":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","deps":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat"],"deps-style":"dependency-info","signature":"26827f90cd1415977b7733807cf94867"}
  49 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::MkDir /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest": {"tool":"mkdir","description":"MkDir /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--start>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest","<MkDir /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest>"]}
  50 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::PhaseScriptExecution Run Script /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase0-compile-sources>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["<execute-shell-script-46226b6b37596bd257eb454aca1443e93c78d77b73c835b21897c5edd982f393>"],"args":["/bin/sh","-c","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kasia","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","ALWAYS_SEARCH_USER_PATHS":"YES","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"NO","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/j7/y31d22k905qg20hhnjsl92x00000gn/C/com.apple.DeveloperTools/11.4.1-11E503a/Xcode","CCHROOT":"/var/folders/j7/y31d22k905qg20hhnjsl92x00000gn/C/com.apple.DeveloperTools/11.4.1-11E503a/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_MODULES_BUILD_SESSION_FILE":"/var/folders/j7/y31d22k905qg20hhnjsl92x00000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation","CLASS_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"NO","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","CONFIGURATION_TEMP_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"CompilerIdC.xctest","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"YES","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator13.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf-with-dsym","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4","DERIVED_FILES_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources","DERIVED_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"English","DOCUMENTATION_FOLDER_PATH":"CompilerIdC.xctest/English.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/CompilerIdC.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"CompilerIdC.xctest.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"NO","ENABLE_PREVIEWS":"NO","ENABLE_TESTABILITY":"NO","ENABLE_TESTING_SEARCH_PATHS":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"NO","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"CompilerIdC.xctest/Executables","EXECUTABLE_FOLDER_PATH":"CompilerIdC.xctest","EXECUTABLE_NAME":"CompilerIdC","EXECUTABLE_PATH":"CompilerIdC.xctest/CompilerIdC","FILE_LIST":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"CompilerIdC.xctest/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC ","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"CompilerIdC.xctest","GCC3_VERSION":"3.3","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"NO","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/include ","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kasia","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"CompilerIdC.xctest/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"CompilerIdC.xctest/English.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/CompilerIdC.dst","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"kasia","INSTALL_ROOT":"/tmp/CompilerIdC.dst","IPHONEOS_DEPLOYMENT_TARGET":"13.4","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"CompilerIdC.xctest/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/undefined_arch/CompilerIdC_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios13.4","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdC.xctest/English.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","LOCSYMROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","MACH_O_TYPE":"mh_bundle","MAC_OS_X_PRODUCT_BUILD_VERSION":"19D76","MAC_OS_X_VERSION_ACTUAL":"101503","MAC_OS_X_VERSION_MAJOR":"101500","MAC_OS_X_VERSION_MINOR":"1503","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest","MODULES_FOLDER_PATH":"CompilerIdC.xctest/Modules","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects","OBJECT_FILE_DIR_normal":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal","OBJROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","PACKAGE_TYPE":"com.apple.package-type.bundle.unit-test","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Users/kasia/.sdkbox/bin:/opt/local/bin:/opt/local/sbin:/Users/kasia/Library/Android/sdk:/Users/kasia/Library/Android/sdk/ndk-bundle:/Users/kasia/Downloads/cocos2d-x-4.0/templates:/Users/kasia/Downloads:/Users/kasia/Downloads/cocos2d-x-4.0/tools/cocos2d-console/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/kasia/Library/Android/sdk/platform-tools:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"CompilerIdC.xctest/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/PkgInfo","PKGINFO_PATH":"CompilerIdC.xctest/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"17E8258","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"CompilerIdC.xctest/PlugIns","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"CompilerIdC.xctest/PrivateHeaders","PRODUCT_BUNDLE_PACKAGE_TYPE":"BNDL","PRODUCT_MODULE_NAME":"CompilerIdC","PRODUCT_NAME":"CompilerIdC","PRODUCT_SETTINGS_PATH":"","PRODUCT_SPECIFIC_LDFLAGS":"-framework XCTest","PRODUCT_TYPE":"com.apple.product-type.bundle.unit-test","PRODUCT_TYPE_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","PRODUCT_TYPE_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","PRODUCT_TYPE_SWIFT_INCLUDE_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","PRODUCT_TYPE_SWIFT_STDLIB_TOOL_FLAGS":"--scan-executable \"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib\"","PROFILING_CODE":"NO","PROJECT":"CompilerIdC","PROJECT_DERIVED_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/DerivedSources","PROJECT_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","PROJECT_FILE_PATH":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xcodeproj","PROJECT_NAME":"CompilerIdC","PROJECT_TEMP_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build","PROJECT_TEMP_ROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","PUBLIC_HEADERS_FOLDER_PATH":"CompilerIdC.xctest/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","REZ_COLLECTOR_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"CompilerIdC.xctest/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk","SDK_DIR_iphoneos13_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk","SDK_NAME":"iphoneos13.4","SDK_NAMES":"iphoneos13.4","SDK_PRODUCT_BUILD_VERSION":"17E8258","SDK_VERSION":"13.4","SDK_VERSION_ACTUAL":"130400","SDK_VERSION_MAJOR":"130000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"CompilerIdC.xctest/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"CompilerIdC.xctest/SharedSupport","SKIP_INSTALL":"YES","SOURCE_ROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","SRCROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"non-global","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.SwiftFileList","SYMROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1","TARGETNAME":"CompilerIdC","TARGET_BUILD_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","TARGET_NAME":"CompilerIdC","TARGET_TEMP_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_FILES_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build","TEMP_ROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdC.xctest","UNSTRIPPED_PRODUCT":"NO","USER":"kasia","USER_APPS_DIR":"/Users/kasia/Applications","USER_LIBRARY_DIR":"/Users/kasia/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONPLIST_PATH":"CompilerIdC.xctest/version.plist","VERSION_INFO_BUILDER":"kasia","VERSION_INFO_FILE":"CompilerIdC_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:CompilerIdC PROJECT:CompilerIdC-\"","WRAPPER_EXTENSION":"xctest","WRAPPER_NAME":"CompilerIdC.xctest","WRAPPER_SUFFIX":".xctest","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"11E503a","XCODE_VERSION_ACTUAL":"1141","XCODE_VERSION_MAJOR":"1100","XCODE_VERSION_MINOR":"1140","XPCSERVICES_FOLDER_PATH":"CompilerIdC.xctest/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","control-enabled":false,"signature":"c9c9ba847a09cf3d1a66c20b16017035"}
  51 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::RegisterExecutionPolicyException /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest": {"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["<RegisterExecutionPolicyException /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest>"]}
  52 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::Touch /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest": {"tool":"shell","description":"Touch /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["<Touch /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest>"],"args":["/usr/bin/touch","-c","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.xctest"],"env":{},"working-directory":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC","signature":"88f2ba098474c40bad1da15d2dc7caae"}
  53 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap"]}
  54 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-all-target-headers.hmap"]}
  55 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-generated-files.hmap"]}
  56 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-own-target-headers.hmap"]}
  57 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC-project-headers.hmap"]}
  58 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/CompilerIdC.hmap"]}
  59 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList"]}
  60 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--phase0-compile-sources>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"]}
  61 + "target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/all-product-headers.yaml","inputs":["<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdC-46226b6b37596bd257eb454aca1443e93f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/CompilerIdC.build/Debug-iphoneos/CompilerIdC.build/all-product-headers.yaml"]}
  62 +
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/XCBuildData/BuildDescriptionCacheIndex-d16b857b8da3030e6f54818293f2db21 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdC/XCBuildData/build.db 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CMakeCXXCompilerId.cpp 0 → 100644
  1 +/* This source file must have a .cpp extension so that all C++ compilers
  2 + recognize the extension without flags. Borland does not know .cxx for
  3 + example. */
  4 +#ifndef __cplusplus
  5 +# error "A C compiler has been selected for C++."
  6 +#endif
  7 +
  8 +
  9 +/* Version number components: V=Version, R=Revision, P=Patch
  10 + Version date components: YYYY=Year, MM=Month, DD=Day */
  11 +
  12 +#if defined(__COMO__)
  13 +# define COMPILER_ID "Comeau"
  14 + /* __COMO_VERSION__ = VRR */
  15 +# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
  16 +# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
  17 +
  18 +#elif defined(__INTEL_COMPILER) || defined(__ICC)
  19 +# define COMPILER_ID "Intel"
  20 +# if defined(_MSC_VER)
  21 +# define SIMULATE_ID "MSVC"
  22 +# endif
  23 +# if defined(__GNUC__)
  24 +# define SIMULATE_ID "GNU"
  25 +# endif
  26 + /* __INTEL_COMPILER = VRP */
  27 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
  28 +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
  29 +# if defined(__INTEL_COMPILER_UPDATE)
  30 +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
  31 +# else
  32 +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
  33 +# endif
  34 +# if defined(__INTEL_COMPILER_BUILD_DATE)
  35 + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
  36 +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
  37 +# endif
  38 +# if defined(_MSC_VER)
  39 + /* _MSC_VER = VVRR */
  40 +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
  41 +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
  42 +# endif
  43 +# if defined(__GNUC__)
  44 +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
  45 +# elif defined(__GNUG__)
  46 +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
  47 +# endif
  48 +# if defined(__GNUC_MINOR__)
  49 +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
  50 +# endif
  51 +# if defined(__GNUC_PATCHLEVEL__)
  52 +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
  53 +# endif
  54 +
  55 +#elif defined(__PATHCC__)
  56 +# define COMPILER_ID "PathScale"
  57 +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
  58 +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
  59 +# if defined(__PATHCC_PATCHLEVEL__)
  60 +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
  61 +# endif
  62 +
  63 +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
  64 +# define COMPILER_ID "Embarcadero"
  65 +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
  66 +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
  67 +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
  68 +
  69 +#elif defined(__BORLANDC__)
  70 +# define COMPILER_ID "Borland"
  71 + /* __BORLANDC__ = 0xVRR */
  72 +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
  73 +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
  74 +
  75 +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
  76 +# define COMPILER_ID "Watcom"
  77 + /* __WATCOMC__ = VVRR */
  78 +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
  79 +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
  80 +# if (__WATCOMC__ % 10) > 0
  81 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
  82 +# endif
  83 +
  84 +#elif defined(__WATCOMC__)
  85 +# define COMPILER_ID "OpenWatcom"
  86 + /* __WATCOMC__ = VVRP + 1100 */
  87 +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
  88 +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
  89 +# if (__WATCOMC__ % 10) > 0
  90 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
  91 +# endif
  92 +
  93 +#elif defined(__SUNPRO_CC)
  94 +# define COMPILER_ID "SunPro"
  95 +# if __SUNPRO_CC >= 0x5100
  96 + /* __SUNPRO_CC = 0xVRRP */
  97 +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
  98 +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
  99 +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
  100 +# else
  101 + /* __SUNPRO_CC = 0xVRP */
  102 +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
  103 +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
  104 +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
  105 +# endif
  106 +
  107 +#elif defined(__HP_aCC)
  108 +# define COMPILER_ID "HP"
  109 + /* __HP_aCC = VVRRPP */
  110 +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
  111 +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
  112 +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
  113 +
  114 +#elif defined(__DECCXX)
  115 +# define COMPILER_ID "Compaq"
  116 + /* __DECCXX_VER = VVRRTPPPP */
  117 +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
  118 +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
  119 +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
  120 +
  121 +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
  122 +# define COMPILER_ID "zOS"
  123 + /* __IBMCPP__ = VRP */
  124 +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
  125 +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
  126 +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
  127 +
  128 +#elif defined(__ibmxl__) && defined(__clang__)
  129 +# define COMPILER_ID "XLClang"
  130 +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
  131 +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
  132 +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
  133 +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
  134 +
  135 +
  136 +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
  137 +# define COMPILER_ID "XL"
  138 + /* __IBMCPP__ = VRP */
  139 +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
  140 +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
  141 +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
  142 +
  143 +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
  144 +# define COMPILER_ID "VisualAge"
  145 + /* __IBMCPP__ = VRP */
  146 +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
  147 +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
  148 +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
  149 +
  150 +#elif defined(__PGI)
  151 +# define COMPILER_ID "PGI"
  152 +# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
  153 +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
  154 +# if defined(__PGIC_PATCHLEVEL__)
  155 +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
  156 +# endif
  157 +
  158 +#elif defined(_CRAYC)
  159 +# define COMPILER_ID "Cray"
  160 +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
  161 +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
  162 +
  163 +#elif defined(__TI_COMPILER_VERSION__)
  164 +# define COMPILER_ID "TI"
  165 + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
  166 +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
  167 +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
  168 +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
  169 +
  170 +#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
  171 +# define COMPILER_ID "Fujitsu"
  172 +
  173 +#elif defined(__ghs__)
  174 +# define COMPILER_ID "GHS"
  175 +/* __GHS_VERSION_NUMBER = VVVVRP */
  176 +# ifdef __GHS_VERSION_NUMBER
  177 +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
  178 +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
  179 +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
  180 +# endif
  181 +
  182 +#elif defined(__SCO_VERSION__)
  183 +# define COMPILER_ID "SCO"
  184 +
  185 +#elif defined(__ARMCC_VERSION) && !defined(__clang__)
  186 +# define COMPILER_ID "ARMCC"
  187 +#if __ARMCC_VERSION >= 1000000
  188 + /* __ARMCC_VERSION = VRRPPPP */
  189 + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
  190 + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
  191 + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
  192 +#else
  193 + /* __ARMCC_VERSION = VRPPPP */
  194 + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
  195 + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
  196 + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
  197 +#endif
  198 +
  199 +
  200 +#elif defined(__clang__) && defined(__apple_build_version__)
  201 +# define COMPILER_ID "AppleClang"
  202 +# if defined(_MSC_VER)
  203 +# define SIMULATE_ID "MSVC"
  204 +# endif
  205 +# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
  206 +# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
  207 +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
  208 +# if defined(_MSC_VER)
  209 + /* _MSC_VER = VVRR */
  210 +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
  211 +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
  212 +# endif
  213 +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
  214 +
  215 +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
  216 +# define COMPILER_ID "ARMClang"
  217 + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
  218 + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
  219 + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
  220 +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
  221 +
  222 +#elif defined(__clang__)
  223 +# define COMPILER_ID "Clang"
  224 +# if defined(_MSC_VER)
  225 +# define SIMULATE_ID "MSVC"
  226 +# endif
  227 +# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
  228 +# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
  229 +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
  230 +# if defined(_MSC_VER)
  231 + /* _MSC_VER = VVRR */
  232 +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
  233 +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
  234 +# endif
  235 +
  236 +#elif defined(__GNUC__) || defined(__GNUG__)
  237 +# define COMPILER_ID "GNU"
  238 +# if defined(__GNUC__)
  239 +# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
  240 +# else
  241 +# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
  242 +# endif
  243 +# if defined(__GNUC_MINOR__)
  244 +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
  245 +# endif
  246 +# if defined(__GNUC_PATCHLEVEL__)
  247 +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
  248 +# endif
  249 +
  250 +#elif defined(_MSC_VER)
  251 +# define COMPILER_ID "MSVC"
  252 + /* _MSC_VER = VVRR */
  253 +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
  254 +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
  255 +# if defined(_MSC_FULL_VER)
  256 +# if _MSC_VER >= 1400
  257 + /* _MSC_FULL_VER = VVRRPPPPP */
  258 +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
  259 +# else
  260 + /* _MSC_FULL_VER = VVRRPPPP */
  261 +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
  262 +# endif
  263 +# endif
  264 +# if defined(_MSC_BUILD)
  265 +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
  266 +# endif
  267 +
  268 +#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || defined(__ADSPTS__) || defined(__ADSP21000__)
  269 +# define COMPILER_ID "ADSP"
  270 +#if defined(__VISUALDSPVERSION__)
  271 + /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
  272 +# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
  273 +# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
  274 +# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8 & 0xFF)
  275 +#endif
  276 +
  277 +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
  278 +# define COMPILER_ID "IAR"
  279 +# if defined(__VER__) && defined(__ICCARM__)
  280 +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
  281 +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
  282 +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
  283 +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
  284 +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__))
  285 +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
  286 +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
  287 +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
  288 +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
  289 +# endif
  290 +
  291 +
  292 +/* These compilers are either not known or too old to define an
  293 + identification macro. Try to identify the platform and guess that
  294 + it is the native compiler. */
  295 +#elif defined(__hpux) || defined(__hpua)
  296 +# define COMPILER_ID "HP"
  297 +
  298 +#else /* unknown compiler */
  299 +# define COMPILER_ID ""
  300 +#endif
  301 +
  302 +/* Construct the string literal in pieces to prevent the source from
  303 + getting matched. Store it in a pointer rather than an array
  304 + because some compilers will just produce instructions to fill the
  305 + array rather than assigning a pointer to a static array. */
  306 +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
  307 +#ifdef SIMULATE_ID
  308 +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
  309 +#endif
  310 +
  311 +#ifdef __QNXNTO__
  312 +char const* qnxnto = "INFO" ":" "qnxnto[]";
  313 +#endif
  314 +
  315 +#if defined(__CRAYXE) || defined(__CRAYXC)
  316 +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
  317 +#endif
  318 +
  319 +#define STRINGIFY_HELPER(X) #X
  320 +#define STRINGIFY(X) STRINGIFY_HELPER(X)
  321 +
  322 +/* Identify known platforms by name. */
  323 +#if defined(__linux) || defined(__linux__) || defined(linux)
  324 +# define PLATFORM_ID "Linux"
  325 +
  326 +#elif defined(__CYGWIN__)
  327 +# define PLATFORM_ID "Cygwin"
  328 +
  329 +#elif defined(__MINGW32__)
  330 +# define PLATFORM_ID "MinGW"
  331 +
  332 +#elif defined(__APPLE__)
  333 +# define PLATFORM_ID "Darwin"
  334 +
  335 +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
  336 +# define PLATFORM_ID "Windows"
  337 +
  338 +#elif defined(__FreeBSD__) || defined(__FreeBSD)
  339 +# define PLATFORM_ID "FreeBSD"
  340 +
  341 +#elif defined(__NetBSD__) || defined(__NetBSD)
  342 +# define PLATFORM_ID "NetBSD"
  343 +
  344 +#elif defined(__OpenBSD__) || defined(__OPENBSD)
  345 +# define PLATFORM_ID "OpenBSD"
  346 +
  347 +#elif defined(__sun) || defined(sun)
  348 +# define PLATFORM_ID "SunOS"
  349 +
  350 +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
  351 +# define PLATFORM_ID "AIX"
  352 +
  353 +#elif defined(__hpux) || defined(__hpux__)
  354 +# define PLATFORM_ID "HP-UX"
  355 +
  356 +#elif defined(__HAIKU__)
  357 +# define PLATFORM_ID "Haiku"
  358 +
  359 +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
  360 +# define PLATFORM_ID "BeOS"
  361 +
  362 +#elif defined(__QNX__) || defined(__QNXNTO__)
  363 +# define PLATFORM_ID "QNX"
  364 +
  365 +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
  366 +# define PLATFORM_ID "Tru64"
  367 +
  368 +#elif defined(__riscos) || defined(__riscos__)
  369 +# define PLATFORM_ID "RISCos"
  370 +
  371 +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
  372 +# define PLATFORM_ID "SINIX"
  373 +
  374 +#elif defined(__UNIX_SV__)
  375 +# define PLATFORM_ID "UNIX_SV"
  376 +
  377 +#elif defined(__bsdos__)
  378 +# define PLATFORM_ID "BSDOS"
  379 +
  380 +#elif defined(_MPRAS) || defined(MPRAS)
  381 +# define PLATFORM_ID "MP-RAS"
  382 +
  383 +#elif defined(__osf) || defined(__osf__)
  384 +# define PLATFORM_ID "OSF1"
  385 +
  386 +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
  387 +# define PLATFORM_ID "SCO_SV"
  388 +
  389 +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
  390 +# define PLATFORM_ID "ULTRIX"
  391 +
  392 +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
  393 +# define PLATFORM_ID "Xenix"
  394 +
  395 +#elif defined(__WATCOMC__)
  396 +# if defined(__LINUX__)
  397 +# define PLATFORM_ID "Linux"
  398 +
  399 +# elif defined(__DOS__)
  400 +# define PLATFORM_ID "DOS"
  401 +
  402 +# elif defined(__OS2__)
  403 +# define PLATFORM_ID "OS2"
  404 +
  405 +# elif defined(__WINDOWS__)
  406 +# define PLATFORM_ID "Windows3x"
  407 +
  408 +# else /* unknown platform */
  409 +# define PLATFORM_ID
  410 +# endif
  411 +
  412 +#elif defined(__INTEGRITY)
  413 +# if defined(INT_178B)
  414 +# define PLATFORM_ID "Integrity178"
  415 +
  416 +# else /* regular Integrity */
  417 +# define PLATFORM_ID "Integrity"
  418 +# endif
  419 +
  420 +#else /* unknown platform */
  421 +# define PLATFORM_ID
  422 +
  423 +#endif
  424 +
  425 +/* For windows compilers MSVC and Intel we can determine
  426 + the architecture of the compiler being used. This is because
  427 + the compilers do not have flags that can change the architecture,
  428 + but rather depend on which compiler is being used
  429 +*/
  430 +#if defined(_WIN32) && defined(_MSC_VER)
  431 +# if defined(_M_IA64)
  432 +# define ARCHITECTURE_ID "IA64"
  433 +
  434 +# elif defined(_M_X64) || defined(_M_AMD64)
  435 +# define ARCHITECTURE_ID "x64"
  436 +
  437 +# elif defined(_M_IX86)
  438 +# define ARCHITECTURE_ID "X86"
  439 +
  440 +# elif defined(_M_ARM64)
  441 +# define ARCHITECTURE_ID "ARM64"
  442 +
  443 +# elif defined(_M_ARM)
  444 +# if _M_ARM == 4
  445 +# define ARCHITECTURE_ID "ARMV4I"
  446 +# elif _M_ARM == 5
  447 +# define ARCHITECTURE_ID "ARMV5I"
  448 +# else
  449 +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
  450 +# endif
  451 +
  452 +# elif defined(_M_MIPS)
  453 +# define ARCHITECTURE_ID "MIPS"
  454 +
  455 +# elif defined(_M_SH)
  456 +# define ARCHITECTURE_ID "SHx"
  457 +
  458 +# else /* unknown architecture */
  459 +# define ARCHITECTURE_ID ""
  460 +# endif
  461 +
  462 +#elif defined(__WATCOMC__)
  463 +# if defined(_M_I86)
  464 +# define ARCHITECTURE_ID "I86"
  465 +
  466 +# elif defined(_M_IX86)
  467 +# define ARCHITECTURE_ID "X86"
  468 +
  469 +# else /* unknown architecture */
  470 +# define ARCHITECTURE_ID ""
  471 +# endif
  472 +
  473 +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
  474 +# if defined(__ICCARM__)
  475 +# define ARCHITECTURE_ID "ARM"
  476 +
  477 +# elif defined(__ICCRX__)
  478 +# define ARCHITECTURE_ID "RX"
  479 +
  480 +# elif defined(__ICCRH850__)
  481 +# define ARCHITECTURE_ID "RH850"
  482 +
  483 +# elif defined(__ICCRL78__)
  484 +# define ARCHITECTURE_ID "RL78"
  485 +
  486 +# elif defined(__ICCRISCV__)
  487 +# define ARCHITECTURE_ID "RISCV"
  488 +
  489 +# elif defined(__ICCAVR__)
  490 +# define ARCHITECTURE_ID "AVR"
  491 +
  492 +# elif defined(__ICC430__)
  493 +# define ARCHITECTURE_ID "MSP430"
  494 +
  495 +# elif defined(__ICCV850__)
  496 +# define ARCHITECTURE_ID "V850"
  497 +
  498 +# elif defined(__ICC8051__)
  499 +# define ARCHITECTURE_ID "8051"
  500 +
  501 +# else /* unknown architecture */
  502 +# define ARCHITECTURE_ID ""
  503 +# endif
  504 +
  505 +#elif defined(__ghs__)
  506 +# if defined(__PPC64__)
  507 +# define ARCHITECTURE_ID "PPC64"
  508 +
  509 +# elif defined(__ppc__)
  510 +# define ARCHITECTURE_ID "PPC"
  511 +
  512 +# elif defined(__ARM__)
  513 +# define ARCHITECTURE_ID "ARM"
  514 +
  515 +# elif defined(__x86_64__)
  516 +# define ARCHITECTURE_ID "x64"
  517 +
  518 +# elif defined(__i386__)
  519 +# define ARCHITECTURE_ID "X86"
  520 +
  521 +# else /* unknown architecture */
  522 +# define ARCHITECTURE_ID ""
  523 +# endif
  524 +#else
  525 +# define ARCHITECTURE_ID
  526 +#endif
  527 +
  528 +/* Convert integer to decimal digit literals. */
  529 +#define DEC(n) \
  530 + ('0' + (((n) / 10000000)%10)), \
  531 + ('0' + (((n) / 1000000)%10)), \
  532 + ('0' + (((n) / 100000)%10)), \
  533 + ('0' + (((n) / 10000)%10)), \
  534 + ('0' + (((n) / 1000)%10)), \
  535 + ('0' + (((n) / 100)%10)), \
  536 + ('0' + (((n) / 10)%10)), \
  537 + ('0' + ((n) % 10))
  538 +
  539 +/* Convert integer to hex digit literals. */
  540 +#define HEX(n) \
  541 + ('0' + ((n)>>28 & 0xF)), \
  542 + ('0' + ((n)>>24 & 0xF)), \
  543 + ('0' + ((n)>>20 & 0xF)), \
  544 + ('0' + ((n)>>16 & 0xF)), \
  545 + ('0' + ((n)>>12 & 0xF)), \
  546 + ('0' + ((n)>>8 & 0xF)), \
  547 + ('0' + ((n)>>4 & 0xF)), \
  548 + ('0' + ((n) & 0xF))
  549 +
  550 +/* Construct a string literal encoding the version number components. */
  551 +#ifdef COMPILER_VERSION_MAJOR
  552 +char const info_version[] = {
  553 + 'I', 'N', 'F', 'O', ':',
  554 + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
  555 + COMPILER_VERSION_MAJOR,
  556 +# ifdef COMPILER_VERSION_MINOR
  557 + '.', COMPILER_VERSION_MINOR,
  558 +# ifdef COMPILER_VERSION_PATCH
  559 + '.', COMPILER_VERSION_PATCH,
  560 +# ifdef COMPILER_VERSION_TWEAK
  561 + '.', COMPILER_VERSION_TWEAK,
  562 +# endif
  563 +# endif
  564 +# endif
  565 + ']','\0'};
  566 +#endif
  567 +
  568 +/* Construct a string literal encoding the internal version number. */
  569 +#ifdef COMPILER_VERSION_INTERNAL
  570 +char const info_version_internal[] = {
  571 + 'I', 'N', 'F', 'O', ':',
  572 + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
  573 + 'i','n','t','e','r','n','a','l','[',
  574 + COMPILER_VERSION_INTERNAL,']','\0'};
  575 +#endif
  576 +
  577 +/* Construct a string literal encoding the version number components. */
  578 +#ifdef SIMULATE_VERSION_MAJOR
  579 +char const info_simulate_version[] = {
  580 + 'I', 'N', 'F', 'O', ':',
  581 + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
  582 + SIMULATE_VERSION_MAJOR,
  583 +# ifdef SIMULATE_VERSION_MINOR
  584 + '.', SIMULATE_VERSION_MINOR,
  585 +# ifdef SIMULATE_VERSION_PATCH
  586 + '.', SIMULATE_VERSION_PATCH,
  587 +# ifdef SIMULATE_VERSION_TWEAK
  588 + '.', SIMULATE_VERSION_TWEAK,
  589 +# endif
  590 +# endif
  591 +# endif
  592 + ']','\0'};
  593 +#endif
  594 +
  595 +/* Construct the string literal in pieces to prevent the source from
  596 + getting matched. Store it in a pointer rather than an array
  597 + because some compilers will just produce instructions to fill the
  598 + array rather than assigning a pointer to a static array. */
  599 +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
  600 +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
  601 +
  602 +
  603 +
  604 +
  605 +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
  606 +# if defined(__INTEL_CXX11_MODE__)
  607 +# if defined(__cpp_aggregate_nsdmi)
  608 +# define CXX_STD 201402L
  609 +# else
  610 +# define CXX_STD 201103L
  611 +# endif
  612 +# else
  613 +# define CXX_STD 199711L
  614 +# endif
  615 +#elif defined(_MSC_VER) && defined(_MSVC_LANG)
  616 +# define CXX_STD _MSVC_LANG
  617 +#else
  618 +# define CXX_STD __cplusplus
  619 +#endif
  620 +
  621 +const char* info_language_dialect_default = "INFO" ":" "dialect_default["
  622 +#if CXX_STD > 201703L
  623 + "20"
  624 +#elif CXX_STD >= 201703L
  625 + "17"
  626 +#elif CXX_STD >= 201402L
  627 + "14"
  628 +#elif CXX_STD >= 201103L
  629 + "11"
  630 +#else
  631 + "98"
  632 +#endif
  633 +"]";
  634 +
  635 +/*--------------------------------------------------------------------------*/
  636 +
  637 +int main(int argc, char* argv[])
  638 +{
  639 + int require = 0;
  640 + require += info_compiler[argc];
  641 + require += info_platform[argc];
  642 +#ifdef COMPILER_VERSION_MAJOR
  643 + require += info_version[argc];
  644 +#endif
  645 +#ifdef COMPILER_VERSION_INTERNAL
  646 + require += info_version_internal[argc];
  647 +#endif
  648 +#ifdef SIMULATE_ID
  649 + require += info_simulate[argc];
  650 +#endif
  651 +#ifdef SIMULATE_VERSION_MAJOR
  652 + require += info_simulate_version[argc];
  653 +#endif
  654 +#if defined(__CRAYXE) || defined(__CRAYXC)
  655 + require += info_cray[argc];
  656 +#endif
  657 + require += info_language_dialect_default[argc];
  658 + (void)argv;
  659 + return require;
  660 +}
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d 0 → 100644
  1 +dependencies: \
  2 + /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList 0 → 100644
  1 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh 0 → 100755
  1 +#!/bin/sh
  2 +echo "GCC_VERSION=$GCC_VERSION" ; echo "ARCHS=$ARCHS"
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/all-product-headers.yaml 0 → 100644
  1 +{"case-sensitive":"false","roots":[],"version":0}
0 2 \ No newline at end of file
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj 0 → 100644
  1 +// !$*UTF8*$!
  2 +{
  3 + archiveVersion = 1;
  4 + classes = {
  5 + };
  6 + objectVersion = 45;
  7 + objects = {
  8 +
  9 + 2C18F0B615DC1E0300593670 = {isa = PBXBuildFile; fileRef = 2C18F0B415DC1DC700593670; };
  10 + 2C18F0B415DC1DC700593670 = {isa = PBXFileReference; fileEncoding = 4; explicitFileType = sourcecode.cpp.cpp; path = CMakeCXXCompilerId.cpp; sourceTree = "<group>"; };
  11 + 08FB7794FE84155DC02AAC07 = {
  12 + isa = PBXGroup;
  13 + children = (
  14 + 2C18F0B415DC1DC700593670,
  15 + );
  16 + name = CompilerIdCXX;
  17 + sourceTree = "<group>";
  18 + };
  19 + 8DD76FA90486AB0100D96B5E = {
  20 + isa = PBXNativeTarget;
  21 + buildConfigurationList = 1DEB928508733DD80010E9CD;
  22 + buildPhases = (
  23 + 2C18F0B515DC1DCE00593670,
  24 + 2C8FEB8E15DC1A1A00E56A5D,
  25 + );
  26 + buildRules = (
  27 + );
  28 + dependencies = (
  29 + );
  30 + name = CompilerIdCXX;
  31 + productName = CompilerIdCXX;
  32 + productType = "com.apple.product-type.bundle.unit-test";
  33 + };
  34 + 08FB7793FE84155DC02AAC07 = {
  35 + isa = PBXProject;
  36 + buildConfigurationList = 1DEB928908733DD80010E9CD;
  37 + compatibilityVersion = "Xcode 3.1";
  38 + developmentRegion = English;
  39 + hasScannedForEncodings = 1;
  40 + knownRegions = (
  41 + en,
  42 + );
  43 + mainGroup = 08FB7794FE84155DC02AAC07;
  44 + projectDirPath = "";
  45 + projectRoot = "";
  46 + targets = (
  47 + 8DD76FA90486AB0100D96B5E,
  48 + );
  49 + };
  50 + 2C8FEB8E15DC1A1A00E56A5D = {
  51 + isa = PBXShellScriptBuildPhase;
  52 + buildActionMask = 2147483647;
  53 + files = (
  54 + );
  55 + inputPaths = (
  56 + );
  57 + outputPaths = (
  58 + );
  59 + runOnlyForDeploymentPostprocessing = 0;
  60 + shellPath = /bin/sh;
  61 + shellScript = "echo \"GCC_VERSION=$GCC_VERSION\" ; echo \"ARCHS=$ARCHS\"";
  62 + showEnvVarsInLog = 0;
  63 + };
  64 + 2C18F0B515DC1DCE00593670 = {
  65 + isa = PBXSourcesBuildPhase;
  66 + buildActionMask = 2147483647;
  67 + files = (
  68 + 2C18F0B615DC1E0300593670,
  69 + );
  70 + runOnlyForDeploymentPostprocessing = 0;
  71 + };
  72 + 1DEB928608733DD80010E9CD = {
  73 + isa = XCBuildConfiguration;
  74 + buildSettings = {
  75 + CODE_SIGN_IDENTITY = "";
  76 + PRODUCT_NAME = CompilerIdCXX;
  77 + };
  78 + name = Debug;
  79 + };
  80 + 1DEB928A08733DD80010E9CD = {
  81 + isa = XCBuildConfiguration;
  82 + buildSettings = {
  83 + ONLY_ACTIVE_ARCH = YES;
  84 + CODE_SIGNING_REQUIRED = NO;
  85 + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)";
  86 + SYMROOT = .;
  87 +
  88 +
  89 +
  90 +
  91 + SDKROOT = "iphoneos";
  92 + };
  93 + name = Debug;
  94 + };
  95 + 1DEB928508733DD80010E9CD = {
  96 + isa = XCConfigurationList;
  97 + buildConfigurations = (
  98 + 1DEB928608733DD80010E9CD,
  99 + );
  100 + defaultConfigurationIsVisible = 0;
  101 + defaultConfigurationName = Debug;
  102 + };
  103 + 1DEB928908733DD80010E9CD = {
  104 + isa = XCConfigurationList;
  105 + buildConfigurations = (
  106 + 1DEB928A08733DD80010E9CD,
  107 + );
  108 + defaultConfigurationIsVisible = 0;
  109 + defaultConfigurationName = Debug;
  110 + };
  111 + };
  112 + rootObject = 08FB7793FE84155DC02AAC07;
  113 +}
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Info.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 + <dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>English</string>
  7 + <key>CFBundleIdentifier</key>
  8 + <string>com.apple.xcode.dsym.CompilerIdCXX.xctest</string>
  9 + <key>CFBundleInfoDictionaryVersion</key>
  10 + <string>6.0</string>
  11 + <key>CFBundlePackageType</key>
  12 + <string>dSYM</string>
  13 + <key>CFBundleSignature</key>
  14 + <string>????</string>
  15 + <key>CFBundleShortVersionString</key>
  16 + <string>1.0</string>
  17 + <key>CFBundleVersion</key>
  18 + <string>1</string>
  19 + </dict>
  20 +</plist>
... ...
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX 0 → 100755
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/XCBuildData/BuildDescriptionCacheIndex-86d060dfc43088f5a1b4722c70689cf3 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/XCBuildData/build.db 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/XCBuildData/f2941e36b8ed5eb3f0ab0ca62d0ae02a-desc.xcbuild 0 → 100644
No preview for this file type
ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/XCBuildData/f2941e36b8ed5eb3f0ab0ca62d0ae02a-manifest.xcbuild 0 → 100644
  1 +client:
  2 + name: basic
  3 + version: 0
  4 + file-system: default
  5 +
  6 +targets:
  7 + "": ["<all>"]
  8 +
  9 +nodes:
  10 + "/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX": {"is-mutated":true}
  11 +
  12 +commands:
  13 + "<all>": {"tool":"phony","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--end>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--modules-ready>"],"outputs":["<all>"]}
  14 + "<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-Debug-iphoneos-stale-file-removal>": {"tool":"stale-file-removal","expectedOutputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/all-product-headers.yaml"],"roots":["/tmp/CompilerIdCXX.dst","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-Debug-iphoneos-stale-file-removal>"]}
  15 + "Gate /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM-target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-": {"tool":"phony","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX","<GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/"]}
  16 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions>"]}
  17 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions>"]}
  18 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign>"]}
  19 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside>"]}
  20 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>","<RegisterExecutionPolicyException /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException>"]}
  21 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols>"]}
  22 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-Validate": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>","<Touch /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-Validate>"]}
  23 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer>"]}
  24 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--XCFrameworkTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>"]}
  25 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/all-product-headers.yaml"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>"]}
  26 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer>"]}
  27 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer>"]}
  28 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase1-run-script>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer>"]}
  29 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--start>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>","<MkDir /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer>"]}
  30 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer>"]}
  31 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer>"]}
  32 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase1-run-script>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer>"]}
  33 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--TestTargetPostprocessingTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--TestTargetPostprocessingTaskProducer>"]}
  34 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer>"]}
  35 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer>"]}
  36 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--XCFrameworkTaskProducer": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--XCFrameworkTaskProducer>"]}
  37 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-Debug-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/CompilerIdCXX.dst>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"]}
  38 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--end": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--entry>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-ChangeAlternatePermissions>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-ChangePermissions>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-CopyAside>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-StripSymbols>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-Validate>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--CopySwiftPackageResourcesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--InfoPlistTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ModuleMapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ProductPostprocessingTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--ProductStructureTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--SanitizerTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--StubBinaryTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--SwiftStandardLibrariesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--TestTargetPostprocessingTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--TestTargetTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--VersionPlistTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--XCFrameworkTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--generated-headers>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase0-compile-sources>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase1-run-script>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","<GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX>","<GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX>","<Linked Binary /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX>","<MkDir /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest>","<execute-shell-script-42d608cdcc7f3cfdf57938705d9efbc43c78d77b73c835b21897c5edd982f393>","<RegisterExecutionPolicyException /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest>","<Touch /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/all-product-headers.yaml"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--end>"]}
  39 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--entry": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-Debug-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/CompilerIdCXX.dst>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--entry>"]}
  40 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--generated-headers": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--generated-headers>"]}
  41 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--immediate": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-Debug-iphoneos-stale-file-removal>","<CreateBuildDirectory-/tmp/CompilerIdCXX.dst>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX>","<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX>"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--immediate>"]}
  42 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--modules-ready": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","<GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX>","<execute-shell-script-42d608cdcc7f3cfdf57938705d9efbc43c78d77b73c835b21897c5edd982f393>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--modules-ready>"]}
  43 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase0-compile-sources": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","<Linked Binary /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase0-compile-sources>"]}
  44 + "Gate target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase1-run-script": {"tool":"phony","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase0-compile-sources>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>","<execute-shell-script-42d608cdcc7f3cfdf57938705d9efbc43c78d77b73c835b21897c5edd982f393>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"outputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase1-run-script>"]}
  45 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::CompileC /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler": {"tool":"shell","description":"CompileC /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CMakeCXXCompilerId.cpp","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--generated-headers>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang","-x","c++","-target","arm64-apple-ios13.4","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fmacro-backtrace-limit=0","-Wno-trigraphs","-fpascal-strings","-Os","-Wno-missing-field-initializers","-Wno-missing-prototypes","-Wno-return-type","-Wno-non-virtual-dtor","-Wno-overloaded-virtual","-Wno-exit-time-destructors","-Wno-missing-braces","-Wparentheses","-Wswitch","-Wno-unused-function","-Wno-unused-label","-Wno-unused-parameter","-Wno-unused-variable","-Wunused-value","-Wno-empty-body","-Wno-uninitialized","-Wno-unknown-pragmas","-Wno-shadow","-Wno-four-char-constants","-Wno-conversion","-Wno-constant-conversion","-Wno-int-conversion","-Wno-bool-conversion","-Wno-enum-conversion","-Wno-float-conversion","-Wno-non-literal-null-conversion","-Wno-objc-literal-conversion","-Wshorten-64-to-32","-Wno-newline-eof","-Wno-c++11-extensions","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk","-fstrict-aliasing","-Wdeprecated-declarations","-Winvalid-offsetof","-g","-fvisibility-inlines-hidden","-Wno-sign-conversion","-Wno-infinite-recursion","-Wno-move","-Wno-comma","-Wno-block-capture-autoreleasing","-Wno-strict-prototypes","-Wno-range-loop-analysis","-Wno-semicolon-before-method-body","-iquote","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","-iquote","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/include","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources-normal/arm64","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources/arm64","-I/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources","-F/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","-iframework","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","-MMD","-MT","dependencies","-MF","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d","--serialize-diagnostics","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia","-c","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CMakeCXXCompilerId.cpp","-o","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o"],"env":{"LANG":"en_US.US-ASCII"},"working-directory":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","deps":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d"],"deps-style":"makefile","signature":"eaf2af5c2d12e352583bb1ec8d84b332"}
  46 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::CreateBuildDirectory /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX": {"tool":"create-build-directory","description":"CreateBuildDirectory /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","inputs":[],"outputs":["<CreateBuildDirectory-/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX>","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX"]}
  47 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX": {"tool":"shell","description":"GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","<Linked Binary /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--begin-compiling>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX","<GenerateDSYMFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM/Contents/Resources/DWARF/CompilerIdCXX>"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","-o","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest.dSYM"],"env":{},"working-directory":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","signature":"8ae64aece229ee4a9c525af6bd2b15c6"}
  48 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::Ld /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX normal arm64": {"tool":"shell","description":"Ld /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX normal arm64","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX","<Linked Binary /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX>"],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++","-target","arm64-apple-ios13.4","-bundle","-isysroot","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk","-L/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","-F/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","-iframework","/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","-filelist","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","-dead_strip","-Xlinker","-object_path_lto","-Xlinker","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o","-framework","XCTest","-Xlinker","-dependency_info","-Xlinker","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat","-o","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest/CompilerIdCXX"],"env":{},"working-directory":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","deps":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat"],"deps-style":"dependency-info","signature":"8d50c62ac62dbea182114e82a8d31967"}
  49 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::MkDir /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest": {"tool":"mkdir","description":"MkDir /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--start>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest","<MkDir /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest>"]}
  50 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::PhaseScriptExecution Run Script /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh": {"tool":"shell","description":"PhaseScriptExecution Run Script /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase0-compile-sources>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["<execute-shell-script-42d608cdcc7f3cfdf57938705d9efbc43c78d77b73c835b21897c5edd982f393>"],"args":["/bin/sh","-c","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"],"env":{"ACTION":"build","AD_HOC_CODE_SIGNING_ALLOWED":"NO","ALTERNATE_GROUP":"staff","ALTERNATE_MODE":"u+w,go-w,a+rX","ALTERNATE_OWNER":"kasia","ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO","ALWAYS_SEARCH_USER_PATHS":"YES","ALWAYS_USE_SEPARATE_HEADERMAPS":"NO","APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer","APPLE_INTERNAL_DIR":"/AppleInternal","APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation","APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library","APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools","APPLICATION_EXTENSION_API_ONLY":"NO","APPLY_RULES_IN_COPY_FILES":"NO","APPLY_RULES_IN_COPY_HEADERS":"NO","ARCHS":"arm64","ARCHS_STANDARD":"arm64","ARCHS_STANDARD_32_64_BIT":"armv7 arm64","ARCHS_STANDARD_32_BIT":"armv7","ARCHS_STANDARD_64_BIT":"arm64","ARCHS_STANDARD_INCLUDING_64_BIT":"arm64","ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64","AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator","BITCODE_GENERATION_MODE":"marker","BUILD_ACTIVE_RESOURCES_ONLY":"NO","BUILD_COMPONENTS":"headers build","BUILD_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","BUILD_LIBRARY_FOR_DISTRIBUTION":"NO","BUILD_ROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","BUILD_STYLE":"","BUILD_VARIANTS":"normal","BUILT_PRODUCTS_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","BUNDLE_CONTENTS_FOLDER_PATH_deep":"Contents/","BUNDLE_EXECUTABLE_FOLDER_NAME_deep":"MacOS","BUNDLE_FORMAT":"shallow","BUNDLE_FRAMEWORKS_FOLDER_PATH":"Frameworks","BUNDLE_PLUGINS_FOLDER_PATH":"PlugIns","BUNDLE_PRIVATE_HEADERS_FOLDER_PATH":"PrivateHeaders","BUNDLE_PUBLIC_HEADERS_FOLDER_PATH":"Headers","CACHE_ROOT":"/var/folders/j7/y31d22k905qg20hhnjsl92x00000gn/C/com.apple.DeveloperTools/11.4.1-11E503a/Xcode","CCHROOT":"/var/folders/j7/y31d22k905qg20hhnjsl92x00000gn/C/com.apple.DeveloperTools/11.4.1-11E503a/Xcode","CHMOD":"/bin/chmod","CHOWN":"/usr/sbin/chown","CLANG_MODULES_BUILD_SESSION_FILE":"/var/folders/j7/y31d22k905qg20hhnjsl92x00000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation","CLASS_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/JavaClasses","CLEAN_PRECOMPS":"YES","CLONE_HEADERS":"NO","CODESIGNING_FOLDER_PATH":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest","CODE_SIGNING_ALLOWED":"YES","CODE_SIGNING_REQUIRED":"NO","CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext","CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES","COLOR_DIAGNOSTICS":"NO","COMBINE_HIDPI_IMAGES":"NO","COMPILER_INDEX_STORE_ENABLE":"Default","COMPOSITE_SDK_DIRS":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompositeSDKs","COMPRESS_PNG_FILES":"YES","CONFIGURATION":"Debug","CONFIGURATION_BUILD_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","CONFIGURATION_TEMP_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos","CONTENTS_FOLDER_PATH":"CompilerIdCXX.xctest","COPYING_PRESERVES_HFS_DATA":"NO","COPY_HEADERS_RUN_UNIFDEF":"NO","COPY_PHASE_STRIP":"YES","COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES","CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform","CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator","CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.4.sdk","CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator13.4","CP":"/bin/cp","CREATE_INFOPLIST_SECTION_IN_BINARY":"NO","CURRENT_ARCH":"undefined_arch","CURRENT_VARIANT":"normal","DEAD_CODE_STRIPPING":"YES","DEBUGGING_SYMBOLS":"YES","DEBUG_INFORMATION_FORMAT":"dwarf-with-dsym","DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0","DEFAULT_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions","DEFINES_MODULE":"NO","DEPLOYMENT_LOCATION":"NO","DEPLOYMENT_POSTPROCESSING":"NO","DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min","DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=","DEPLOYMENT_TARGET_LD_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_LD_FLAG_NAME":"ios_version_min","DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET","DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4","DERIVED_FILES_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources","DERIVED_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources","DERIVED_SOURCES_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/DerivedSources","DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER":"NO","DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks","DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library","DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs","DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools","DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","DEVELOPMENT_LANGUAGE":"English","DOCUMENTATION_FOLDER_PATH":"CompilerIdCXX.xctest/English.lproj/Documentation","DONT_GENERATE_INFOPLIST_FILE":"NO","DO_HEADER_SCANNING_IN_JAM":"NO","DSTROOT":"/tmp/CompilerIdCXX.dst","DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","DWARF_DSYM_FILE_NAME":"CompilerIdCXX.xctest.dSYM","DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO","DWARF_DSYM_FOLDER_PATH":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","EFFECTIVE_PLATFORM_NAME":"-iphoneos","EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO","EMBEDDED_PROFILE_NAME":"embedded.mobileprovision","EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO","ENABLE_BITCODE":"NO","ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES","ENABLE_HARDENED_RUNTIME":"NO","ENABLE_HEADER_DEPENDENCIES":"YES","ENABLE_ON_DEMAND_RESOURCES":"NO","ENABLE_PREVIEWS":"NO","ENABLE_TESTABILITY":"NO","ENABLE_TESTING_SEARCH_PATHS":"YES","ENTITLEMENTS_DESTINATION":"Signature","ENTITLEMENTS_REQUIRED":"NO","EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS","EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj","EXECUTABLES_FOLDER_PATH":"CompilerIdCXX.xctest/Executables","EXECUTABLE_FOLDER_PATH":"CompilerIdCXX.xctest","EXECUTABLE_NAME":"CompilerIdCXX","EXECUTABLE_PATH":"CompilerIdCXX.xctest/CompilerIdCXX","FILE_LIST":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects/LinkFileList","FIXED_FILES_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/FixedFiles","FRAMEWORKS_FOLDER_PATH":"CompilerIdCXX.xctest/Frameworks","FRAMEWORK_FLAG_PREFIX":"-framework","FRAMEWORK_SEARCH_PATHS":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX ","FRAMEWORK_VERSION":"A","FULL_PRODUCT_NAME":"CompilerIdCXX.xctest","GCC3_VERSION":"3.3","GCC_INLINES_ARE_PRIVATE_EXTERN":"YES","GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++","GCC_THUMB_SUPPORT":"YES","GCC_TREAT_WARNINGS_AS_ERRORS":"NO","GCC_VERSION":"com.apple.compilers.llvm.clang.1_0","GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0","GCC_WARN_64_TO_32_BIT_CONVERSION":"NO","GENERATE_MASTER_OBJECT_FILE":"NO","GENERATE_PKGINFO_FILE":"NO","GENERATE_PROFILING_CODE":"NO","GENERATE_TEXT_BASED_STUBS":"NO","GID":"20","GROUP":"staff","HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES","HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES","HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES","HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES","HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES","HEADERMAP_USES_VFS":"NO","HEADER_SEARCH_PATHS":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/include ","HIDE_BITCODE_SYMBOLS":"YES","HOME":"/Users/kasia","ICONV":"/usr/bin/iconv","INFOPLIST_EXPAND_BUILD_SETTINGS":"YES","INFOPLIST_OUTPUT_FORMAT":"binary","INFOPLIST_PATH":"CompilerIdCXX.xctest/Info.plist","INFOPLIST_PREPROCESS":"NO","INFOSTRINGS_PATH":"CompilerIdCXX.xctest/English.lproj/InfoPlist.strings","INLINE_PRIVATE_FRAMEWORKS":"NO","INSTALLHDRS_COPY_PHASE":"NO","INSTALLHDRS_SCRIPT_PHASE":"NO","INSTALL_DIR":"/tmp/CompilerIdCXX.dst","INSTALL_GROUP":"staff","INSTALL_MODE_FLAG":"u+w,go-w,a+rX","INSTALL_OWNER":"kasia","INSTALL_ROOT":"/tmp/CompilerIdCXX.dst","IPHONEOS_DEPLOYMENT_TARGET":"13.4","JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8","JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub","JAVA_ARCHIVE_CLASSES":"YES","JAVA_ARCHIVE_TYPE":"JAR","JAVA_COMPILER":"/usr/bin/javac","JAVA_FOLDER_PATH":"CompilerIdCXX.xctest/Java","JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources","JAVA_JAR_FLAGS":"cv","JAVA_SOURCE_SUBDIR":".","JAVA_USE_DEPENDENCIES":"YES","JAVA_ZIP_FLAGS":"-urg","JIKES_DEFAULT_FLAGS":"+E +OLDCSO","KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow","KEEP_PRIVATE_EXTERNS":"NO","LD_DEPENDENCY_INFO_FILE":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/undefined_arch/CompilerIdCXX_dependency_info.dat","LD_GENERATE_MAP_FILE":"NO","LD_MAP_FILE_PATH":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-LinkMap-normal-undefined_arch.txt","LD_NO_PIE":"NO","LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES","LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer","LEX":"lex","LIBRARY_DEXT_INSTALL_PATH":"/Library/DriverExtensions","LIBRARY_FLAG_NOSPACE":"YES","LIBRARY_FLAG_PREFIX":"-l","LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions","LIBRARY_SEARCH_PATHS":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","LINKER_DISPLAYS_MANGLED_NAMES":"NO","LINK_FILE_LIST_normal_arm64":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","LINK_WITH_STANDARD_LIBRARIES":"YES","LLVM_TARGET_TRIPLE_OS_VERSION":"ios13.4","LLVM_TARGET_TRIPLE_VENDOR":"apple","LOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdCXX.xctest/English.lproj","LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFCopyLocalizedString","LOCALIZED_STRING_SWIFTUI_SUPPORT":"YES","LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities","LOCAL_APPS_DIR":"/Applications","LOCAL_DEVELOPER_DIR":"/Library/Developer","LOCAL_LIBRARY_DIR":"/Library","LOCROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","LOCSYMROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","MACH_O_TYPE":"mh_bundle","MAC_OS_X_PRODUCT_BUILD_VERSION":"19D76","MAC_OS_X_VERSION_ACTUAL":"101503","MAC_OS_X_VERSION_MAJOR":"101500","MAC_OS_X_VERSION_MINOR":"1503","METAL_LIBRARY_FILE_BASE":"default","METAL_LIBRARY_OUTPUT_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest","MODULES_FOLDER_PATH":"CompilerIdCXX.xctest/Modules","NATIVE_ARCH":"armv7","NATIVE_ARCH_32_BIT":"i386","NATIVE_ARCH_64_BIT":"x86_64","NATIVE_ARCH_ACTUAL":"x86_64","NO_COMMON":"YES","OBJECT_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects","OBJECT_FILE_DIR_normal":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal","OBJROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","ONLY_ACTIVE_ARCH":"YES","OS":"MACOS","OSAC":"/usr/bin/osacompile","PACKAGE_TYPE":"com.apple.package-type.bundle.unit-test","PASCAL_STRINGS":"YES","PATH":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Users/kasia/.sdkbox/bin:/opt/local/bin:/opt/local/sbin:/Users/kasia/Library/Android/sdk:/Users/kasia/Library/Android/sdk/ndk-bundle:/Users/kasia/Downloads/cocos2d-x-4.0/templates:/Users/kasia/Downloads:/Users/kasia/Downloads/cocos2d-x-4.0/tools/cocos2d-console/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/kasia/Library/Android/sdk/platform-tools:/Library/Apple/usr/bin:/Applications/Wireshark.app/Contents/MacOS","PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms","PBDEVELOPMENTPLIST_PATH":"CompilerIdCXX.xctest/pbdevelopment.plist","PER_ARCH_OBJECT_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/undefined_arch","PER_VARIANT_OBJECT_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal","PKGINFO_FILE_PATH":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/PkgInfo","PKGINFO_PATH":"CompilerIdCXX.xctest/PkgInfo","PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications","PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin","PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library","PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs","PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools","PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr","PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform","PLATFORM_DISPLAY_NAME":"iOS","PLATFORM_FAMILY_NAME":"iOS","PLATFORM_NAME":"iphoneos","PLATFORM_PREFERRED_ARCH":"arm64","PLATFORM_PRODUCT_BUILD_VERSION":"17E8258","PLIST_FILE_OUTPUT_FORMAT":"binary","PLUGINS_FOLDER_PATH":"CompilerIdCXX.xctest/PlugIns","PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES","PRECOMP_DESTINATION_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/PrefixHeaders","PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO","PRIVATE_HEADERS_FOLDER_PATH":"CompilerIdCXX.xctest/PrivateHeaders","PRODUCT_BUNDLE_PACKAGE_TYPE":"BNDL","PRODUCT_MODULE_NAME":"CompilerIdCXX","PRODUCT_NAME":"CompilerIdCXX","PRODUCT_SETTINGS_PATH":"","PRODUCT_SPECIFIC_LDFLAGS":"-framework XCTest","PRODUCT_TYPE":"com.apple.product-type.bundle.unit-test","PRODUCT_TYPE_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","PRODUCT_TYPE_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","PRODUCT_TYPE_SWIFT_INCLUDE_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","PRODUCT_TYPE_SWIFT_STDLIB_TOOL_FLAGS":"--scan-executable \"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib\"","PROFILING_CODE":"NO","PROJECT":"CompilerIdCXX","PROJECT_DERIVED_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/DerivedSources","PROJECT_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","PROJECT_FILE_PATH":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xcodeproj","PROJECT_NAME":"CompilerIdCXX","PROJECT_TEMP_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build","PROJECT_TEMP_ROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","PUBLIC_HEADERS_FOLDER_PATH":"CompilerIdCXX.xctest/Headers","RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES","REMOVE_CVS_FROM_RESOURCES":"YES","REMOVE_GIT_FROM_RESOURCES":"YES","REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES","REMOVE_HG_FROM_RESOURCES":"YES","REMOVE_SVN_FROM_RESOURCES":"YES","REZ_COLLECTOR_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/ResourceManagerResources","REZ_OBJECTS_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/ResourceManagerResources/Objects","REZ_SEARCH_PATHS":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX ","SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO","SCRIPTS_FOLDER_PATH":"CompilerIdCXX.xctest/Scripts","SCRIPT_INPUT_FILE_COUNT":"0","SCRIPT_INPUT_FILE_LIST_COUNT":"0","SCRIPT_OUTPUT_FILE_COUNT":"0","SCRIPT_OUTPUT_FILE_LIST_COUNT":"0","SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk","SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk","SDK_DIR_iphoneos13_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.4.sdk","SDK_NAME":"iphoneos13.4","SDK_NAMES":"iphoneos13.4","SDK_PRODUCT_BUILD_VERSION":"17E8258","SDK_VERSION":"13.4","SDK_VERSION_ACTUAL":"130400","SDK_VERSION_MAJOR":"130000","SDK_VERSION_MINOR":"400","SED":"/usr/bin/sed","SEPARATE_STRIP":"NO","SEPARATE_SYMBOL_EDIT":"NO","SET_DIR_MODE_OWNER_GROUP":"YES","SET_FILE_MODE_OWNER_GROUP":"NO","SHALLOW_BUNDLE":"YES","SHARED_DERIVED_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/DerivedSources","SHARED_FRAMEWORKS_FOLDER_PATH":"CompilerIdCXX.xctest/SharedFrameworks","SHARED_PRECOMPS_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/SharedPrecompiledHeaders","SHARED_SUPPORT_FOLDER_PATH":"CompilerIdCXX.xctest/SharedSupport","SKIP_INSTALL":"YES","SOURCE_ROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","SRCROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","STRINGS_FILE_OUTPUT_ENCODING":"binary","STRIP_BITCODE_FROM_COPIED_FILES":"YES","STRIP_INSTALLED_PRODUCT":"YES","STRIP_STYLE":"non-global","STRIP_SWIFT_SYMBOLS":"YES","SUPPORTED_DEVICE_FAMILIES":"1,2","SUPPORTED_PLATFORMS":"iphoneos iphonesimulator","SUPPORTS_MACCATALYST":"YES","SUPPORTS_TEXT_BASED_API":"NO","SWIFT_PLATFORM_TARGET_PREFIX":"ios","SWIFT_RESPONSE_FILE_PATH_normal_arm64":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.SwiftFileList","SYMROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities","SYSTEM_APPS_DIR":"/Applications","SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices","SYSTEM_DEMOS_DIR":"/Applications/Extras","SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications","SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin","SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples","SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer","SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library","SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools","SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools","SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools","SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes","SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools","SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools","SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools","SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr","SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities","SYSTEM_DEXT_INSTALL_PATH":"/System/Library/DriverExtensions","SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation","SYSTEM_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions","SYSTEM_LIBRARY_DIR":"/System/Library","TAPI_VERIFY_MODE":"ErrorsOnly","TARGETED_DEVICE_FAMILY":"1","TARGETNAME":"CompilerIdCXX","TARGET_BUILD_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","TARGET_NAME":"CompilerIdCXX","TARGET_TEMP_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_FILES_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_FILE_DIR":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build","TEMP_ROOT":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","TEST_FRAMEWORK_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks","TEST_LIBRARY_SEARCH_PATHS":" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib","TOOLCHAINS":"com.apple.dt.toolchain.XcodeDefault","TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain","TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO","UID":"501","UNLOCALIZED_RESOURCES_FOLDER_PATH":"CompilerIdCXX.xctest","UNSTRIPPED_PRODUCT":"NO","USER":"kasia","USER_APPS_DIR":"/Users/kasia/Applications","USER_LIBRARY_DIR":"/Users/kasia/Library","USE_DYNAMIC_NO_PIC":"YES","USE_HEADERMAP":"YES","USE_HEADER_SYMLINKS":"NO","USE_LLVM_TARGET_TRIPLES":"YES","USE_LLVM_TARGET_TRIPLES_FOR_CLANG":"YES","USE_LLVM_TARGET_TRIPLES_FOR_LD":"YES","USE_LLVM_TARGET_TRIPLES_FOR_TAPI":"YES","VALIDATE_DEVELOPMENT_ASSET_PATHS":"YES_ERROR","VALIDATE_PRODUCT":"NO","VALIDATE_WORKSPACE":"YES_ERROR","VALID_ARCHS":"arm64 arm64e armv7 armv7s","VERBOSE_PBXCP":"NO","VERSIONPLIST_PATH":"CompilerIdCXX.xctest/version.plist","VERSION_INFO_BUILDER":"kasia","VERSION_INFO_FILE":"CompilerIdCXX_vers.c","VERSION_INFO_STRING":"\"@(#)PROGRAM:CompilerIdCXX PROJECT:CompilerIdCXX-\"","WRAPPER_EXTENSION":"xctest","WRAPPER_NAME":"CompilerIdCXX.xctest","WRAPPER_SUFFIX":".xctest","WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO","XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode","XCODE_PRODUCT_BUILD_VERSION":"11E503a","XCODE_VERSION_ACTUAL":"1141","XCODE_VERSION_MAJOR":"1100","XCODE_VERSION_MINOR":"1140","XPCSERVICES_FOLDER_PATH":"CompilerIdCXX.xctest/XPCServices","YACC":"yacc","arch":"undefined_arch","variant":"normal"},"allow-missing-inputs":true,"always-out-of-date":true,"working-directory":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","control-enabled":false,"signature":"ac3e1fd4261f7826be1cd40429ae2a53"}
  51 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::RegisterExecutionPolicyException /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest": {"tool":"register-execution-policy-exception","description":"RegisterExecutionPolicyException /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-CodeSign>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["<RegisterExecutionPolicyException /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest>"]}
  52 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::Touch /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest": {"tool":"shell","description":"Touch /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest","inputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--Barrier-RegisterExecutionPolicyException>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["<Touch /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest>"],"args":["/usr/bin/touch","-c","/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.xctest"],"env":{},"working-directory":"/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX","signature":"456c04d4a6c96b62864f35b344f90cf6"}
  53 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap"]}
  54 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap"]}
  55 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap"]}
  56 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap"]}
  57 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap"]}
  58 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/CompilerIdCXX.hmap"]}
  59 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--HeadermapTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList"]}
  60 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--phase0-compile-sources>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--entry>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh"]}
  61 + "target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d-::WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/all-product-headers.yaml": {"tool":"auxiliary-file","description":"WriteAuxiliaryFile /Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/all-product-headers.yaml","inputs":["<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--GeneratedFilesTaskProducer>","<target-CompilerIdCXX-42d608cdcc7f3cfdf57938705d9efbc43f938c03aee3f24af46a5caa592e362d--immediate>"],"outputs":["/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/3.17.0/CompilerIdCXX/CompilerIdCXX.build/Debug-iphoneos/CompilerIdCXX.build/all-product-headers.yaml"]}
  62 +
... ...
ios/cocosgame/CMakeFiles/SteveAndMaggieFoodGame.dir/Info.plist 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3 +<plist version="1.0">
  4 +<dict>
  5 + <key>CFBundleDevelopmentRegion</key>
  6 + <string>English</string>
  7 + <key>CFBundleDisplayName</key>
  8 + <string>Steve and Maggie Food App</string>
  9 + <key>CFBundleExecutable</key>
  10 + <string>$(EXECUTABLE_NAME)</string>
  11 + <key>CFBundleIdentifier</key>
  12 + <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
  13 + <key>CFBundleInfoDictionaryVersion</key>
  14 + <string>6.0</string>
  15 + <key>CFBundleName</key>
  16 + <string>SteveAndMaggieFoodGame</string>
  17 + <key>CFBundlePackageType</key>
  18 + <string>APPL</string>
  19 + <key>CFBundleShortVersionString</key>
  20 + <string>3.0</string>
  21 + <key>CFBundleSignature</key>
  22 + <string>????</string>
  23 + <key>CFBundleVersion</key>
  24 + <string>3.0</string>
  25 + <key>LSRequiresIPhoneOS</key>
  26 + <true/>
  27 + <key>UIAppFonts</key>
  28 + <array>
  29 + <string>fonts/ComicSansMSRegular.ttf</string>
  30 + <string>fonts/ComicSansMSBold.ttf</string>
  31 + </array>
  32 + <key>UILaunchStoryboardName</key>
  33 + <string></string>
  34 + <key>UIPrerenderedIcon</key>
  35 + <true/>
  36 + <key>UIRequiresFullScreen</key>
  37 + <true/>
  38 + <key>UIStatusBarHidden</key>
  39 + <true/>
  40 + <key>UISupportedInterfaceOrientations</key>
  41 + <array>
  42 + <string>UIInterfaceOrientationLandscapeRight</string>
  43 + <string>UIInterfaceOrientationLandscapeLeft</string>
  44 + </array>
  45 +</dict>
  46 +</plist>
... ...
ios/cocosgame/CMakeFiles/TargetDirectories.txt 0 → 100644
  1 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/SteveAndMaggieFoodGame.dir
  2 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/ALL_BUILD.dir
  3 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/CMakeFiles/ZERO_CHECK.dir
  4 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/cocos/core/CMakeFiles/cocos2d.dir
  5 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/cocos/core/CMakeFiles/ALL_BUILD.dir
  6 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/cocos/core/CMakeFiles/ZERO_CHECK.dir
  7 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/CMakeFiles/external.dir
  8 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/CMakeFiles/ALL_BUILD.dir
  9 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/CMakeFiles/ZERO_CHECK.dir
  10 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/Box2D/CMakeFiles/ALL_BUILD.dir
  11 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/Box2D/CMakeFiles/ZERO_CHECK.dir
  12 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/chipmunk/CMakeFiles/ALL_BUILD.dir
  13 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/chipmunk/CMakeFiles/ZERO_CHECK.dir
  14 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/freetype2/CMakeFiles/ALL_BUILD.dir
  15 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/freetype2/CMakeFiles/ZERO_CHECK.dir
  16 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/recast/CMakeFiles/ext_recast.dir
  17 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/recast/CMakeFiles/ALL_BUILD.dir
  18 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/recast/CMakeFiles/ZERO_CHECK.dir
  19 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/bullet/CMakeFiles/ALL_BUILD.dir
  20 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/bullet/CMakeFiles/ZERO_CHECK.dir
  21 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/jpeg/CMakeFiles/ALL_BUILD.dir
  22 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/jpeg/CMakeFiles/ZERO_CHECK.dir
  23 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/openssl/CMakeFiles/ALL_BUILD.dir
  24 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/openssl/CMakeFiles/ZERO_CHECK.dir
  25 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/uv/CMakeFiles/ALL_BUILD.dir
  26 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/uv/CMakeFiles/ZERO_CHECK.dir
  27 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/webp/CMakeFiles/ALL_BUILD.dir
  28 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/webp/CMakeFiles/ZERO_CHECK.dir
  29 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/websockets/CMakeFiles/ALL_BUILD.dir
  30 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/websockets/CMakeFiles/ZERO_CHECK.dir
  31 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/tinyxml2/CMakeFiles/ext_tinyxml2.dir
  32 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/tinyxml2/CMakeFiles/ALL_BUILD.dir
  33 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/tinyxml2/CMakeFiles/ZERO_CHECK.dir
  34 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/xxhash/CMakeFiles/ext_xxhash.dir
  35 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/xxhash/CMakeFiles/ALL_BUILD.dir
  36 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/xxhash/CMakeFiles/ZERO_CHECK.dir
  37 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/xxtea/CMakeFiles/ext_xxtea.dir
  38 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/xxtea/CMakeFiles/ALL_BUILD.dir
  39 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/xxtea/CMakeFiles/ZERO_CHECK.dir
  40 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/clipper/CMakeFiles/ext_clipper.dir
  41 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/clipper/CMakeFiles/ALL_BUILD.dir
  42 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/clipper/CMakeFiles/ZERO_CHECK.dir
  43 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/edtaa3func/CMakeFiles/ext_edtaa3func.dir
  44 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/edtaa3func/CMakeFiles/ALL_BUILD.dir
  45 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/edtaa3func/CMakeFiles/ZERO_CHECK.dir
  46 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/ConvertUTF/CMakeFiles/ext_convertUTF.dir
  47 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/ConvertUTF/CMakeFiles/ALL_BUILD.dir
  48 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/ConvertUTF/CMakeFiles/ZERO_CHECK.dir
  49 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/poly2tri/CMakeFiles/ext_poly2tri.dir
  50 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/poly2tri/CMakeFiles/ALL_BUILD.dir
  51 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/poly2tri/CMakeFiles/ZERO_CHECK.dir
  52 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/md5/CMakeFiles/ext_md5.dir
  53 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/md5/CMakeFiles/ALL_BUILD.dir
  54 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/md5/CMakeFiles/ZERO_CHECK.dir
  55 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/curl/CMakeFiles/ALL_BUILD.dir
  56 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/curl/CMakeFiles/ZERO_CHECK.dir
  57 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/png/CMakeFiles/ALL_BUILD.dir
  58 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/png/CMakeFiles/ZERO_CHECK.dir
  59 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/unzip/CMakeFiles/ext_unzip.dir
  60 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/unzip/CMakeFiles/ALL_BUILD.dir
  61 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/unzip/CMakeFiles/ZERO_CHECK.dir
  62 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/glsl-optimizer/CMakeFiles/ALL_BUILD.dir
  63 +/Users/xiaoyu/xiaoyu/code/go/ishow/wow_english/ios/cocosgame/engine/external/glsl-optimizer/CMakeFiles/ZERO_CHECK.dir
... ...
ios/cocosgame/CMakeFiles/cmake.check_cache 0 → 100644
  1 +# This file is generated by cmake for dependency checking of the CMakeCache.txt file
... ...