Add missing pod

This commit is contained in:
Niels Andriesse 2020-12-03 17:09:47 +11:00
parent 4f6d0b996a
commit 76f92000b9
3 changed files with 3 additions and 2 deletions

View File

@ -32,6 +32,7 @@ target 'SessionShareExtension' do
end
target 'SessionNotificationServiceExtension' do
pod 'CryptoSwift', :inhibit_warnings => true
pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit.git', :inhibit_warnings => true
pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git', :inhibit_warnings => true
pod 'YapDatabase/SQLCipher', :git => 'https://github.com/loki-project/session-ios-yap-database.git', branch: 'signal-release', :inhibit_warnings => true

View File

@ -230,6 +230,6 @@ SPEC CHECKSUMS:
YYImage: 6db68da66f20d9f169ceb94dfb9947c3867b9665
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
PODFILE CHECKSUM: 88588faaf6a7f21ee82f4ae806699ae94de6b45b
PODFILE CHECKSUM: 78c69e4efd6f98e563a7da1481741827fb18e21e
COCOAPODS: 1.10.0.rc.1

View File

@ -5,7 +5,7 @@ import PromiseKit
public final class PushNotificationAPI : NSObject {
// MARK: Settings
public static let server = "https://live.apns.getsession.org"
public static let server = "https://dev.apns.getsession.org"
public static let serverPublicKey = "642a6585919742e5a2d4dc51244964fbcd8bcab2b75612407de58b810740d049"
private static let maxRetryCount: UInt = 4
private static let tokenExpirationInterval: TimeInterval = 12 * 60 * 60