Repo // Use Xcode to manage miscellaneous root files.
This commit is contained in:
parent
1e7ada1598
commit
10126d2239
|
@ -164,6 +164,12 @@
|
|||
5B05A47F27AFF84200437698 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/frmAboutWindow.strings; sourceTree = "<group>"; };
|
||||
5B0AF8B427B2C8290096FE54 /* StringExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StringExtension.swift; sourceTree = "<group>"; };
|
||||
5B11328827B94CFB00E58451 /* AppleKeyboardConverter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleKeyboardConverter.swift; sourceTree = "<group>"; };
|
||||
5B18BA6F27C7BD8B0056EB19 /* LICENSE-CHS.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LICENSE-CHS.txt"; sourceTree = "<group>"; };
|
||||
5B18BA7027C7BD8B0056EB19 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
||||
5B18BA7127C7BD8B0056EB19 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
||||
5B18BA7227C7BD8B0056EB19 /* LICENSE.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE.txt; sourceTree = "<group>"; };
|
||||
5B18BA7327C7BD8C0056EB19 /* LICENSE-JPN.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LICENSE-JPN.txt"; sourceTree = "<group>"; };
|
||||
5B18BA7427C7BD8C0056EB19 /* LICENSE-CHT.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "LICENSE-CHT.txt"; sourceTree = "<group>"; };
|
||||
5B2DB16D27AF6891006D874E /* data-chs.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "data-chs.txt"; path = "Data/data-chs.txt"; sourceTree = "<group>"; };
|
||||
5B2DB16E27AF6891006D874E /* data-cht.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "data-cht.txt"; path = "Data/data-cht.txt"; sourceTree = "<group>"; };
|
||||
5B2DB17127AF8771006D874E /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = Data/Makefile; sourceTree = "<group>"; };
|
||||
|
@ -337,6 +343,18 @@
|
|||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
5B18BA7527C7BF6D0056EB19 /* MiscRootFiles */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
5B18BA6F27C7BD8B0056EB19 /* LICENSE-CHS.txt */,
|
||||
5B18BA7427C7BD8C0056EB19 /* LICENSE-CHT.txt */,
|
||||
5B18BA7327C7BD8C0056EB19 /* LICENSE-JPN.txt */,
|
||||
5B18BA7227C7BD8B0056EB19 /* LICENSE.txt */,
|
||||
5B18BA7127C7BD8B0056EB19 /* README.md */,
|
||||
);
|
||||
name = MiscRootFiles;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
5B62A30127AE732800A19448 /* 3rdParty */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
|
@ -644,12 +662,14 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
5BBD627827B6C4D900271480 /* Update-Info.plist */,
|
||||
5B18BA7027C7BD8B0056EB19 /* Makefile */,
|
||||
6ACA41E715FC1D9000935EF6 /* Installer */,
|
||||
6A0D4EC215FC0D3C00ABF4B3 /* Source */,
|
||||
5BD05BB927B2A429004C4F1D /* UserPhraseEditor */,
|
||||
5BDC5CB127C28E8B00E1CCE2 /* KeyboardExtension */,
|
||||
6A0D4EA315FC0D2D00ABF4B3 /* Products */,
|
||||
D47D73C127A7200500255A50 /* Frameworks */,
|
||||
5BDC5CB127C28E8B00E1CCE2 /* KeyboardExtension */,
|
||||
5B18BA7527C7BF6D0056EB19 /* MiscRootFiles */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue