1
This commit is contained in:
@@ -35,6 +35,11 @@
|
||||
04286A062ECC81B200CE730C /* KBSkinService.m in Sources */ = {isa = PBXBuildFile; fileRef = 04286A052ECC81B200CE730C /* KBSkinService.m */; };
|
||||
04286A0B2ECD88B400CE730C /* KeyboardAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04286A0A2ECD88B400CE730C /* KeyboardAssets.xcassets */; };
|
||||
04286A132ECDEBF900CE730C /* KBSkinIconMap.strings in Resources */ = {isa = PBXBuildFile; fileRef = 041007D12ECE012000D203BB /* KBSkinIconMap.strings */; };
|
||||
043213A32F5528140065C888 /* bopomofo_to_chinese.json in Resources */ = {isa = PBXBuildFile; fileRef = 043213A12F5528140065C888 /* bopomofo_to_chinese.json */; };
|
||||
043213A42F5528140065C888 /* pinyin_to_traditional.json in Resources */ = {isa = PBXBuildFile; fileRef = 043213A22F5528140065C888 /* pinyin_to_traditional.json */; };
|
||||
043213A62F5561FD0065C888 /* kb_keyboard_layouts_i18n.json in Resources */ = {isa = PBXBuildFile; fileRef = 043213A52F5561FD0065C888 /* kb_keyboard_layouts_i18n.json */; };
|
||||
043213A92F5566EF0065C888 /* kb_input_profiles.json in Resources */ = {isa = PBXBuildFile; fileRef = 043213A72F5566EF0065C888 /* kb_input_profiles.json */; };
|
||||
043213AA2F5566EF0065C888 /* kb_input_profiles.json in Resources */ = {isa = PBXBuildFile; fileRef = 043213A72F5566EF0065C888 /* kb_input_profiles.json */; };
|
||||
043FBCD22EAF97630036AFE1 /* KBPermissionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 04C6EAE12EAF940F0089C901 /* KBPermissionViewController.m */; };
|
||||
0450AA742EF013D000B6AF06 /* KBEmojiCollectionCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 0450AA732EF013D000B6AF06 /* KBEmojiCollectionCell.m */; };
|
||||
0450AAE22EF03D5100B6AF06 /* KBPerson.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0450AAE12EF03D5100B6AF06 /* KBPerson.swift */; };
|
||||
@@ -383,6 +388,10 @@
|
||||
04286A042ECC81B200CE730C /* KBSkinService.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBSkinService.h; sourceTree = "<group>"; };
|
||||
04286A052ECC81B200CE730C /* KBSkinService.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KBSkinService.m; sourceTree = "<group>"; };
|
||||
04286A0A2ECD88B400CE730C /* KeyboardAssets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = KeyboardAssets.xcassets; sourceTree = "<group>"; };
|
||||
043213A12F5528140065C888 /* bopomofo_to_chinese.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = bopomofo_to_chinese.json; sourceTree = "<group>"; };
|
||||
043213A22F5528140065C888 /* pinyin_to_traditional.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = pinyin_to_traditional.json; sourceTree = "<group>"; };
|
||||
043213A52F5561FD0065C888 /* kb_keyboard_layouts_i18n.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = kb_keyboard_layouts_i18n.json; sourceTree = "<group>"; };
|
||||
043213A72F5566EF0065C888 /* kb_input_profiles.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = kb_input_profiles.json; sourceTree = "<group>"; };
|
||||
0450AA722EF013D000B6AF06 /* KBEmojiCollectionCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KBEmojiCollectionCell.h; sourceTree = "<group>"; };
|
||||
0450AA732EF013D000B6AF06 /* KBEmojiCollectionCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KBEmojiCollectionCell.m; sourceTree = "<group>"; };
|
||||
0450AAE02EF03D5100B6AF06 /* keyBoard-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "keyBoard-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
@@ -917,8 +926,11 @@
|
||||
children = (
|
||||
A1B2C3EC2F20000000000001 /* kb_words.txt */,
|
||||
A1B2C3F02F20000000000002 /* kb_keyboard_layout_config.json */,
|
||||
043213A52F5561FD0065C888 /* kb_keyboard_layouts_i18n.json */,
|
||||
0498BDF42EEC50EE006CC1D5 /* emoji_categories.json */,
|
||||
041007D12ECE012000D203BB /* KBSkinIconMap.strings */,
|
||||
043213A12F5528140065C888 /* bopomofo_to_chinese.json */,
|
||||
043213A22F5528140065C888 /* pinyin_to_traditional.json */,
|
||||
);
|
||||
path = Resource;
|
||||
sourceTree = "<group>";
|
||||
@@ -1039,6 +1051,14 @@
|
||||
path = Chat;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
043213A82F5566EF0065C888 /* Resource */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
043213A72F5566EF0065C888 /* kb_input_profiles.json */,
|
||||
);
|
||||
path = Resource;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
0450ABFB2EF11E4400B6AF06 /* Converts */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -2079,6 +2099,7 @@
|
||||
04FC98002EB36AAB007BD342 /* Shared */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
043213A82F5566EF0065C888 /* Resource */,
|
||||
04A9FE1F2EB893F10020DB6D /* Localization */,
|
||||
04FC98012EB36AAB007BD342 /* KBConfig.h */,
|
||||
04122F592EC5D40000EF7AB3 /* KBAPI.h */,
|
||||
@@ -2267,7 +2288,11 @@
|
||||
A1B2C3ED2F20000000000001 /* kb_words.txt in Resources */,
|
||||
A1B2C3F12F20000000000002 /* kb_keyboard_layout_config.json in Resources */,
|
||||
0498BDF52EEC50EE006CC1D5 /* emoji_categories.json in Resources */,
|
||||
043213A32F5528140065C888 /* bopomofo_to_chinese.json in Resources */,
|
||||
043213A42F5528140065C888 /* pinyin_to_traditional.json in Resources */,
|
||||
043213AA2F5566EF0065C888 /* kb_input_profiles.json in Resources */,
|
||||
04286A0B2ECD88B400CE730C /* KeyboardAssets.xcassets in Resources */,
|
||||
043213A62F5561FD0065C888 /* kb_keyboard_layouts_i18n.json in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -2291,6 +2316,7 @@
|
||||
04C6EABD2EAF86530089C901 /* Main.storyboard in Resources */,
|
||||
046086CB2F1A092500757C95 /* comments_mock.json in Resources */,
|
||||
04E038E32F20E500002CA5A0 /* deepgramAPI.md in Resources */,
|
||||
043213A92F5566EF0065C888 /* kb_input_profiles.json in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user