Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Side by Side Diff: webrtc/build/ios/webrtc/PodTest/PodTest/Base.lproj/Main.storyboard

Issue 1829783003: Build dynamic framework with podspec for Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version=" 3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initi alViewController="BYZ-38-t0r">
3 <dependencies>
4 <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" versi on="6204"/>
5 </dependencies>
6 <scenes>
7 <!--View Controller-->
8 <scene sceneID="tne-QT-ifu">
9 <objects>
10 <viewController id="BYZ-38-t0r" customClass="ViewController" cus tomModuleProvider="" sceneMemberID="viewController">
11 <layoutGuides>
12 <viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
13 <viewControllerLayoutGuide type="bottom" id="wfy-db-euE" />
14 </layoutGuides>
15 <view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
16 <rect key="frame" x="0.0" y="0.0" width="600" height="60 0"/>
17 <autoresizingMask key="autoresizingMask" widthSizable="Y ES" heightSizable="YES"/>
18 <color key="backgroundColor" white="1" alpha="1" colorSp ace="custom" customColorSpace="calibratedWhite"/>
19 </view>
20 </viewController>
21 <placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0 -nzr" sceneMemberID="firstResponder"/>
22 </objects>
23 </scene>
24 </scenes>
25 </document>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698