Skip to content

Commit f44bf57

Browse files
Merge pull request #1120 from ChatSecure/chatsecurecore-podspec
ChatSecureCore Podspec
2 parents dedf40e + 37edbfc commit f44bf57

File tree

164 files changed

+691
-3712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+691
-3712
lines changed

Cartfile

Lines changed: 0 additions & 16 deletions
This file was deleted.

Cartfile.resolved

Lines changed: 0 additions & 11 deletions
This file was deleted.

ChatSecure.xcodeproj/project.pbxproj

Lines changed: 154 additions & 1479 deletions
Large diffs are not rendered by default.

ChatSecure.xcodeproj/xcshareddata/xcschemes/ChatSecureCore.xcscheme

Lines changed: 0 additions & 89 deletions
This file was deleted.

ChatSecure/Classes/Categories/UITableView+ChatSecure.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import "UITableView+ChatSecure.h"
1010
#import "OTRXMPPBuddy.h"
11-
#import <ChatSecureCore/ChatSecureCore-Swift.h>
11+
#import "ChatSecureCoreCompat-Swift.h"
1212
#import "OTRXMPPManager_Private.h"
1313
@import OTRAssets;
1414

ChatSecure/Classes/Controllers/OTRDatabaseManager.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#import "OTRConstants.h"
1616
#import "OTRXMPPAccount.h"
1717
#import "OTRXMPPTorAccount.h"
18-
#import "OTRGoogleOAuthXMPPAccount.h"
1918
#import "OTRAccount.h"
2019
#import "OTRIncomingMessage.h"
2120
#import "OTROutgoingMessage.h"
@@ -29,7 +28,7 @@
2928
#import "OTRSignalSession.h"
3029
#import "OTRSettingsManager.h"
3130
#import "OTRXMPPPresenceSubscriptionRequest.h"
32-
#import <ChatSecureCore/ChatSecureCore-Swift.h>
31+
#import "ChatSecureCoreCompat-Swift.h"
3332

3433

3534
@interface OTRDatabaseManager ()

ChatSecure/Classes/Controllers/OTRDatabaseView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#import "OTRIncomingMessage.h"
1515
#import "OTRLog.h"
1616
#import "OTROutgoingMessage.h"
17-
#import <ChatSecureCore/ChatSecureCore-Swift.h>
17+
#import "ChatSecureCoreCompat-Swift.h"
1818

1919
NSString *OTRArchiveFilteredConversationsName = @"OTRFilteredConversationsName";
2020
NSString *OTRBuddyFilteredConversationsName = @"OTRBuddyFilteredConversationsName";

ChatSecure/Classes/Controllers/OTREncryptionManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#import "OTRLog.h"
4242
#import "OTRXMPPManager.h"
4343
#import "OTRYapMessageSendAction.h"
44-
#import <ChatSecureCore/ChatSecureCore-Swift.h>
44+
#import "ChatSecureCoreCompat-Swift.h"
4545

4646
@import AVFoundation;
4747
@import XMPPFramework;

ChatSecure/Classes/Controllers/OTROAuthRefresher.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

ChatSecure/Classes/Controllers/OTROAuthRefresher.m

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)