Skip to content

Commit 7a1a71c

Browse files
authored
Export *just* the AppDistributionInternal source code to master to fix CI issues (#10937)
1 parent 3e2dd2f commit 7a1a71c

File tree

10 files changed

+1711
-0
lines changed

10 files changed

+1711
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
This library currently contains upcoming changes, and isn't meant to be used in production.
2+
3+
It exists in `master` for CI purposes.
4+
5+
## Steps to copy over changes in FirebaseAppDistributionInternal to master
6+
7+
For CI builds, this pod needs to be in master. To copy over changes, do the following:
8+
9+
1. `git checkout -b fad/appdistributioninternal`
10+
1. `git checkout fad/in-app-feedback FirebaseAppDistributionInternal/`
11+
12+
Then open a PR to merge these changes to master. This won't affect the public version of `FirebaseAppDistribution`.
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21225" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
3+
<device id="retina6_0" orientation="portrait" appearance="light"/>
4+
<dependencies>
5+
<deployment identifier="iOS"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21207"/>
7+
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
8+
<capability name="System colors in document resources" minToolsVersion="11.0"/>
9+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
10+
</dependencies>
11+
<scenes>
12+
<!--Feedback View Controller-->
13+
<scene sceneID="tne-QT-ifu">
14+
<objects>
15+
<viewController storyboardIdentifier="fir-ad-iaf" id="BYZ-38-t0r" customClass="FeedbackViewController" customModule="AppDistributionInternalResources" customModuleProvider="target" sceneMemberID="viewController">
16+
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
17+
<rect key="frame" x="0.0" y="0.0" width="390" height="844"/>
18+
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
19+
<subviews>
20+
<navigationBar contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Dia-oO-Nu0">
21+
<rect key="frame" x="0.0" y="47" width="390" height="44"/>
22+
<constraints>
23+
<constraint firstAttribute="height" constant="44" id="ifE-ZP-DGh"/>
24+
</constraints>
25+
<items>
26+
<navigationItem title="Feedback" id="JNd-eF-IDH">
27+
<barButtonItem key="leftBarButtonItem" title="Back" id="OJS-4m-F97">
28+
<connections>
29+
<action selector="tappedCancel:" destination="BYZ-38-t0r" id="hdo-oe-Rpf"/>
30+
</connections>
31+
</barButtonItem>
32+
<barButtonItem key="rightBarButtonItem" title="Send" style="done" id="jcN-Fa-ZwH">
33+
<connections>
34+
<action selector="tappedSend:" destination="BYZ-38-t0r" id="2o9-hS-7N7"/>
35+
</connections>
36+
</barButtonItem>
37+
</navigationItem>
38+
</items>
39+
</navigationBar>
40+
<view contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="B8f-p9-FeY">
41+
<rect key="frame" x="0.0" y="92" width="390" height="84"/>
42+
<subviews>
43+
<label opaque="NO" userInteractionEnabled="NO" contentMode="TopLeft" horizontalHuggingPriority="251" verticalHuggingPriority="251" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dmh-tx-P50">
44+
<rect key="frame" x="12" y="8" width="366" height="52"/>
45+
<string key="text">[This is placeholder text from the developer that is show to the tester before they provide feedback. It can contain links to more information.]</string>
46+
<fontDescription key="fontDescription" name=".AppleSystemUIFont" family=".AppleSystemUIFont" pointSize="13"/>
47+
<nil key="textColor"/>
48+
<nil key="highlightedColor"/>
49+
</label>
50+
</subviews>
51+
<color key="backgroundColor" red="0.94901960784313721" green="0.94901960784313721" blue="0.96862745098039216" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
52+
<constraints>
53+
<constraint firstAttribute="bottom" secondItem="dmh-tx-P50" secondAttribute="bottom" constant="24" id="4bb-g4-c6l"/>
54+
<constraint firstItem="dmh-tx-P50" firstAttribute="trailing" secondItem="B8f-p9-FeY" secondAttribute="trailing" constant="-12" id="4iq-ek-mx8"/>
55+
<constraint firstItem="dmh-tx-P50" firstAttribute="top" secondItem="B8f-p9-FeY" secondAttribute="topMargin" id="bQc-lM-lBQ"/>
56+
<constraint firstItem="dmh-tx-P50" firstAttribute="leading" secondItem="B8f-p9-FeY" secondAttribute="leading" constant="12" id="va6-fC-hjm"/>
57+
</constraints>
58+
</view>
59+
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dsI-rN-5aL">
60+
<rect key="frame" x="16" y="302" width="358" height="442"/>
61+
</imageView>
62+
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5dc-R4-ELB">
63+
<rect key="frame" x="0.0" y="175" width="390" height="86"/>
64+
<subviews>
65+
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" misplaced="YES" text="Have feedback? Let us know how we can make this app better?." textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="iNL-09-ZI6">
66+
<rect key="frame" x="19" y="17" width="351" height="50"/>
67+
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
68+
<color key="textColor" systemColor="labelColor"/>
69+
<fontDescription key="fontDescription" type="system" pointSize="14"/>
70+
<textInputTraits key="textInputTraits" autocapitalizationType="sentences"/>
71+
</textView>
72+
</subviews>
73+
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
74+
<constraints>
75+
<constraint firstItem="iNL-09-ZI6" firstAttribute="centerX" secondItem="5dc-R4-ELB" secondAttribute="centerX" id="6mW-Zs-1zw"/>
76+
<constraint firstItem="iNL-09-ZI6" firstAttribute="leading" secondItem="5dc-R4-ELB" secondAttribute="leading" constant="16" id="GJF-wf-ZNr"/>
77+
<constraint firstAttribute="bottom" secondItem="iNL-09-ZI6" secondAttribute="bottom" constant="16" id="GwE-1C-l0F"/>
78+
<constraint firstItem="iNL-09-ZI6" firstAttribute="top" secondItem="5dc-R4-ELB" secondAttribute="top" constant="16" id="vDu-hu-JbG"/>
79+
<constraint firstAttribute="trailing" secondItem="iNL-09-ZI6" secondAttribute="trailing" constant="16" id="ysz-oV-pEc"/>
80+
</constraints>
81+
</view>
82+
</subviews>
83+
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
84+
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
85+
<constraints>
86+
<constraint firstItem="Dia-oO-Nu0" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="7XR-Cu-c7J"/>
87+
<constraint firstItem="B8f-p9-FeY" firstAttribute="top" secondItem="8bC-Xf-vdC" secondAttribute="top" constant="91" id="EFg-iZ-Jzz"/>
88+
<constraint firstItem="5dc-R4-ELB" firstAttribute="trailing" secondItem="B8f-p9-FeY" secondAttribute="trailing" id="EwK-Jx-Hes"/>
89+
<constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="dsI-rN-5aL" secondAttribute="trailing" constant="16" id="I52-Pj-PSq"/>
90+
<constraint firstItem="W0X-zt-uEG" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="Jvv-bL-zyF"/>
91+
<constraint firstAttribute="bottom" secondItem="5dc-R4-ELB" secondAttribute="bottom" constant="583" id="OBu-rX-tfb"/>
92+
<constraint firstItem="Dia-oO-Nu0" firstAttribute="centerX" secondItem="6Tk-OE-BBY" secondAttribute="centerX" id="UDB-uL-1PW"/>
93+
<constraint firstItem="5dc-R4-ELB" firstAttribute="centerX" secondItem="dsI-rN-5aL" secondAttribute="centerX" id="Z7g-ss-vlW"/>
94+
<constraint firstItem="B8f-p9-FeY" firstAttribute="trailing" secondItem="Dia-oO-Nu0" secondAttribute="trailing" id="b1e-eB-0Fc"/>
95+
<constraint firstAttribute="bottom" secondItem="B8f-p9-FeY" secondAttribute="bottom" constant="669" id="gbS-Iu-ikS"/>
96+
<constraint firstItem="5dc-R4-ELB" firstAttribute="leading" secondItem="B8f-p9-FeY" secondAttribute="leading" id="gwL-YB-JX5"/>
97+
<constraint firstItem="dsI-rN-5aL" firstAttribute="top" secondItem="5dc-R4-ELB" secondAttribute="bottom" constant="41" id="kP6-6f-o6b"/>
98+
<constraint firstItem="5dc-R4-ELB" firstAttribute="top" secondItem="Dia-oO-Nu0" secondAttribute="bottom" constant="84" id="ol5-x8-ptW"/>
99+
<constraint firstItem="dsI-rN-5aL" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" constant="16" id="vfI-nc-TeW"/>
100+
<constraint firstItem="B8f-p9-FeY" firstAttribute="leading" secondItem="Dia-oO-Nu0" secondAttribute="leading" id="waP-fr-WQe"/>
101+
<constraint firstItem="Dia-oO-Nu0" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="wg8-jh-o4A"/>
102+
<constraint firstItem="W0X-zt-uEG" firstAttribute="centerY" secondItem="6Tk-OE-BBY" secondAttribute="centerY" id="zZh-sJ-7Gx"/>
103+
</constraints>
104+
</view>
105+
<connections>
106+
<outlet property="additionalInfoLabel" destination="dmh-tx-P50" id="AYi-ue-FXB"/>
107+
<outlet property="feedbackTextView" destination="iNL-09-ZI6" id="Ur9-nn-jm4"/>
108+
<outlet property="screenshotUIImageView" destination="dsI-rN-5aL" id="bRf-CH-E8Y"/>
109+
</connections>
110+
</viewController>
111+
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
112+
</objects>
113+
<point key="canvasLocation" x="130.76923076923077" y="-34.123222748815166"/>
114+
</scene>
115+
</scenes>
116+
<resources>
117+
<systemColor name="labelColor">
118+
<color red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
119+
</systemColor>
120+
<systemColor name="systemBackgroundColor">
121+
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
122+
</systemColor>
123+
</resources>
124+
</document>

0 commit comments

Comments
 (0)