|
24 | 24 | 458E383A1D6699FA0094BD24 /* OWSDeviceProvisioningURLParserTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 458E38391D6699FA0094BD24 /* OWSDeviceProvisioningURLParserTest.m */; }; |
25 | 25 | 459311FC1D75C948008DD4F0 /* OWSDeviceTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 459311FB1D75C948008DD4F0 /* OWSDeviceTableViewCell.m */; }; |
26 | 26 | 459C3F0D1C9B3A1B003ACF51 /* TSMessageAdapterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 459C3F0C1C9B3A1B003ACF51 /* TSMessageAdapterTest.m */; }; |
| 27 | + 45BFFFA81D898AF0004A12A7 /* OWSStaleNotificationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 45BFFFA71D898AF0004A12A7 /* OWSStaleNotificationObserver.m */; }; |
| 28 | + 45BFFFA91D898AF0004A12A7 /* OWSStaleNotificationObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 45BFFFA71D898AF0004A12A7 /* OWSStaleNotificationObserver.m */; }; |
27 | 29 | 45C681B71D305A580050903A /* OWSCall.m in Sources */ = {isa = PBXBuildFile; fileRef = 45C681B61D305A580050903A /* OWSCall.m */; }; |
28 | 30 | 45C681B81D305A580050903A /* OWSCall.m in Sources */ = {isa = PBXBuildFile; fileRef = 45C681B61D305A580050903A /* OWSCall.m */; }; |
29 | 31 | 45C681BC1D305C080050903A /* OWSCallCollectionViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 45C681BA1D305C080050903A /* OWSCallCollectionViewCell.m */; }; |
|
537 | 539 | 4597E94E1D8313C100040CDE /* sq */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sq; path = translations/sq.lproj/Localizable.strings; sourceTree = "<group>"; }; |
538 | 540 | 4597E94F1D8313CB00040CDE /* bg */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = bg; path = translations/bg.lproj/Localizable.strings; sourceTree = "<group>"; }; |
539 | 541 | 459C3F0C1C9B3A1B003ACF51 /* TSMessageAdapterTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TSMessageAdapterTest.m; path = "view controllers/Signals/TSMessageAdapters/TSMessageAdapterTest.m"; sourceTree = "<group>"; }; |
| 542 | + 45BFFFA61D898AF0004A12A7 /* OWSStaleNotificationObserver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OWSStaleNotificationObserver.h; path = Observers/OWSStaleNotificationObserver.h; sourceTree = "<group>"; }; |
| 543 | + 45BFFFA71D898AF0004A12A7 /* OWSStaleNotificationObserver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OWSStaleNotificationObserver.m; path = Observers/OWSStaleNotificationObserver.m; sourceTree = "<group>"; }; |
540 | 544 | 45C681B51D305A580050903A /* OWSCall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OWSCall.h; sourceTree = "<group>"; }; |
541 | 545 | 45C681B61D305A580050903A /* OWSCall.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = OWSCall.m; sourceTree = "<group>"; }; |
542 | 546 | 45C681B91D305C080050903A /* OWSCallCollectionViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OWSCallCollectionViewCell.h; sourceTree = "<group>"; }; |
|
1167 | 1171 | name = TSMessageAdapters; |
1168 | 1172 | sourceTree = "<group>"; |
1169 | 1173 | }; |
| 1174 | + 45BFFFA51D898AB8004A12A7 /* Observers */ = { |
| 1175 | + isa = PBXGroup; |
| 1176 | + children = ( |
| 1177 | + 45BFFFA61D898AF0004A12A7 /* OWSStaleNotificationObserver.h */, |
| 1178 | + 45BFFFA71D898AF0004A12A7 /* OWSStaleNotificationObserver.m */, |
| 1179 | + ); |
| 1180 | + name = Observers; |
| 1181 | + sourceTree = "<group>"; |
| 1182 | + }; |
1170 | 1183 | 70B8009F190C529C0042E3F0 /* Products */ = { |
1171 | 1184 | isa = PBXGroup; |
1172 | 1185 | children = ( |
|
1218 | 1231 | 457F3AC01D14A0F700C51351 /* Models */, |
1219 | 1232 | 76EB052B18170B33006006FC /* Views */, |
1220 | 1233 | 76EB04FE18170B33006006FC /* View Controllers */, |
| 1234 | + 45BFFFA51D898AB8004A12A7 /* Observers */, |
1221 | 1235 | ); |
1222 | 1236 | path = src; |
1223 | 1237 | sourceTree = "<group>"; |
|
2367 | 2381 | ORGANIZATIONNAME = "Open Whisper Systems"; |
2368 | 2382 | TargetAttributes = { |
2369 | 2383 | D221A088169C9E5E00537ABF = { |
| 2384 | + DevelopmentTeam = U68MSDN6DR; |
2370 | 2385 | SystemCapabilities = { |
2371 | 2386 | com.apple.DataProtection = { |
2372 | 2387 | enabled = 1; |
|
2377 | 2392 | com.apple.InterAppAudio = { |
2378 | 2393 | enabled = 0; |
2379 | 2394 | }; |
| 2395 | + com.apple.Push = { |
| 2396 | + enabled = 1; |
| 2397 | + }; |
2380 | 2398 | com.apple.VPNLite = { |
2381 | 2399 | enabled = 0; |
2382 | 2400 | }; |
|
2688 | 2706 | E197B61918BBEC1A00F073E5 /* RemoteIOBufferListWrapper.m in Sources */, |
2689 | 2707 | 76EB05A618170B33006006FC /* RtpPacket.m in Sources */, |
2690 | 2708 | 76EB064218170B33006006FC /* StringUtil.m in Sources */, |
| 2709 | + 45BFFFA81D898AF0004A12A7 /* OWSStaleNotificationObserver.m in Sources */, |
2691 | 2710 | A547DD741A70A87800103EC7 /* DJWActionSheet+OWS.m in Sources */, |
2692 | 2711 | 45C681B71D305A580050903A /* OWSCall.m in Sources */, |
2693 | 2712 | 76EB062618170B33006006FC /* Queue.m in Sources */, |
|
2882 | 2901 | B660F7311C29988E00687D6E /* IpEndPoint.m in Sources */, |
2883 | 2902 | B660F7321C29988E00687D6E /* PacketHandler.m in Sources */, |
2884 | 2903 | B660F7331C29988E00687D6E /* RtpPacket.m in Sources */, |
| 2904 | + 45BFFFA91D898AF0004A12A7 /* OWSStaleNotificationObserver.m in Sources */, |
2885 | 2905 | B660F7341C29988E00687D6E /* RtpSocket.m in Sources */, |
2886 | 2906 | B660F7351C29988E00687D6E /* SequenceCounter.m in Sources */, |
2887 | 2907 | B660F7361C29988E00687D6E /* SrtpSocket.m in Sources */, |
|
3210 | 3230 | buildSettings = { |
3211 | 3231 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
3212 | 3232 | CLANG_ENABLE_MODULES = YES; |
| 3233 | + CODE_SIGN_ENTITLEMENTS = Signal/Signal.entitlements; |
| 3234 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
3213 | 3235 | CURRENT_PROJECT_VERSION = 1; |
| 3236 | + DEVELOPMENT_TEAM = U68MSDN6DR; |
3214 | 3237 | FRAMEWORK_SEARCH_PATHS = ( |
3215 | 3238 | "$(inherited)", |
3216 | 3239 | "\"$(SRCROOT)\"", |
|
3263 | 3286 | buildSettings = { |
3264 | 3287 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
3265 | 3288 | CLANG_ENABLE_MODULES = YES; |
| 3289 | + CODE_SIGN_ENTITLEMENTS = Signal/Signal.entitlements; |
| 3290 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
3266 | 3291 | CURRENT_PROJECT_VERSION = 1; |
| 3292 | + DEVELOPMENT_TEAM = U68MSDN6DR; |
3267 | 3293 | FRAMEWORK_SEARCH_PATHS = ( |
3268 | 3294 | "$(inherited)", |
3269 | 3295 | "\"$(SRCROOT)\"", |
|
0 commit comments