From 76f92000b9ace0aec441fc816aa0b0b65b6f005e Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Thu, 3 Dec 2020 17:09:47 +1100 Subject: [PATCH] Add missing pod --- Podfile | 1 + Podfile.lock | 2 +- .../Sending & Receiving/Notifications/PushNotificationAPI.swift | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 59d3020d3..dc63545b6 100644 --- a/Podfile +++ b/Podfile @@ -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 diff --git a/Podfile.lock b/Podfile.lock index 670322a3d..d81730612 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -230,6 +230,6 @@ SPEC CHECKSUMS: YYImage: 6db68da66f20d9f169ceb94dfb9947c3867b9665 ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb -PODFILE CHECKSUM: 88588faaf6a7f21ee82f4ae806699ae94de6b45b +PODFILE CHECKSUM: 78c69e4efd6f98e563a7da1481741827fb18e21e COCOAPODS: 1.10.0.rc.1 diff --git a/SessionMessagingKit/Sending & Receiving/Notifications/PushNotificationAPI.swift b/SessionMessagingKit/Sending & Receiving/Notifications/PushNotificationAPI.swift index a7076ad8c..1a7b06bfc 100644 --- a/SessionMessagingKit/Sending & Receiving/Notifications/PushNotificationAPI.swift +++ b/SessionMessagingKit/Sending & Receiving/Notifications/PushNotificationAPI.swift @@ -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