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"
25
25
26
26
# https://github.com/googlesamples/unity-jar-resolver
27
27
set (FIREBASE_UNITY_JAR_RESOLVER_VERSION
28
- "1.2.164 "
28
+ "1.2.165 "
29
29
CACHE STRING
30
30
"Version tag of Play Services Resolver to download and use (no trailing .0)"
31
31
)
Original file line number Diff line number Diff line change 17
17
18
18
mono_add_external_dll (unity_editor_cs "${UNITY_EDITOR_DLL} " )
19
19
mono_add_external_dll (unity_engine_cs "${UNITY_ENGINE_DLL} " )
20
-
21
20
if (APPLE )
22
21
mono_add_external_dll (unity_ios_extensions_xcode_cs "${UNITY_EDITOR_IOS_XCODE_DLL} " )
23
22
endif ()
24
23
25
24
# Dont pack libraries shipped with unity
26
25
unity_pack_skip (unity_editor_cs )
27
26
unity_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 ()
29
30
30
31
mono_add_library (google_minijson_cs
31
32
MODULE
You can’t perform that action at this time.
0 commit comments