Skip to content

Commit 670cbad

Browse files
committed
make project compatible for non-module users
Change-Id: Ica628d5e23746c10a5e80b10367394fb3da9ee70
1 parent 951d089 commit 670cbad

13 files changed

+43
-69
lines changed

FirebaseDatabaseUI/FUIArray.h

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

1919
// clang-format on
2020

21-
@import FirebaseDatabase;
21+
#import <FirebaseDatabase/FirebaseDatabase.h>
2222

2323
#import "FUICollection.h"
2424

FirebaseDatabaseUI/FUICollectionViewDataSource.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#import "FUICollectionViewDataSource.h"
2222
#import "FUIArray.h"
2323

24-
@import FirebaseDatabase;
25-
2624
@interface FUICollectionViewDataSource () <FUICollectionDelegate>
2725

2826
@property (nonatomic, readonly, nonnull) id<FUICollection> collection;

FirebaseDatabaseUI/FUIIndexCollectionViewDataSource.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
// limitations under the License.
1515
//
1616

17-
@import UIKit;
18-
19-
@import FirebaseDatabase;
17+
#import <FirebaseDatabase/FirebaseDatabase.h>
18+
#import <UIKit/UIKit.h>
2019

2120
NS_ASSUME_NONNULL_BEGIN
2221

FirebaseDatabaseUI/FUIIndexTableViewDataSource.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
// limitations under the License.
1515
//
1616

17-
@import UIKit;
18-
19-
@import FirebaseDatabase;
17+
#import <UIKit/UIKit.h>
18+
#import <FirebaseDatabase/FirebaseDatabase.h>
2019

2120
NS_ASSUME_NONNULL_BEGIN
2221

FirebaseDatabaseUI/FUISortedArray.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
@import FirebaseDatabase;
18-
19-
#import "FirebaseDatabaseUI.h"
17+
#import "FUIArray.h"
2018

2119
NS_ASSUME_NONNULL_BEGIN
2220

FirebaseDatabaseUI/FUITableViewDataSource.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
#import "FUIArray.h"
2222
#import "FUITableViewDataSource.h"
2323

24-
@import FirebaseDatabase;
25-
2624
@interface FUITableViewDataSource () <FUICollectionDelegate>
2725

2826
@property (strong, nonatomic, readwrite) UITableViewCell *(^populateCell)

FirebaseFirestoreUI/FUIBatchedArray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// limitations under the License.
1515
//
1616

17-
@import FirebaseFirestore;
17+
#import <FirebaseFirestore/FirebaseFirestore.h>
1818

1919
#import "FUISnapshotArrayDiff.h"
2020

FirebaseFirestoreUI/FUIFirestoreTableViewDataSource.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
#import "FUIFirestoreTableViewDataSource.h"
2222

23-
@import FirebaseFirestore;
24-
2523
@interface FUIFirestoreTableViewDataSource () <FUIBatchedArrayDelegate>
2624

2725
@property (strong, nonatomic, readwrite) UITableViewCell *(^populateCell)

FirebaseFirestoreUI/FUISnapshotArrayDiff.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
// limitations under the License.
1515
//
1616

17-
#import "FUISnapshotArrayDiff.h"
17+
#import <FirebaseFirestore/FirebaseFirestore.h>
1818

19-
@import FirebaseFirestore;
19+
#import "FUISnapshotArrayDiff.h"
2020

2121
@interface FUIArraySlice ()
2222

FirebaseGoogleAuthUITests/FirebaseGoogleAuthUITests.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616

1717
#import <FirebaseAuth/FirebaseAuth.h>
1818
#import <FirebaseAuthUI/FUIAuthErrorUtils.h>
19-
#import <FirebaseAuthUI/FUIAuthUtils.h>
19+
#import "FUIAuthUtils.h"
2020
#import <FirebaseAuthUI/FUIAuth.h>
21-
#import <FirebaseCore/FirebaseCore.h>
2221
#import <FirebaseGoogleAuthUI/FirebaseGoogleAuthUI.h>
2322
#import <GoogleSignIn/GoogleSignIn.h>
2423
#import <OCMock/OCMock.h>

FirebaseTwitterAuthUITests/FirebaseTwitterAuthUITests.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
//
1616

1717

18+
1819
#import "FUITwitterAuth.h"
1920
#import <FirebaseAuth/FirebaseAuth.h>
2021
#import <FirebaseAuthUI/FUIAuthErrorUtils.h>
21-
#import <FirebaseAuthUI/FUIAuthUtils.h>
22+
#import "FUIAuthUtils.h"
2223
#import <FirebaseAuthUI/FUIAuth.h>
23-
#import <FirebaseCore/FirebaseCore.h>
2424
#import <FirebaseTwitterAuthUI/FirebaseTwitterAuthUI.h>
2525
#import <OCMock/OCMock.h>
2626
#import <TwitterCore/TwitterCore.h>

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
source 'https://rubygems.org'
33

