|
340 | 340 | B640C4771A477B0F005C7C8A /* TSAttachementsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = B640C4761A477B0F005C7C8A /* TSAttachementsTest.m */; }; |
341 | 341 | B65031CF1A7862AA002EBBBD /* SignedPreKeyDeletionTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B65031CE1A7862AA002EBBBD /* SignedPreKeyDeletionTests.m */; }; |
342 | 342 | B65EDA1219E1BE6400AAA7CB /* RPAPICall.m in Sources */ = {isa = PBXBuildFile; fileRef = B65EDA1119E1BE6400AAA7CB /* RPAPICall.m */; }; |
| 343 | + B66B9F721AEA6D1100E2E609 /* NotificationSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B66B9F711AEA6D1100E2E609 /* NotificationSettingsViewController.m */; }; |
| 344 | + B66B9F7D1AEAF40500E2E609 /* NotificationSettingsOptionsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B66B9F7C1AEAF40500E2E609 /* NotificationSettingsOptionsViewController.m */; }; |
343 | 345 | B66DBF4A19D5BBC8006EA940 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B66DBF4919D5BBC8006EA940 /* Images.xcassets */; }; |
344 | 346 | B671B2461A93B238002BBD9D /* GroupContactsResult.m in Sources */ = {isa = PBXBuildFile; fileRef = B671B2451A93B238002BBD9D /* GroupContactsResult.m */; }; |
345 | 347 | B67ADDC41989FF8700E1A773 /* RPServerRequestsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B67ADDC31989FF8700E1A773 /* RPServerRequestsManager.m */; }; |
|
405 | 407 | B6F509971AA53F760068F56A /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = B6F509951AA53F760068F56A /* Localizable.strings */; }; |
406 | 408 | B6FAAAE81A41BC6C007FEC1D /* TSAttachmentPointer.m in Sources */ = {isa = PBXBuildFile; fileRef = B6FAAAE71A41BC6C007FEC1D /* TSAttachmentPointer.m */; }; |
407 | 409 | B6FAAAEE1A41C918007FEC1D /* TSAttachmentStream.m in Sources */ = {isa = PBXBuildFile; fileRef = B6FAAAED1A41C918007FEC1D /* TSAttachmentStream.m */; }; |
| 410 | + B6FE7EB71ADD62FA00A6D22F /* PushKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B6FE7EB61ADD62FA00A6D22F /* PushKit.framework */; }; |
| 411 | + B6FE7EBA1ADD63AE00A6D22F /* NSData+ows_StripToken.m in Sources */ = {isa = PBXBuildFile; fileRef = B6FE7EB91ADD63AE00A6D22F /* NSData+ows_StripToken.m */; }; |
408 | 412 | B90418E6183E9DD40038554A /* DateUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = B90418E5183E9DD40038554A /* DateUtil.m */; }; |
409 | 413 | B90418E7183E9DD40038554A /* DateUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = B90418E5183E9DD40038554A /* DateUtil.m */; }; |
410 | 414 | B96A3100187DA1B600648F3E /* HelveticaNeueLTStd-Bd.otf in Resources */ = {isa = PBXBuildFile; fileRef = B96A30FE187DA1B600648F3E /* HelveticaNeueLTStd-Bd.otf */; }; |
|
946 | 950 | B65EDA1019E1BE6400AAA7CB /* RPAPICall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RPAPICall.h; sourceTree = "<group>"; }; |
947 | 951 | B65EDA1119E1BE6400AAA7CB /* RPAPICall.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RPAPICall.m; sourceTree = "<group>"; }; |
948 | 952 | B661C211198EE2EA00548CA1 /* iOSVersions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = iOSVersions.h; path = src/environment/iOSVersions.h; sourceTree = "<group>"; }; |
| 953 | + B66B9F701AEA6D1100E2E609 /* NotificationSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotificationSettingsViewController.h; sourceTree = "<group>"; }; |
| 954 | + B66B9F711AEA6D1100E2E609 /* NotificationSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NotificationSettingsViewController.m; sourceTree = "<group>"; }; |
| 955 | + B66B9F7B1AEAF40500E2E609 /* NotificationSettingsOptionsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotificationSettingsOptionsViewController.h; sourceTree = "<group>"; }; |
| 956 | + B66B9F7C1AEAF40500E2E609 /* NotificationSettingsOptionsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NotificationSettingsOptionsViewController.m; sourceTree = "<group>"; }; |
949 | 957 | B66DBF4919D5BBC8006EA940 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
950 | 958 | B671B2441A93B238002BBD9D /* GroupContactsResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GroupContactsResult.h; sourceTree = "<group>"; }; |
951 | 959 | B671B2451A93B238002BBD9D /* GroupContactsResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GroupContactsResult.m; sourceTree = "<group>"; }; |
|
1088 | 1096 | B6FAAAE71A41BC6C007FEC1D /* TSAttachmentPointer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TSAttachmentPointer.m; path = Attachements/TSAttachmentPointer.m; sourceTree = "<group>"; }; |
1089 | 1097 | B6FAAAEC1A41C918007FEC1D /* TSAttachmentStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TSAttachmentStream.h; path = Attachements/TSAttachmentStream.h; sourceTree = "<group>"; }; |
1090 | 1098 | B6FAAAED1A41C918007FEC1D /* TSAttachmentStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TSAttachmentStream.m; path = Attachements/TSAttachmentStream.m; sourceTree = "<group>"; }; |
| 1099 | + B6FE7EB61ADD62FA00A6D22F /* PushKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PushKit.framework; path = System/Library/Frameworks/PushKit.framework; sourceTree = SDKROOT; }; |
| 1100 | + B6FE7EB81ADD63AE00A6D22F /* NSData+ows_StripToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+ows_StripToken.h"; sourceTree = "<group>"; }; |
| 1101 | + B6FE7EB91ADD63AE00A6D22F /* NSData+ows_StripToken.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+ows_StripToken.m"; sourceTree = "<group>"; }; |
1091 | 1102 | B90418E4183E9DD40038554A /* DateUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DateUtil.h; sourceTree = "<group>"; }; |
1092 | 1103 | B90418E5183E9DD40038554A /* DateUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DateUtil.m; sourceTree = "<group>"; }; |
1093 | 1104 | B96A30FE187DA1B600648F3E /* HelveticaNeueLTStd-Bd.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "HelveticaNeueLTStd-Bd.otf"; sourceTree = "<group>"; }; |
|
1227 | 1238 | isa = PBXFrameworksBuildPhase; |
1228 | 1239 | buildActionMask = 2147483647; |
1229 | 1240 | files = ( |
| 1241 | + B6FE7EB71ADD62FA00A6D22F /* PushKit.framework in Frameworks */, |
1230 | 1242 | FC3BD9881A30A790005B96BB /* Social.framework in Frameworks */, |
1231 | 1243 | FCB11D8C1A129A76002F93FB /* CoreMedia.framework in Frameworks */, |
1232 | 1244 | 70377AAB1918450100CAF501 /* MobileCoreServices.framework in Frameworks */, |
|
1750 | 1762 | 76EB04C818170B33006006FC /* util */ = { |
1751 | 1763 | isa = PBXGroup; |
1752 | 1764 | children = ( |
| 1765 | + B6FE7EB81ADD63AE00A6D22F /* NSData+ows_StripToken.h */, |
| 1766 | + B6FE7EB91ADD63AE00A6D22F /* NSData+ows_StripToken.m */, |
1753 | 1767 | A59E6D701A79E5D100D98E2E /* MIMETypeUtil.h */, |
1754 | 1768 | A59E6D711A79E5D100D98E2E /* MIMETypeUtil.m */, |
1755 | 1769 | FCFA64B11A24F29E0007FB87 /* UI Categories */, |
|
2449 | 2463 | D221A08C169C9E5E00537ABF /* Frameworks */ = { |
2450 | 2464 | isa = PBXGroup; |
2451 | 2465 | children = ( |
| 2466 | + B6FE7EB61ADD62FA00A6D22F /* PushKit.framework */, |
2452 | 2467 | FC3BD9871A30A790005B96BB /* Social.framework */, |
2453 | 2468 | B60EDE031A05A01700D73516 /* AudioToolbox.framework */, |
2454 | 2469 | FCB11D8B1A129A76002F93FB /* CoreMedia.framework */, |
|
2594 | 2609 | FCD274E11A5AFD8000202277 /* PrivacySettingsTableViewController.m */, |
2595 | 2610 | FCD274E61A5AFDC900202277 /* AdvancedSettingsTableViewController.h */, |
2596 | 2611 | FCD274E71A5AFDC900202277 /* AdvancedSettingsTableViewController.m */, |
| 2612 | + B66B9F701AEA6D1100E2E609 /* NotificationSettingsViewController.h */, |
| 2613 | + B66B9F711AEA6D1100E2E609 /* NotificationSettingsViewController.m */, |
| 2614 | + B66B9F7B1AEAF40500E2E609 /* NotificationSettingsOptionsViewController.h */, |
| 2615 | + B66B9F7C1AEAF40500E2E609 /* NotificationSettingsOptionsViewController.m */, |
2597 | 2616 | FCD274E91A5AFDDB00202277 /* AboutTableViewController.h */, |
2598 | 2617 | FCD274EA1A5AFDDB00202277 /* AboutTableViewController.m */, |
2599 | 2618 | ); |
|
2981 | 3000 | B63AF5C71A1F757900D01AAD /* TSContactsIntersectionRequest.m in Sources */, |
2982 | 3001 | B6B0968B1A1D25ED008BFAA6 /* TSStorageManager+SignedPreKeyStore.m in Sources */, |
2983 | 3002 | 76EB05AC18170B33006006FC /* SrtpSocket.m in Sources */, |
| 3003 | + B6FE7EBA1ADD63AE00A6D22F /* NSData+ows_StripToken.m in Sources */, |
2984 | 3004 | B6A5D05C1A7827ED0043D837 /* TSAvailablePreKeysCountRequest.m in Sources */, |
2985 | 3005 | FCB11D931A12A4AA002F93FB /* FullImageViewController.m in Sources */, |
2986 | 3006 | B6B096871A1D25ED008BFAA6 /* TSStorageManager+IdentityKeyStore.m in Sources */, |
|
3058 | 3078 | FCAC963C19FEF9280046DFC5 /* SignalsViewController.m in Sources */, |
3059 | 3079 | 76EB05DA18170B33006006FC /* LowLatencyConnector.m in Sources */, |
3060 | 3080 | 76EB05EE18170B33006006FC /* CallTermination.m in Sources */, |
| 3081 | + B66B9F7D1AEAF40500E2E609 /* NotificationSettingsOptionsViewController.m in Sources */, |
3061 | 3082 | E1CD329618BCFF9900B1A496 /* SoundInstance.m in Sources */, |
3062 | 3083 | B6FAAAEE1A41C918007FEC1D /* TSAttachmentStream.m in Sources */, |
3063 | 3084 | 76EB05B418170B33006006FC /* HashChain.m in Sources */, |
|
3128 | 3149 | B6FAAAE81A41BC6C007FEC1D /* TSAttachmentPointer.m in Sources */, |
3129 | 3150 | B6B096881A1D25ED008BFAA6 /* TSStorageManager+keyFromIntLong.m in Sources */, |
3130 | 3151 | B6B50AAB1A4192C500F8F607 /* TSMessagesManager+attachments.m in Sources */, |
| 3152 | + B66B9F721AEA6D1100E2E609 /* NotificationSettingsViewController.m in Sources */, |
3131 | 3153 | 76EB059018170B33006006FC /* IgnoredPacketFailure.m in Sources */, |
3132 | 3154 | B60FB9B01A4711D4006A5A66 /* TSAttachmentEncryptionResult.m in Sources */, |
3133 | 3155 | 76EB05D418170B33006006FC /* ZrtpManager.m in Sources */, |
|
0 commit comments