Skip to content

Commit 7675ea7

Browse files
author
Stewart Miles
committed
Version 1.2.144
-- Changed * iOS Resolver: Removed the ability to configure the Xcode target a Cocoapod is added to. -- Bug Fixes * iOS Resolver: Reverted support for adding Cocoapods to multiple targets as it caused a regression (exception thrown during post-build step) in some versions of Unity. Bug: 152165846 Change-Id: I9c46c4b223ba9edf43834837c03e4728d5026b48
1 parent df59a82 commit 7675ea7

File tree

52 files changed

+96
-76
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+96
-76
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ project.ext {
199199
// Solution which references all projects used by the plugin.
200200
pluginSolutionFile = new File(pluginSourceDir, "ExternalDependencyManager.sln")
201201
// Version of the plugin (update this with CHANGELOG.md on each release).
202-
pluginVersion = "1.2.143"
202+
pluginVersion = "1.2.144"
203203
// Base filename of the released plugin.
204204
currentPluginBasename = "external-dependency-manager"
205205
// Versioned release plugin file.

exploded/Assets/ExternalDependencyManager/Editor/CHANGELOG.md

Lines changed: 10 additions & 0 deletions

exploded/Assets/ExternalDependencyManager/Editor/CHANGELOG.md.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.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exploded/Assets/ExternalDependencyManager/Editor/Google.JarResolver_v1.2.143.dll.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/Google.IOSResolver_v1.2.144.dll.meta

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

0 commit comments

Comments
 (0)