Proj // Move IME to IMEModules folder.
This commit is contained in:
parent
7cb3da3621
commit
bc2440e434
|
@ -412,6 +412,7 @@
|
||||||
children = (
|
children = (
|
||||||
D4A13D5927A59D5C003BE359 /* ctlInputMethod.swift */,
|
D4A13D5927A59D5C003BE359 /* ctlInputMethod.swift */,
|
||||||
5BB802D927FABA8300CF1C19 /* ctlInputMethod_Menu.swift */,
|
5BB802D927FABA8300CF1C19 /* ctlInputMethod_Menu.swift */,
|
||||||
|
5B5E535127EF261400C6AA1E /* IME.swift */,
|
||||||
5B62A33127AE792F00A19448 /* InputSourceHelper.swift */,
|
5B62A33127AE792F00A19448 /* InputSourceHelper.swift */,
|
||||||
5B62A33527AE795800A19448 /* mgrPrefs.swift */,
|
5B62A33527AE795800A19448 /* mgrPrefs.swift */,
|
||||||
);
|
);
|
||||||
|
@ -680,7 +681,6 @@
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
D427F76B278CA1BA004A2160 /* AppDelegate.swift */,
|
D427F76B278CA1BA004A2160 /* AppDelegate.swift */,
|
||||||
5B5E535127EF261400C6AA1E /* IME.swift */,
|
|
||||||
D47B92BF27972AC800458394 /* main.swift */,
|
D47B92BF27972AC800458394 /* main.swift */,
|
||||||
5B62A31F27AE74E900A19448 /* ControllerModules */,
|
5B62A31F27AE74E900A19448 /* ControllerModules */,
|
||||||
5B62A32127AE755D00A19448 /* FileHandlers */,
|
5B62A32127AE755D00A19448 /* FileHandlers */,
|
||||||
|
|
Loading…
Reference in New Issue