From 1ad6c78d834077194d5c76795bbdc66159cda5da Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Mon, 11 Jul 2022 15:03:19 -0700 Subject: [PATCH] Fix missing Polish declarations in project There were still missing things. Signed-off-by: Christopher Snowhill --- Cog.xcodeproj/project.pbxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cog.xcodeproj/project.pbxproj b/Cog.xcodeproj/project.pbxproj index 13a2f21cd..48ccdc8d6 100644 --- a/Cog.xcodeproj/project.pbxproj +++ b/Cog.xcodeproj/project.pbxproj @@ -1077,6 +1077,9 @@ 83F0E6A9287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/SpectrumWindow.strings; sourceTree = ""; }; 83F0E6AA287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/SpotlightPanel.strings; sourceTree = ""; }; 83F0E6AB287CAB3800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Feedback.strings; sourceTree = ""; }; + 83F0E8AD287CD48800D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; + 83F0E8B1287CD50700D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = ""; }; + 83F0E8B2287CD52500D84594 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = pl; path = pl.lproj/Credits.html; sourceTree = ""; }; 83F9D7F11A884B44007ABEC2 /* SilenceDecoder.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SilenceDecoder.xcodeproj; path = Plugins/SilenceDecoder/SilenceDecoder.xcodeproj; sourceTree = ""; }; 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 8E07AB760AAC930B00A4B32F /* PreferencesController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PreferencesController.h; path = Preferences/PreferencesController.h; sourceTree = ""; }; @@ -2850,6 +2853,7 @@ children = ( 833F681E1CDBCAA700AFB9F0 /* es */, 835C888C22CC1882001B4B3F /* en */, + 83F0E8AD287CD48800D84594 /* pl */, ); name = InfoPlist.strings; sourceTree = ""; @@ -2934,6 +2938,7 @@ children = ( 833F68251CDBCAA800AFB9F0 /* es */, 835C888B22CC1881001B4B3F /* en */, + 83F0E8B2287CD52500D84594 /* pl */, ); name = Credits.html; sourceTree = ""; @@ -2976,6 +2981,7 @@ children = ( 833F681F1CDBCAA800AFB9F0 /* es */, 835C888D22CC1882001B4B3F /* en */, + 83F0E8B1287CD50700D84594 /* pl */, ); name = Localizable.strings; sourceTree = "";