Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Show online status
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsandriesse committed May 27, 2019
1 parent 7005b4b commit bff3e9d
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions Pods.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,7 @@
B8724E61A3AD30041105BE9B81ECA8EE /* NSDictionary+MTLMappingAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = B3932484160610D99649A4DBE96CD424 /* NSDictionary+MTLMappingAdditions.h */; settings = {ATTRIBUTES = (Public, ); }; };
B8A1DBCAB4BDC7658C82E8C4C5B2AF79 /* UIActivityIndicatorView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = CBAF3809BB77EF94E3FE8E65D21477E6 /* UIActivityIndicatorView+AFNetworking.m */; settings = {COMPILER_FLAGS = "-w -Xanalyzer -analyzer-disable-all-checks"; }; };
B8A3203803A6D1CAD56434CA6429461F /* OWSUnidentifiedDelivery.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83770485052F5DA8CD51F96AE732E278 /* OWSUnidentifiedDelivery.pb.swift */; settings = {COMPILER_FLAGS = "-fcxx-modules -w -Xanalyzer -analyzer-disable-all-checks"; }; };
B8AAB9FB229BADAE0075EA92 /* Notification+OnlineStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8AAB9FA229BADAE0075EA92 /* Notification+OnlineStatus.swift */; };
B8D92280229B608B006CA024 /* AnyPromise+Conversion.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8D9227F229B608B006CA024 /* AnyPromise+Conversion.swift */; };
B8D92282229B609A006CA024 /* Promise+Retrying.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8D92281229B609A006CA024 /* Promise+Retrying.swift */; };
B92D990EB299C9AF81F5B5B79F3C7AE2 /* CryptoSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84E0CF2E38A4A0848CBF9404D288AA7D /* CryptoSwift.framework */; };
Expand Down Expand Up @@ -2672,7 +2673,7 @@
06D721A3A78182876572738523CE1270 /* OWSDeviceProvisioner.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = OWSDeviceProvisioner.m; sourceTree = "<group>"; };
0701A8D7FEF1CB11188719EBA3E79F3E /* YapDatabaseCloudCorePipelineDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YapDatabaseCloudCorePipelineDelegate.h; path = YapDatabase/Extensions/CloudCore/Utilities/Execution/YapDatabaseCloudCorePipelineDelegate.h; sourceTree = "<group>"; };
071FB2ADC26C0C041BF151313C209F00 /* ExtensibleMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensibleMessage.swift; path = Sources/SwiftProtobuf/ExtensibleMessage.swift; sourceTree = "<group>"; };
0730FFF002AADB4E19EE48E6E3EBB350 /* SignalServiceKit-Unit-Tests */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = "SignalServiceKit-Unit-Tests"; path = "SignalServiceKit-Unit-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
0730FFF002AADB4E19EE48E6E3EBB350 /* SignalServiceKit-Unit-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SignalServiceKit-Unit-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
075CC678A68A876D9EB8F86B79154271 /* ge_msub.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = ge_msub.c; path = Sources/ed25519/ge_msub.c; sourceTree = "<group>"; };
076A196D23539E83802DA00FF2DDAFAA /* sc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = sc.h; path = Sources/ed25519/sc.h; sourceTree = "<group>"; };
076F4AE68F3B1E7A086935D14D50B2E8 /* Blowfish+Foundation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Blowfish+Foundation.swift"; path = "Sources/CryptoSwift/Foundation/Blowfish+Foundation.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3788,6 +3789,7 @@
B7E205F5B914FE862F534DC1EB34D0B3 /* YapDatabaseCloudKitTransaction.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = YapDatabaseCloudKitTransaction.m; path = YapDatabase/Extensions/CloudKit/YapDatabaseCloudKitTransaction.m; sourceTree = "<group>"; };
B7FBEBB401566A937A69FC98EAE45A20 /* YapDatabaseCloudCorePrivate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YapDatabaseCloudCorePrivate.h; path = YapDatabase/Extensions/CloudCore/Internal/YapDatabaseCloudCorePrivate.h; sourceTree = "<group>"; };
B8890AB25024DB92E376B85D5389A5DB /* PreKeyStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = PreKeyStore.h; path = AxolotlKit/Classes/State/PreKeyStore.h; sourceTree = "<group>"; };
B8AAB9FA229BADAE0075EA92 /* Notification+OnlineStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Notification+OnlineStatus.swift"; sourceTree = "<group>"; };
B8C8E06A72D9D00C18F9228D59EB3E56 /* TSPreKeyManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = TSPreKeyManager.h; sourceTree = "<group>"; };
B8CEA08A473FAD9AE79885F48F0724E5 /* CocoaLumberjack.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = CocoaLumberjack.xcconfig; sourceTree = "<group>"; };
B8D9227F229B608B006CA024 /* AnyPromise+Conversion.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "AnyPromise+Conversion.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -5241,7 +5243,7 @@
F6FC85DA380B65B4E5F10093CE380370 /* SignalMetadataKit.framework */,
53483A14B161BE3ADFC68CE9A17A82C7 /* SignalMetadataKit-Unit-Tests */,
C7FF10EAFE17274C527940BF62DC6FFF /* SignalServiceKit.framework */,
0730FFF002AADB4E19EE48E6E3EBB350 /* SignalServiceKit-Unit-Tests */,
0730FFF002AADB4E19EE48E6E3EBB350 /* SignalServiceKit-Unit-Tests.xctest */,
FF140F9AF4E2BDFC593EB55657F991AF /* SQLCipher.framework */,
183886D2B3EDB394ED09C7812E929D78 /* SSZipArchive.framework */,
4448CC151D1D99AFF01108EDEB3BA774 /* Starscream.framework */,
Expand Down Expand Up @@ -7319,6 +7321,7 @@
66753DD5177411EA4E3A04677744BF3D /* LokiAPI+Target.swift */,
590C06689BA42EEDFF8629514BDC9004 /* LokiMessageWrapper.swift */,
522C75D9B445C6A27D97388F3AEB5541 /* LokiP2PMessageHandler.swift */,
B8AAB9FA229BADAE0075EA92 /* Notification+OnlineStatus.swift */,
AB45CF7781E877724F14B19CDD434AF6 /* SignalMessage.swift */,
6C97804C7B645EBC3A9474C3408C6CB8 /* TargetWrapper.swift */,
);
Expand Down Expand Up @@ -8254,7 +8257,7 @@
);
name = "SignalServiceKit-Unit-Tests";
productName = "SignalServiceKit-Unit-Tests";
productReference = 0730FFF002AADB4E19EE48E6E3EBB350 /* SignalServiceKit-Unit-Tests */;
productReference = 0730FFF002AADB4E19EE48E6E3EBB350 /* SignalServiceKit-Unit-Tests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
48771B4AA9D78581259623738D697860 /* SignalCoreKit */ = {
Expand Down Expand Up @@ -8854,6 +8857,11 @@
attributes = {
LastSwiftUpdateCheck = 0930;
LastUpgradeCheck = 0930;
TargetAttributes = {
2C37A63BCEE15E2B9E8FB9A18C9671FF = {
LastSwiftMigration = 1020;
};
};
};
buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -9894,6 +9902,7 @@
845E77019730AC19DE58C92C038B032C /* AFURLRequestSerialization.m in Sources */,
594EDA6E9E69BA3B3A57A41EC8906254 /* AFURLResponseSerialization.m in Sources */,
B478949E6CBEB24D09174A22A165B7B7 /* AFURLSessionManager.m in Sources */,
B8AAB9FB229BADAE0075EA92 /* Notification+OnlineStatus.swift in Sources */,
B8A1DBCAB4BDC7658C82E8C4C5B2AF79 /* UIActivityIndicatorView+AFNetworking.m in Sources */,
F4538F6EE63F7F97EDF852E28FC91038 /* UIButton+AFNetworking.m in Sources */,
587F858DAA1FAAB3D14FEF1BBA18C58A /* UIImageView+AFNetworking.m in Sources */,
Expand Down Expand Up @@ -11604,6 +11613,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 7D50836CD99907640C9ACE0B42D0D29A /* SignalServiceKit.unit.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGNING_ALLOWED = YES;
CODE_SIGNING_REQUIRED = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand Down Expand Up @@ -12477,6 +12487,7 @@
baseConfigurationReference = 98978E2BF5264036BFD4417441B885BA /* AFNetworking.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
Expand All @@ -12497,6 +12508,7 @@
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -13009,6 +13021,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 7D50836CD99907640C9ACE0B42D0D29A /* SignalServiceKit.unit.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGNING_ALLOWED = YES;
CODE_SIGNING_REQUIRED = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand Down Expand Up @@ -13227,6 +13240,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 7D50836CD99907640C9ACE0B42D0D29A /* SignalServiceKit.unit.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGNING_ALLOWED = YES;
CODE_SIGNING_REQUIRED = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
Expand Down Expand Up @@ -13427,6 +13441,7 @@
baseConfigurationReference = 98978E2BF5264036BFD4417441B885BA /* AFNetworking.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
Expand Down Expand Up @@ -14097,6 +14112,7 @@
baseConfigurationReference = 98978E2BF5264036BFD4417441B885BA /* AFNetworking.xcconfig */;
buildSettings = {
APPLICATION_EXTENSION_API_ONLY = YES;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
Expand Down

0 comments on commit bff3e9d

Please sign in to comment.