File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ set(FIREBASE_INSTANCE_ID_POD_VERSION "4.3.1"
2525
2626# https://github.com/googlesamples/unity-jar-resolver
2727set (FIREBASE_UNITY_JAR_RESOLVER_VERSION
28- "1.2.164 "
28+ "1.2.165 "
2929 CACHE STRING
3030 "Version tag of Play Services Resolver to download and use (no trailing .0)"
3131)
Original file line number Diff line number Diff line change 1717
1818mono_add_external_dll(unity_editor_cs "${UNITY_EDITOR_DLL} " )
1919mono_add_external_dll(unity_engine_cs "${UNITY_ENGINE_DLL} " )
20-
2120if (APPLE )
2221 mono_add_external_dll(unity_ios_extensions_xcode_cs "${UNITY_EDITOR_IOS_XCODE_DLL} " )
2322endif ()
2423
2524# Dont pack libraries shipped with unity
2625unity_pack_skip(unity_editor_cs)
2726unity_pack_skip(unity_engine_cs)
28- unity_pack_skip(unity_ios_extensions_xcode_cs)
27+ if (APPLE )
28+ unity_pack_skip(unity_ios_extensions_xcode_cs)
29+ endif ()
2930
3031mono_add_library(google_minijson_cs
3132 MODULE
You can’t perform that action at this time.
0 commit comments