Skip to content

Commit c49d541

Browse files
committed
Added support for the IOSResolver to preserve pods from Unity.
When GVR is enabled Unity creates a Podfile with the GVR sdk, which we parse and assume all of the pod dependencies in the Podfile we generate. Also, since this causes the workspace to be loaded, we don't need to inject dependencies from podfiles into the xcodeproject. Change-Id: I812663a9aa8f030b83411cf7b9c1731f488f3bfd
1 parent 0ca0837 commit c49d541

File tree

4 files changed

+360
-43
lines changed

4 files changed

+360
-43
lines changed

source/IOSResolver/IOSResolver.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,9 @@
6868
<Project>{82EEDFBE-AFE4-4DEF-99D9-BC929747DD9A}</Project>
6969
<Name>PlayServicesResolver</Name>
7070
</ProjectReference>
71+
<ProjectReference Include="..\VersionHandler\VersionHandler.csproj">
72+
<Project>{1E162334-8EA2-440A-9B3A-13FD8FE5C22E}</Project>
73+
<Name>VersionHandler</Name>
74+
</ProjectReference>
7175
</ItemGroup>
7276
</Project>

0 commit comments

Comments
 (0)