Skip to content

Commit 3a88db4

Browse files
authored
Merge pull request #115 from morganchen12/dylibs
Change static library targets to dynamic framework targets
2 parents f6f7b34 + 76c4c2d commit 3a88db4

File tree

111 files changed

+2213
-1322
lines changed

Some content is hidden

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

111 files changed

+2213
-1322
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ xcode_workspace: FirebaseUI.xcworkspace
44
xcode_scheme: FirebaseUITests
55

66
script: xcodebuild -workspace FirebaseUI.xcworkspace
7-
-scheme FirebaseUITests
7+
-scheme FirebaseUI
88
-sdk iphonesimulator
9-
-destination 'platform=iOS Simulator,name=iPhone 6s'
10-
build
9+
-destination 'platform=iOS Simulator,name=iPhone 6s'
1110
test
12-
ONLY_ACTIVE_ARCH=NO
11+
ONLY_ACTIVE_ARCH=YES
1312
CODE_SIGN_IDENTITY=""
1413
CODE_SIGNING_REQUIRED=NO
1514

FirebaseUI/Auth/AuthUI/Source/FIRAuthPickerViewController.xib renamed to FirebaseAuthUI/FIRAuthPickerViewController.xib

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
33
<dependencies>
4+
<deployment identifier="iOS"/>
45
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
56
</dependencies>
67
<objects>
@@ -13,7 +14,7 @@
1314
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="6M3-cT-Snp">
1415
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
1516
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
16-
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
17+
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
1718
<connections>
1819
<outlet property="dataSource" destination="-1" id="FJp-im-BNA"/>
1920
<outlet property="delegate" destination="-1" id="HF2-jh-s3F"/>

