Skip to content

Commit 5d8b87a

Browse files
author
Stewart Miles
committed
Fixed IOSResolver errors when iOS support is not installed.
Also, added a mechanism to search for the pod executable in the Ruby Gems binary directory if it isn't found in common locations and fixed up some minor issues in the csproj files. BUG=32786297,32313588 Change-Id: I5899fff24439440cee09c9f0338c53061de223f5
1 parent 50df4f4 commit 5d8b87a

25 files changed

+121
-55
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.2.6 - Nov 15, 2016
2+
## Bug Fixes
3+
* Fixed IOSResolver errors when iOS support is not installed.
4+
* Added fallback to "pod" executable search which queries the Ruby Gems
5+
package manager for the binary install location.
6+
17
# Version 1.2.5 - Nov 3, 2016
28
## Bug Fixes
39
* Added crude support for source only Cocoapods to the IOSResolver.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ project.ext {
133133
buildPath = file('build').absolutePath
134134
exportPath = file('build/plugin.unitypackage').absolutePath
135135
dllDir = 'Assets/PlayServicesResolver/Editor'
136-
pluginVersion = '1.2.5.0'
136+
pluginVersion = '1.2.6.0'
137137
currentPluginPath = file('.').absolutePath
138138
currentPluginBasename = 'play-services-resolver'
139139
currentPluginName = (currentPluginBasename + '-' + pluginVersion +

exploded/Assets/PlayServicesResolver/Editor.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.

exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.5.0.dll.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.6.0.dll.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.5.0.dll renamed to exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.6.0.dll

52 KB
Binary file not shown.

exploded/Assets/PlayServicesResolver/Editor/Google.IOSResolver_v1.2.5.0.dll.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.JarResolver_v1.2.6.0.dll.meta

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exploded/Assets/PlayServicesResolver/Editor/Google.VersionHandler_v1.2.5.0.dll renamed to exploded/Assets/PlayServicesResolver/Editor/Google.VersionHandler_v1.2.6.0.dll

21.5 KB
Binary file not shown.

exploded/Assets/PlayServicesResolver/Editor/Google.VersionHandler_v1.2.5.0.dll.meta renamed to exploded/Assets/PlayServicesResolver/Editor/Google.VersionHandler_v1.2.6.0.dll.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)