mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-14 19:47:43 +00:00
feat(mac): change ff-NG to all lower case for Xcode 26.5 compile
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
This commit is contained in:
parent
77dafb3d75
commit
b7d0ddfdf1
1 changed files with 13 additions and 13 deletions
|
|
@ -145,12 +145,12 @@
|
|||
/* Begin PBXFileReference section */
|
||||
29015ABB2C58D86F00CCBB94 /* KMDataRepository.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KMDataRepository.h; sourceTree = "<group>"; };
|
||||
29015ABC2C58D86F00CCBB94 /* KMDataRepository.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KMDataRepository.m; sourceTree = "<group>"; };
|
||||
2901BA8A292332B3009903EC /* ff-NG */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-NG"; path = "ff-NG.lproj/KMAboutWindowController.strings"; sourceTree = "<group>"; };
|
||||
2901BA8B292332B3009903EC /* ff-NG */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-NG"; path = "ff-NG.lproj/preferences.strings"; sourceTree = "<group>"; };
|
||||
2901BA8C292332B3009903EC /* ff-NG */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-NG"; path = "ff-NG.lproj/KMInfoWindowController.strings"; sourceTree = "<group>"; };
|
||||
2901BA8D292332B3009903EC /* ff-NG */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-NG"; path = "ff-NG.lproj/KMKeyboardHelpWindowController.strings"; sourceTree = "<group>"; };
|
||||
2901BA8E292332B4009903EC /* ff-NG */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-NG"; path = "ff-NG.lproj/MainMenu.strings"; sourceTree = "<group>"; };
|
||||
2901BA8F292332CF009903EC /* ff-NG */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-NG"; path = "ff-NG.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
||||
2901BA8A292332B3009903EC /* ff-ng */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-ng"; path = "ff-ng.lproj/KMAboutWindowController.strings"; sourceTree = "<group>"; };
|
||||
2901BA8B292332B3009903EC /* ff-ng */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-ng"; path = "ff-ng.lproj/preferences.strings"; sourceTree = "<group>"; };
|
||||
2901BA8C292332B3009903EC /* ff-ng */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-ng"; path = "ff-ng.lproj/KMInfoWindowController.strings"; sourceTree = "<group>"; };
|
||||
2901BA8D292332B3009903EC /* ff-ng */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-ng"; path = "ff-ng.lproj/KMKeyboardHelpWindowController.strings"; sourceTree = "<group>"; };
|
||||
2901BA8E292332B4009903EC /* ff-ng */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-ng"; path = "ff-ng.lproj/MainMenu.strings"; sourceTree = "<group>"; };
|
||||
2901BA8F292332CF009903EC /* ff-ng */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "ff-ng"; path = "ff-ng.lproj/Localizable.strings"; sourceTree = "<group>"; };
|
||||
290BC67E274B9DB1005CD1C3 /* KMPackageInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KMPackageInfo.h; sourceTree = "<group>"; };
|
||||
290BC67F274B9DB1005CD1C3 /* KMPackageInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KMPackageInfo.m; sourceTree = "<group>"; };
|
||||
290BC75C274F3FD7005CD1C3 /* KMKeyboardInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KMKeyboardInfo.h; sourceTree = "<group>"; };
|
||||
|
|
@ -835,7 +835,7 @@
|
|||
"es-419",
|
||||
nl,
|
||||
"zh-Hans",
|
||||
"ff-NG",
|
||||
"ff-ng",
|
||||
cs,
|
||||
kn,
|
||||
sv,
|
||||
|
|
@ -1103,7 +1103,7 @@
|
|||
29B70A23283CB6680086B580 /* es-419 */,
|
||||
29B27FF229062FF50036917E /* nl */,
|
||||
29B6BB5B292239B4008F04BD /* zh-Hans */,
|
||||
2901BA8A292332B3009903EC /* ff-NG */,
|
||||
2901BA8A292332B3009903EC /* ff-ng */,
|
||||
298566BC29802962004ACA95 /* cs */,
|
||||
29781101297FB262007C886D /* kn */,
|
||||
298566C82980C9AD004ACA95 /* sv */,
|
||||
|
|
@ -1131,7 +1131,7 @@
|
|||
29B70A24283CB6690086B580 /* es-419 */,
|
||||
29B27FF329062FF50036917E /* nl */,
|
||||
29B6BB5C292239B4008F04BD /* zh-Hans */,
|
||||
2901BA8B292332B3009903EC /* ff-NG */,
|
||||
2901BA8B292332B3009903EC /* ff-ng */,
|
||||
298566BD29802963004ACA95 /* cs */,
|
||||
29781102297FB262007C886D /* kn */,
|
||||
298566C92980C9AD004ACA95 /* sv */,
|
||||
|
|
@ -1159,7 +1159,7 @@
|
|||
29B70A28283CB6900086B580 /* es-419 */,
|
||||
29B27FF7290630170036917E /* nl */,
|
||||
29B6BB60292239DC008F04BD /* zh-Hans */,
|
||||
2901BA8F292332CF009903EC /* ff-NG */,
|
||||
2901BA8F292332CF009903EC /* ff-ng */,
|
||||
298566C129802970004ACA95 /* cs */,
|
||||
29781106297FB27E007C886D /* kn */,
|
||||
298566CD2980C9B9004ACA95 /* sv */,
|
||||
|
|
@ -1187,7 +1187,7 @@
|
|||
29B70A25283CB66A0086B580 /* es-419 */,
|
||||
29B27FF429062FF50036917E /* nl */,
|
||||
29B6BB5D292239B4008F04BD /* zh-Hans */,
|
||||
2901BA8C292332B3009903EC /* ff-NG */,
|
||||
2901BA8C292332B3009903EC /* ff-ng */,
|
||||
298566BE29802963004ACA95 /* cs */,
|
||||
29781103297FB263007C886D /* kn */,
|
||||
298566CA2980C9AD004ACA95 /* sv */,
|
||||
|
|
@ -1216,7 +1216,7 @@
|
|||
29B70A26283CB66B0086B580 /* es-419 */,
|
||||
29B27FF529062FF60036917E /* nl */,
|
||||
29B6BB5E292239B4008F04BD /* zh-Hans */,
|
||||
2901BA8D292332B3009903EC /* ff-NG */,
|
||||
2901BA8D292332B3009903EC /* ff-ng */,
|
||||
298566BF29802963004ACA95 /* cs */,
|
||||
29781104297FB263007C886D /* kn */,
|
||||
298566CB2980C9AE004ACA95 /* sv */,
|
||||
|
|
@ -1245,7 +1245,7 @@
|
|||
29B70A27283CB66C0086B580 /* es-419 */,
|
||||
29B27FF629062FF60036917E /* nl */,
|
||||
29B6BB5F292239B4008F04BD /* zh-Hans */,
|
||||
2901BA8E292332B4009903EC /* ff-NG */,
|
||||
2901BA8E292332B4009903EC /* ff-ng */,
|
||||
298566C029802963004ACA95 /* cs */,
|
||||
29781105297FB263007C886D /* kn */,
|
||||
298566CC2980C9AE004ACA95 /* sv */,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue