Skip to content

Commit

Permalink
MunkiStatus.app Info.plist localization fixes (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzylogiq authored and gregneagle committed Jan 7, 2019
1 parent 88d9858 commit 4d8b05c
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
40 changes: 40 additions & 0 deletions code/apps/MunkiStatus/MunkiStatus.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
9B28B78821E3B88F002C58D2 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 9B28B78A21E3B88F002C58D2 /* InfoPlist.strings */; };
C0168E9020B1E1D80027BD78 /* LogViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0168E8F20B1E1D80027BD78 /* LogViewController.swift */; };
C04F824E20BB157800F9C57D /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = C04F825020BB157800F9C57D /* Localizable.strings */; };
C04F825D20BB15F500F9C57D /* Localization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C04F825C20BB15F500F9C57D /* Localization.swift */; };
Expand All @@ -18,6 +19,21 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
9B28B78921E3B88F002C58D2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B78B21E3B892002C58D2 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B78C21E3B894002C58D2 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B78D21E3B896002C58D2 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B78E21E3B899002C58D2 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B78F21E3B89C002C58D2 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B79021E3B89E002C58D2 /* da */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = da; path = da.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B79121E3B8A0002C58D2 /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B79221E3B8A3002C58D2 /* nb */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb; path = nb.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B79321E3B8A6002C58D2 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B79421E3B8A9002C58D2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B79521E3B8AB002C58D2 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = "<group>"; };
9B28B79621E3B8AD002C58D2 /* en-AU */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-AU"; path = "en-AU.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
9B28B79721E3B8B0002C58D2 /* en-CA */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-CA"; path = "en-CA.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
9B28B79821E3B8B2002C58D2 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
C0168E8F20B1E1D80027BD78 /* LogViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LogViewController.swift; sourceTree = "<group>"; };
C0168E9120B2939B0027BD78 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/MainMenu.strings; sourceTree = "<group>"; };
C04F823F20BA8E9000F9C57D /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/MainMenu.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -96,6 +112,7 @@
C0544D4D20AF0EDA00DC86F6 /* Assets.xcassets */,
C0544D4F20AF0EDA00DC86F6 /* MainMenu.xib */,
C04F826020BB213700F9C57D /* Info.plist */,
9B28B78A21E3B88F002C58D2 /* InfoPlist.strings */,
C04F825020BB157800F9C57D /* Localizable.strings */,
);
path = MunkiStatus;
Expand Down Expand Up @@ -181,6 +198,7 @@
buildActionMask = 2147483647;
files = (
C0544D4E20AF0EDA00DC86F6 /* Assets.xcassets in Resources */,
9B28B78821E3B88F002C58D2 /* InfoPlist.strings in Resources */,
C04F824E20BB157800F9C57D /* Localizable.strings in Resources */,
C0544D5120AF0EDA00DC86F6 /* MainMenu.xib in Resources */,
);
Expand Down Expand Up @@ -221,6 +239,28 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
9B28B78A21E3B88F002C58D2 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
9B28B78921E3B88F002C58D2 /* en */,
9B28B78B21E3B892002C58D2 /* fr */,
9B28B78C21E3B894002C58D2 /* de */,
9B28B78D21E3B896002C58D2 /* es */,
9B28B78E21E3B899002C58D2 /* it */,
9B28B78F21E3B89C002C58D2 /* nl */,
9B28B79021E3B89E002C58D2 /* da */,
9B28B79121E3B8A0002C58D2 /* fi */,
9B28B79221E3B8A3002C58D2 /* nb */,
9B28B79321E3B8A6002C58D2 /* sv */,
9B28B79421E3B8A9002C58D2 /* ru */,
9B28B79521E3B8AB002C58D2 /* ja */,
9B28B79621E3B8AD002C58D2 /* en-AU */,
9B28B79721E3B8B0002C58D2 /* en-CA */,
9B28B79821E3B8B2002C58D2 /* en-GB */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
C04F825020BB157800F9C57D /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
Expand Down
6 changes: 6 additions & 0 deletions code/apps/MunkiStatus/MunkiStatus/Info.plist
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconFile</key>
Expand All @@ -22,6 +24,10 @@
<string>1</string>
<key>GitRevision</key>
<string></string>
<key>LSApplicationCategoryType</key>
<string></string>
<key>LSHasLocalizedDisplayName</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
5 changes: 5 additions & 0 deletions code/apps/MunkiStatus/MunkiStatus/en.lproj/InfoPlist.strings
@@ -0,0 +1,5 @@
/* InfoPlist.strings */

"CFBundleName" = "MunkiStatus";
"CFBundleDisplayName" = "MunkiStatus";
NSHumanReadableCopyright = "Copyright � 2010-2018 The Munki Project\nhttps://github.com/munki/munki";

0 comments on commit 4d8b05c

Please sign in to comment.