Skip to content

Commit 46ea826

Browse files
committed
Version 1.2.170
- Version 1.2.170 - Apr 4, 2022 * Android Resolver - Fixes #498 - Fix the path separator of the Maven repo injected to `mainTemplate.gradle`. * iOS Resolver - Fixes #470 - Switch default Cocoapods master repo from Github to CDN. * iOS Resolver - `Link Framework Statically` setting is now default to `true`. That is, `use_frameworks! :linkage => static` will be added to `Podfile` by default instead of `use_frameworks!`. This can be changed in iOS Resolver settings. This fixes odd behaviors when pods include static libraries, ex. Firebase Analytics. * iOS Resolver - Added a workaround when app crashes on launch due to `Library not loaded: @rpath/libswiftCore.dylib` when some pods includes Swift framework. This is turned `OFF` by default and can be changed in iOS Resolver settings.
1 parent 04dc47c commit 46ea826

File tree

53 files changed

+125
-92
lines changed

Some content is hidden

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

53 files changed

+125
-92
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ project.ext {
226226
// Directory for testing.
227227
testDir = new File(scriptDirectory, "test_output")
228228
// Version of the plugin (update this with CHANGELOG.md on each release).
229-
pluginVersion = "1.2.169"
229+
pluginVersion = "1.2.170"
230230
// Directory that contains the template plugin.
231231
// Files under this directory are copied into the staging area for the
232232
// plugin.
-65.5 KB
Binary file not shown.
-14.5 KB
Binary file not shown.
69 KB
Binary file not shown.
14.9 KB
Binary file not shown.

exploded/Assets/ExternalDependencyManager/Editor/1.2.169/Google.IOSResolver.dll.mdb.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/1.2.170/Google.IOSResolver.dll.mdb.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.

exploded/Assets/ExternalDependencyManager/Editor/1.2.169/Google.IOSResolver.dll.meta renamed to exploded/Assets/ExternalDependencyManager/Editor/1.2.170/Google.IOSResolver.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.
342 KB
Binary file not shown.
70.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)