|
|
|
@ -136,6 +136,7 @@
|
|
|
|
|
768A1A2B17FC9CD300E00ED8 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 768A1A2A17FC9CD300E00ED8 /* libz.dylib */; };
|
|
|
|
|
76C87F19181EFCE600C4ACAB /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 76C87F18181EFCE600C4ACAB /* MediaPlayer.framework */; };
|
|
|
|
|
76EB054018170B33006006FC /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 76EB03C318170B33006006FC /* AppDelegate.m */; };
|
|
|
|
|
7B1581E2271E743B00848B49 /* OWSSounds.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B1581E1271E743B00848B49 /* OWSSounds.swift */; };
|
|
|
|
|
7B4C75CB26B37E0F0000AC89 /* UnsendRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4C75CA26B37E0F0000AC89 /* UnsendRequest.swift */; };
|
|
|
|
|
7B4C75CD26BB92060000AC89 /* DeletedMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4C75CC26BB92060000AC89 /* DeletedMessageView.swift */; };
|
|
|
|
|
7B7CB18B270591630079FF93 /* ShareLogsModal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B7CB18A270591630079FF93 /* ShareLogsModal.swift */; };
|
|
|
|
@ -1101,6 +1102,7 @@
|
|
|
|
|
76C87F18181EFCE600C4ACAB /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
|
|
|
|
|
76EB03C218170B33006006FC /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
|
|
76EB03C318170B33006006FC /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
|
|
7B1581E1271E743B00848B49 /* OWSSounds.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OWSSounds.swift; sourceTree = "<group>"; };
|
|
|
|
|
7B2DB2AD26F1B0FF0035B509 /* si */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = si; path = si.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
|
|
7B4C75CA26B37E0F0000AC89 /* UnsendRequest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnsendRequest.swift; sourceTree = "<group>"; };
|
|
|
|
|
7B4C75CC26BB92060000AC89 /* DeletedMessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeletedMessageView.swift; sourceTree = "<group>"; };
|
|
|
|
@ -3148,6 +3150,7 @@
|
|
|
|
|
C38EF308255B6DBE007E1867 /* OWSPreferences.m */,
|
|
|
|
|
C38EF288255B6D85007E1867 /* OWSSounds.h */,
|
|
|
|
|
C38EF28B255B6D86007E1867 /* OWSSounds.m */,
|
|
|
|
|
7B1581E1271E743B00848B49 /* OWSSounds.swift */,
|
|
|
|
|
C38EF2FB255B6DBD007E1867 /* OWSWindowManager.h */,
|
|
|
|
|
C38EF306255B6DBE007E1867 /* OWSWindowManager.m */,
|
|
|
|
|
C38EF2EC255B6DBA007E1867 /* ProximityMonitoringManager.swift */,
|
|
|
|
@ -4613,6 +4616,7 @@
|
|
|
|
|
B8B32021258B1A650020074B /* Contact.swift in Sources */,
|
|
|
|
|
C32C5C89256DD0D2003C73A2 /* Storage+Jobs.swift in Sources */,
|
|
|
|
|
C300A5FC2554B0A000555489 /* MessageReceiver.swift in Sources */,
|
|
|
|
|
7B1581E2271E743B00848B49 /* OWSSounds.swift in Sources */,
|
|
|
|
|
C32C5A76256DBBCF003C73A2 /* SignalAttachment.swift in Sources */,
|
|
|
|
|
C32C5CA4256DD1DC003C73A2 /* TSAccountManager.m in Sources */,
|
|
|
|
|
C352A3892557876500338F3E /* JobQueue.swift in Sources */,
|
|
|
|
|