aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut.podspec
diff options
context:
space:
mode:
authorAllan Beaufour2015-10-07 12:52:59 -0400
committerAllan Beaufour2015-10-07 12:52:59 -0400
commitded95506c6bc8f6c839b1efaf2fc04923498e894 (patch)
tree978121a3c8cedf63f8014a427c72dab216024816 /MASShortcut.podspec
parentb99a1a4dc431e90b3404cfc1f15b0dd7c2846323 (diff)
downloadMASShortcut-ded95506c6bc8f6c839b1efaf2fc04923498e894.tar.bz2
fixes localized strings when using CocoaPods
Puts strings inside a MASShortcut resource bundle, and looks for locallized strings inside that bundle when used as a CocoaPod
Diffstat (limited to 'MASShortcut.podspec')
-rw-r--r--MASShortcut.podspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/MASShortcut.podspec b/MASShortcut.podspec
index 2b66035..8369046 100644
--- a/MASShortcut.podspec
+++ b/MASShortcut.podspec
@@ -1,3 +1,4 @@
+# coding: utf-8
Pod::Spec.new do |s|
s.name = 'MASShortcut'
s.version = '2.3.1'
@@ -14,4 +15,5 @@ Pod::Spec.new do |s|
s.exclude_files = 'Framework/*Tests.m'
s.osx.frameworks = 'Carbon', 'AppKit'
s.requires_arc = true
+ s.osx.resource_bundles = { 'MASShortcut' => ['*.lproj'] }
end