4-
gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git'
5-
gem 'cocoapods-core', :git => 'https://github.com/CocoaPods/Core.git'
6-
gem 'xcodeproj', :git => 'https://github.com/CocoaPods/Xcodeproj.git'
4+
gem 'cocoapods'
5+
gem 'cocoapods-core'
6+
gem 'xcodeproj'

Gemfile.lock

Lines changed: 28 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
GIT
2-
remote: https://github.com/CocoaPods/CocoaPods.git
3-
revision: f6a7d53286ccbc4c5e419c33f0eb3dbc320af2be
1+
GEM
2+
remote: https://rubygems.org/
43
specs:
5-
cocoapods (1.4.0.beta.1)
4+
CFPropertyList (2.3.6)
5+
activesupport (4.2.10)
6+
i18n (~> 0.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
claide (1.0.2)
11+
cocoapods (1.4.0)
612
activesupport (>= 4.0.2, < 5)
713
claide (>= 1.0.2, < 2.0)
8-
cocoapods-core (= 1.4.0.beta.1)
9-
cocoapods-deintegrate (>= 1.0.1, < 2.0)
14+
cocoapods-core (= 1.4.0)
15+
cocoapods-deintegrate (>= 1.0.2, < 2.0)
1016
cocoapods-downloader (>= 1.1.3, < 2.0)
1117
cocoapods-plugins (>= 1.0.0, < 2.0)
1218
cocoapods-search (>= 1.0.0, < 2.0)
@@ -17,41 +23,15 @@ GIT
1723
escape (~> 0.0.4)
1824
fourflusher (~> 2.0.1)
1925
gh_inspector (~> 1.0)
20-
molinillo (~> 0.6.1)
26+
molinillo (~> 0.6.4)
2127
nap (~> 1.0)
2228
ruby-macho (~> 1.1)
23-
xcodeproj (>= 1.5.2, < 2.0)
24-
25-
GIT
26-
remote: https://github.com/CocoaPods/Core.git
27-
revision: 3efa5e2f0dec56af6fdcfd98822156b65c888ef5
28-
specs:
29-
cocoapods-core (1.4.0.beta.1)
29+
xcodeproj (>= 1.5.4, < 2.0)
30+
cocoapods-core (1.4.0)
3031
activesupport (>= 4.0.2, < 6)
3132
fuzzy_match (~> 2.0.4)
3233
nap (~> 1.0)
33-
34-
GIT
35-
remote: https://github.com/CocoaPods/Xcodeproj.git
36-
revision: 0b7414adf9a21efe139eeed9eda4c16eede431fd
37-
specs:
38-
xcodeproj (1.5.2)
39-
CFPropertyList (~> 2.3.3)
40-
claide (>= 1.0.2, < 2.0)
41-
colored2 (~> 3.1)
42-
nanaimo (~> 0.2.3)
43-
44-
GEM
45-
remote: https://rubygems.org/
46-
specs:
47-
CFPropertyList (2.3.5)
48-
activesupport (4.2.10)
49-
i18n (~> 0.7)
50-
minitest (~> 5.1)
51-
thread_safe (~> 0.3, >= 0.3.4)
52-
tzinfo (~> 1.1)
53-
claide (1.0.2)
54-
cocoapods-deintegrate (1.0.1)
34+
cocoapods-deintegrate (1.0.2)
5535
cocoapods-downloader (1.1.3)
5636
cocoapods-plugins (1.0.0)
5737
nap
@@ -67,25 +47,30 @@ GEM
6747
fourflusher (2.0.1)
6848
fuzzy_match (2.0.4)
6949
gh_inspector (1.0.3)
70-
i18n (0.9.0)
50+
i18n (0.9.3)
7151
concurrent-ruby (~> 1.0)
72-
minitest (5.10.3)
73-
molinillo (0.6.3)
52+
minitest (5.11.3)
53+
molinillo (0.6.4)
7454
nanaimo (0.2.3)
7555
nap (1.1.0)
7656
netrc (0.11.0)
7757
ruby-macho (1.1.0)
7858
thread_safe (0.3.6)
79-
tzinfo (1.2.3)
59+
tzinfo (1.2.4)
8060
thread_safe (~> 0.1)
61+
xcodeproj (1.5.4)
62+
CFPropertyList (~> 2.3.3)
63+
claide (>= 1.0.2, < 2.0)
64+
colored2 (~> 3.1)
65+
nanaimo (~> 0.2.3)
8166

8267
PLATFORMS
8368
ruby
8469

8570
DEPENDENCIES
86-
cocoapods!
87-
cocoapods-core!
88-
xcodeproj!
71+
cocoapods
72+
cocoapods-core
73+
xcodeproj
8974

9075
BUNDLED WITH
9176
1.15.1

0 commit comments

Comments
 (0)