From 390fa1178a24a74fe2054fe642b1b6fb08daf221 Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Mon, 24 Jan 2022 13:27:05 +1100 Subject: [PATCH] update podfile --- Podfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Podfile b/Podfile index 5452d4e81..0a9004ec3 100644 --- a/Podfile +++ b/Podfile @@ -12,7 +12,7 @@ target 'Session' do pod 'PureLayout', '~> 3.1.8', :inhibit_warnings => true pod 'Reachability', :inhibit_warnings => true pod 'Sodium', '~> 0.8.0', :inhibit_warnings => true - pod 'YapDatabase/SQLCipher', :git => 'https://github.com/loki-project/session-ios-yap-database.git', branch: 'signal-release', :inhibit_warnings => true + pod 'YapDatabase/SQLCipher', :git => 'https://github.com/oxen-io/session-ios-yap-database', branch: 'signal-release', :inhibit_warnings => true pod 'YYImage', git: 'https://github.com/signalapp/YYImage', :inhibit_warnings => true pod 'ZXingObjC', :inhibit_warnings => true end @@ -25,13 +25,13 @@ target 'SessionShareExtension' do pod 'PromiseKit', :inhibit_warnings => true pod 'PureLayout', '~> 3.1.8', :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 + pod 'YapDatabase/SQLCipher', :git => 'https://github.com/oxen-io/session-ios-yap-database', branch: 'signal-release', :inhibit_warnings => true end target 'SessionNotificationServiceExtension' do 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 + pod 'YapDatabase/SQLCipher', :git => 'https://github.com/oxen-io/session-ios-yap-database', branch: 'signal-release', :inhibit_warnings => true end target 'SignalUtilitiesKit' do @@ -48,7 +48,7 @@ target 'SignalUtilitiesKit' do pod 'SAMKeychain', :inhibit_warnings => true pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git', :inhibit_warnings => true pod 'SwiftProtobuf', '~> 1.5.0', :inhibit_warnings => true - pod 'YapDatabase/SQLCipher', :git => 'https://github.com/loki-project/session-ios-yap-database.git', branch: 'signal-release', :inhibit_warnings => true + pod 'YapDatabase/SQLCipher', :git => 'https://github.com/oxen-io/session-ios-yap-database', branch: 'signal-release', :inhibit_warnings => true pod 'YYImage', git: 'https://github.com/signalapp/YYImage', :inhibit_warnings => true end @@ -69,7 +69,7 @@ target 'SessionMessagingKit' do pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git', :inhibit_warnings => true pod 'Sodium', '~> 0.8.0', :inhibit_warnings => true pod 'SwiftProtobuf', '~> 1.5.0', :inhibit_warnings => true - pod 'YapDatabase/SQLCipher', :git => 'https://github.com/loki-project/session-ios-yap-database.git', branch: 'signal-release', :inhibit_warnings => true + pod 'YapDatabase/SQLCipher', :git => 'https://github.com/oxen-io/session-ios-yap-database', branch: 'signal-release', :inhibit_warnings => true end target 'SessionSnodeKit' do @@ -78,7 +78,7 @@ target 'SessionSnodeKit' do pod 'PromiseKit', :inhibit_warnings => true pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git', :inhibit_warnings => true pod 'Sodium', '~> 0.8.0', :inhibit_warnings => true - pod 'YapDatabase/SQLCipher', :git => 'https://github.com/loki-project/session-ios-yap-database.git', branch: 'signal-release', :inhibit_warnings => true + pod 'YapDatabase/SQLCipher', :git => 'https://github.com/oxen-io/session-ios-yap-database', branch: 'signal-release', :inhibit_warnings => true end target 'SessionUtilitiesKit' do @@ -90,7 +90,7 @@ target 'SessionUtilitiesKit' do pod 'PureLayout', '~> 3.1.8', :inhibit_warnings => true pod 'SAMKeychain', :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 + pod 'YapDatabase/SQLCipher', :git => 'https://github.com/oxen-io/session-ios-yap-database', branch: 'signal-release', :inhibit_warnings => true end post_install do |installer|