Skip to content

Commit 72cb350

Browse files
authored
Merge pull request #500 from morganchen12/master
Fix docs issue and unselectable footer
2 parents 948f367 + 9eb7385 commit 72cb350

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

FirebasePhoneAuthUI/FUIPhoneEntryViewController.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
7-
<deployment identifier="iOS"/>
87
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
98
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
109
</dependencies>
@@ -28,12 +27,13 @@
2827
<rect key="frame" x="0.0" y="896.5" width="375" height="100"/>
2928
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
3029
<subviews>
31-
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="By tapping Verify Phone Number, an SMS may be sent. Message &amp; data rates may apply." textAlignment="natural" selectable="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kGX-Qm-s2k" userLabel="Tos View" customClass="FUIPrivacyAndTermsOfServiceView">
30+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" editable="NO" text="By tapping Verify Phone Number, an SMS may be sent. Message &amp; data rates may apply." textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="kGX-Qm-s2k" userLabel="Tos View" customClass="FUIPrivacyAndTermsOfServiceView">
3231
<rect key="frame" x="10" y="0.0" width="355" height="100"/>
3332
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
3433
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="0.28999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
3534
<fontDescription key="fontDescription" type="system" pointSize="12"/>
3635
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
36+
<dataDetectorType key="dataDetectorTypes" link="YES"/>
3737
</textView>
3838
</subviews>
3939
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>

FirebaseUI.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseUI'
3-
s.version = '5.1.3'
3+
s.version = '5.1.5'
44
s.summary = 'UI binding libraries for Firebase.'
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
7-
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v5.1.3' }
7+
s.source = { :git => 'https://github.com/firebase/FirebaseUI-iOS.git', :tag => 'v' + s.version.to_s }
88
s.author = 'Firebase'
99
s.platform = :ios
1010
s.ios.deployment_target = '9.0'

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ Go to `Project Settings -> Info tab -> Url Types` and update values for:
9595
+ `fb{your-app-id}` (put Facebook App Id)
9696
+ `twitterkit-{consumer-key}` (put Twitter App Consumer key)
9797

98-
1. Update `Info.plist` with Twitter and Tacebook configuration values
98+
1. Update `Info.plist` with Facebook configuration values
9999
+ `FacebookAppID -> {your-app-id}` (put Facebook App Id)
100-
+ `Fabric -> Kits -> KitInfo -> consumerKey / consumerSecret` (put Twitter App consumer key/secret). Please note that's it's not secure to store the `consumerSecret` in the app itself.
101100

102101
1. Enable Keychain Sharing.<br>
103102
Facebook SDK requires keychain sharing.<br>

0 commit comments

Comments
 (0)