mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 06:13:25 +01:00
[PR #33] [MERGED] Fix localization by getting the framework bundle #97
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UrbanApps/Armchair/pull/33
Author: @phimage
Created: 12/11/2015
Status: ✅ Merged
Merged: 12/14/2015
Merged by: @coneybeare
Base:
master← Head:patch-1📝 Commits (1)
ce4d4a4Fix localization by getting the framework bundle📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
Source/Armchair.swift(+1 -1)📄 Description
I use compiled framework (with cocoapod or carthage)
Localization does'nt work because main bundle is used (there is no .bundle)
So the fix allow to use the correct framework bundle
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.