FirebaseUI/Auth/AuthUI/Source/FIRAuthUIBaseViewController.m renamed to FirebaseAuthUI/FIRAuthUIBaseViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ - (void)incrementActivity {
261261

262262
// Delay the display of acitivty indiactor for a short period of time.
263263
dispatch_after(dispatch_time(DISPATCH_TIME_NOW,
264-
(int64_t)(kActivityIndiactorAnimationDelay * NSEC_PER_SEC)),
264+
(int64_t)(kActivityIndiactorAnimationDelay * NSEC_PER_SEC)),
265265
dispatch_get_main_queue(), ^{
266266
if (_activityCount > 0) {
267267
[_activityIndicator startAnimating];

FirebaseUI/Auth/AuthUI/Source/FIRAuthUITableViewCell.xib renamed to FirebaseAuthUI/FIRAuthUITableViewCell.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
33
<dependencies>
44
<deployment identifier="iOS"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>

FirebaseUI/Auth/AuthUI/Source/FIREmailEntryViewController.xib renamed to FirebaseAuthUI/FIREmailEntryViewController.xib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
33
<dependencies>
44
<deployment identifier="iOS"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>

FirebaseUI/Auth/AuthUI/Source/FIRPasswordRecoveryViewController.xib renamed to FirebaseAuthUI/FIRPasswordRecoveryViewController.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
33
<dependencies>
44
<deployment identifier="iOS"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
@@ -15,7 +15,7 @@
1515
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="grouped" separatorStyle="default" allowsSelection="NO" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="H6t-i3-acV">
1616
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
1717
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
18-
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
18+
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
1919
<textView key="tableFooterView" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" editable="NO" text="Get instructions sent to this email that explain how to reset your password." textAlignment="natural" selectable="NO" id="ncz-Ir-7MQ">
2020
<rect key="frame" x="0.0" y="554.5" width="600" height="44"/>
2121
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>

FirebaseUI/Auth/AuthUI/Source/FIRPasswordSignInViewController.xib renamed to FirebaseAuthUI/FIRPasswordSignInViewController.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
33
<dependencies>
44
<deployment identifier="iOS"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
@@ -16,7 +16,7 @@
1616
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
1717
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
1818
<button key="tableFooterView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" buttonType="roundedRect" lineBreakMode="middleTruncation" id="6Y9-ZQ-dJB">
19-
<rect key="frame" x="0.0" y="556" width="600" height="44"/>
19+
<rect key="frame" x="0.0" y="554.5" width="600" height="44"/>
2020
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
2121
<fontDescription key="fontDescription" type="system" pointSize="12"/>
2222
<inset key="contentEdgeInsets" minX="8" minY="0.0" maxX="0.0" maxY="0.0"/>

FirebaseUI/Auth/AuthUI/Source/FIRPasswordSignUpViewController.xib renamed to FirebaseAuthUI/FIRPasswordSignUpViewController.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
33
<dependencies>
44
<deployment identifier="iOS"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
@@ -17,7 +17,7 @@
1717
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
1818
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
1919
<textView key="tableFooterView" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" bounces="NO" scrollEnabled="NO" editable="NO" text="By tapping Next you are indicating that you agree to the Terms of Service." textAlignment="natural" id="MCr-Ut-Fly">
20-
<rect key="frame" x="0.0" y="556" width="600" height="44"/>
20+
<rect key="frame" x="0.0" y="554.5" width="600" height="44"/>
2121
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
2222
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
2323
<fontDescription key="fontDescription" type="system" pointSize="12"/>

FirebaseUI/Auth/AuthUI/Source/FIRPasswordVerificationViewController.xib renamed to FirebaseAuthUI/FIRPasswordVerificationViewController.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15G31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
33
<dependencies>
44
<deployment identifier="iOS"/>
55
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
@@ -16,7 +16,7 @@
1616
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
1717
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/>
1818
<button key="tableFooterView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="top" buttonType="roundedRect" lineBreakMode="middleTruncation" id="6Y9-ZQ-dJB">
19-
<rect key="frame" x="0.0" y="556" width="600" height="44"/>
19+
<rect key="frame" x="0.0" y="554.5" width="600" height="44"/>
2020
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
2121
<fontDescription key="fontDescription" type="system" pointSize="12"/>
2222
<inset key="contentEdgeInsets" minX="8" minY="0.0" maxX="0.0" maxY="0.0"/>

FirebaseAuthUI/FirebaseAuthUI.h

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
//
2+
// Copyright (c) 2016 Google Inc.
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
15+
//
16+
17+
@import UIKit;
18+
19+
//! Project version number for FirebaseAuthUI.
20+
FOUNDATION_EXPORT double FirebaseAuthUIVersionNumber;
21+
22+
//! Project version string for FirebaseAuthUI.
23+
FOUNDATION_EXPORT const unsigned char FirebaseAuthUIVersionString[];
24+
25+
#import <FirebaseAuthUI/FIRAuthPickerViewController.h>
26+
#import <FirebaseAuthUI/FIRAuthProviderUI.h>
27+
#import <FirebaseAuthUI/FIRAuthUI.h>
28+
#import <FirebaseAuthUI/FIRAuthUIBaseViewController.h>
29+
#import <FirebaseAuthUI/FIRAuthUIErrorUtils.h>
30+

FirebaseAuthUI/Info.plist

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>0.5</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleVersion</key>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSPrincipalClass</key>
24+
<string></string>
25+
</dict>
26+
</plist>
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,12 @@
1414
// limitations under the License.
1515
//
1616

17-
#import "FIRFacebookAuthUI.h"
17+
@import XCTest;
18+
19+
@interface FirebaseAuthUITests : XCTestCase
20+
21+
@end
22+
23+
@implementation FirebaseAuthUITests
24+
25+
@end
File renamed without changes.

FirebaseUI/Database/API/FirebaseCollectionViewDataSource.h renamed to FirebaseDatabaseUI/FirebaseCollectionViewDataSource.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 <UIKit/UIKit.h>
21+
@import UIKit;
2222

2323
#import "FirebaseDataSource.h"
2424

FirebaseUI/Database/API/FirebaseDataSource.h renamed to FirebaseDatabaseUI/FirebaseDataSource.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 <Foundation/Foundation.h>
21+
@import Foundation;
2222

2323
#import "FirebaseArray.h"
2424

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
//
2+
// Copyright (c) 2016 Google Inc.
3+
//
4+
// Licensed under the Apache License, Version 2.0 (the "License");
5+
// you may not use this file except in compliance with the License.
6+
// You may obtain a copy of the License at
7+
//
8+
// http://www.apache.org/licenses/LICENSE-2.0
9+
//
10+
// Unless required by applicable law or agreed to in writing, software
11+
// distributed under the License is distributed on an "AS IS" BASIS,
12+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
// See the License for the specific language governing permissions and
14+
// limitations under the License.
15+
//
16+
17+
@import UIKit;
18+
19+
//! Project version number for FirebaseDatabaseUI.
20+
FOUNDATION_EXPORT double FirebaseDatabaseUIVersionNumber;
21+
22+
//! Project version string for FirebaseDatabaseUI.
23+
FOUNDATION_EXPORT const unsigned char FirebaseDatabaseUIVersionString[];
24+
25+
#import <FirebaseDatabaseUI/FirebaseArray.h>
26+
#import <FirebaseDatabaseUI/FirebaseArrayDelegate.h>
27+
#import <FirebaseDatabaseUI/FirebaseCollectionViewDataSource.h>
28+
#import <FirebaseDatabaseUI/FirebaseDataSource.h>
29+
#import <FirebaseDatabaseUI/FirebaseTableViewDataSource.h>
30+
31+

FirebaseDatabaseUI/Info.plist

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>0.5</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleVersion</key>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSPrincipalClass</key>
24+
<string></string>
25+
</dict>
26+
</plist>

FirebaseUITests/FirebaseArrayTest.m renamed to FirebaseDatabaseUITests/FirebaseArrayTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
// clang-format on
2020

2121
@import XCTest;
22+
@import FirebaseDatabaseUI;
2223

23-
#import "FirebaseArray.h"
2424
#import "FirebaseArrayTestUtils.h"
2525

2626
@interface FirebaseArrayTest : XCTestCase

FirebaseUITests/FirebaseArrayTestUtils.h renamed to FirebaseDatabaseUITests/FirebaseArrayTestUtils.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 "FirebaseArray.h"
21+
@import FirebaseDatabaseUI;
2222

2323
NS_ASSUME_NONNULL_BEGIN
2424

FirebaseUITests/FirebaseCollectionViewDataSourceTest.m renamed to FirebaseDatabaseUITests/FirebaseCollectionViewDataSourceTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
// clang-format on
2020

2121
@import XCTest;
22+
@import FirebaseDatabaseUI;
2223

23-
#import "FirebaseCollectionViewDataSource.h"
2424
#import "FirebaseArrayTestUtils.h"
2525

2626
static NSString *const kTestReuseIdentifier = @"FirebaseCollectionViewDataSourceTest";

FirebaseUITests/FirebaseTableViewDataSourceTest.m renamed to FirebaseDatabaseUITests/FirebaseTableViewDataSourceTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
// clang-format on
2020

2121
@import XCTest;
22+
@import FirebaseDatabaseUI;
2223

23-
#import "FirebaseTableViewDataSource.h"
2424
#import "FirebaseArrayTestUtils.h"
2525

2626
static NSString *const kTestReuseIdentifier = @"FirebaseTableViewDataSourceTest";

FirebaseDatabaseUITests/Info.plist

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>BNDL</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>1.0</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleVersion</key>
22+
<string>1</string>
23+
</dict>
24+
</plist>

FirebaseUI/Auth/AuthProviderUI/Facebook/Source/FIRFacebookAuthUI.h renamed to FirebaseFacebookAuthUI/FIRFacebookAuthUI.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 "FirebaseAuthUI.h"
17+
@import FirebaseAuthUI;
1818

1919
NS_ASSUME_NONNULL_BEGIN
2020

FirebaseUI/Auth/AuthUI/Source/FirebaseAuthUI.h renamed to FirebaseFacebookAuthUI/FirebaseFacebookAuthUI.h

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

17-
#import "FIRAuthPickerViewController.h"
18-
#import "FIRAuthProviderUI.h"
19-
#import "FIRAuthUI.h"
20-
#import "FIRAuthUIBaseViewController.h"
21-
#import "FIRAuthUIErrorUtils.h"
17+
@import UIKit;
18+
19+
//! Project version number for FirebaseFacebookAuthUI.
20+
FOUNDATION_EXPORT double FirebaseFacebookAuthUIVersionNumber;
21+
22+
//! Project version string for FirebaseFacebookAuthUI.
23+
FOUNDATION_EXPORT const unsigned char FirebaseFacebookAuthUIVersionString[];
24+
25+
#import <FirebaseFacebookAuthUI/FIRFacebookAuthUI.h>
26+
27+

FirebaseFacebookAuthUI/Info.plist

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleExecutable</key>
8+
<string>$(EXECUTABLE_NAME)</string>
9+
<key>CFBundleIdentifier</key>
10+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
11+
<key>CFBundleInfoDictionaryVersion</key>
12+
<string>6.0</string>
13+
<key>CFBundleName</key>
14+
<string>$(PRODUCT_NAME)</string>
15+
<key>CFBundlePackageType</key>
16+
<string>FMWK</string>
17+
<key>CFBundleShortVersionString</key>
18+
<string>0.5</string>
19+
<key>CFBundleSignature</key>
20+
<string>????</string>
21+
<key>CFBundleVersion</key>
22+
<string>$(CURRENT_PROJECT_VERSION)</string>
23+
<key>NSPrincipalClass</key>
24+
<string></string>
25+
</dict>
26+
</plist>

0 commit comments

Comments
 (0)