mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-24 14:31:48 +00:00
no message
This commit is contained in:
parent
71ae7a03e5
commit
4c392a3ace
@ -7,6 +7,7 @@
|
|||||||
objects = {
|
objects = {
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
|
C2AC9C131E1E5D200085C7DE /* UnreadMessageCountsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0A18D661E16874D004C6734 /* UnreadMessageCountsView.swift */; };
|
||||||
D003E4E61B38DBDB00C22CBC /* MessageHistoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D003E4E51B38DBDB00C22CBC /* MessageHistoryView.swift */; };
|
D003E4E61B38DBDB00C22CBC /* MessageHistoryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D003E4E51B38DBDB00C22CBC /* MessageHistoryView.swift */; };
|
||||||
D0079F5A1D592E8B00A27A2C /* ContactTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0079F591D592E8B00A27A2C /* ContactTable.swift */; };
|
D0079F5A1D592E8B00A27A2C /* ContactTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0079F591D592E8B00A27A2C /* ContactTable.swift */; };
|
||||||
D0079F631D5A242500A27A2C /* ContactPeerIdsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0079F621D5A242500A27A2C /* ContactPeerIdsView.swift */; };
|
D0079F631D5A242500A27A2C /* ContactPeerIdsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0079F621D5A242500A27A2C /* ContactPeerIdsView.swift */; };
|
||||||
@ -753,6 +754,7 @@
|
|||||||
isa = PBXSourcesBuildPhase;
|
isa = PBXSourcesBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
|
C2AC9C131E1E5D200085C7DE /* UnreadMessageCountsView.swift in Sources */,
|
||||||
D0B418481D7DFE20004562A4 /* MessageHistoryView.swift in Sources */,
|
D0B418481D7DFE20004562A4 /* MessageHistoryView.swift in Sources */,
|
||||||
D0F7B1DF1E045C6A007EB8A5 /* ItemCacheMetaTable.swift in Sources */,
|
D0F7B1DF1E045C6A007EB8A5 /* ItemCacheMetaTable.swift in Sources */,
|
||||||
D0F7B1C41E045C6A007EB8A5 /* GlobalMessageIdsTable.swift in Sources */,
|
D0F7B1C41E045C6A007EB8A5 /* GlobalMessageIdsTable.swift in Sources */,
|
||||||
|
@ -6,11 +6,15 @@
|
|||||||
<dict>
|
<dict>
|
||||||
<key>Postbox.xcscheme</key>
|
<key>Postbox.xcscheme</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>isShown</key>
|
||||||
|
<false/>
|
||||||
<key>orderHint</key>
|
<key>orderHint</key>
|
||||||
<integer>5</integer>
|
<integer>5</integer>
|
||||||
</dict>
|
</dict>
|
||||||
<key>PostboxMac.xcscheme</key>
|
<key>PostboxMac.xcscheme</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
<key>isShown</key>
|
||||||
|
<false/>
|
||||||
<key>orderHint</key>
|
<key>orderHint</key>
|
||||||
<integer>6</integer>
|
<integer>6</integer>
|
||||||
</dict>
|
</dict>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user