|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14109" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
| 2 | +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> |
3 | 3 | <dependencies>
|
4 |
| - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14109"/> |
| 4 | + <deployment identifier="macosx"/> |
| 5 | + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/> |
5 | 6 | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
6 | 7 | </dependencies>
|
7 | 8 | <objects>
|
|
12 | 13 | </customObject>
|
13 | 14 | <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
14 | 15 | <customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
15 |
| - <customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="Example_Embedder" customModuleProvider="target"> |
| 16 | + <customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="Flutter_Desktop_Example" customModuleProvider="target"> |
16 | 17 | <connections>
|
17 | 18 | <outlet property="window" destination="QvC-M9-y7g" id="gIp-Ho-8D9"/>
|
18 | 19 | </connections>
|
|
322 | 323 | </menu>
|
323 | 324 | </menuItem>
|
324 | 325 | </items>
|
| 326 | + <point key="canvasLocation" x="142" y="-258"/> |
325 | 327 | </menu>
|
326 |
| - <window title="Flutter Desktop Example" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="ExampleWindow" customModule="Example_Embedder" customModuleProvider="target"> |
| 328 | + <window title="Flutter Desktop Example" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="ExampleWindow" customModule="Flutter_Desktop_Example" customModuleProvider="target"> |
327 | 329 | <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
328 |
| - <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> |
329 |
| - <rect key="contentRect" x="335" y="390" width="480" height="360"/> |
| 330 | + <rect key="contentRect" x="335" y="390" width="800" height="600"/> |
330 | 331 | <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1577"/>
|
331 | 332 | <view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
|
332 |
| - <rect key="frame" x="0.0" y="0.0" width="480" height="360"/> |
| 333 | + <rect key="frame" x="0.0" y="0.0" width="800" height="600"/> |
333 | 334 | <autoresizingMask key="autoresizingMask"/>
|
334 |
| - <subviews> |
335 |
| - <openGLView colorSize="5bit_RGB_8bit_Alpha" useAuxiliaryDepthBufferStencil="NO" useDoubleBufferingEnabled="YES" allowOffline="YES" wantsBestResolutionOpenGLSurface="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gEc-a8-YO4" userLabel="Flutter View" customClass="FLEView"> |
336 |
| - <rect key="frame" x="0.0" y="0.0" width="480" height="360"/> |
337 |
| - <connections> |
338 |
| - <outlet property="reshapeListener" destination="G1H-AI-kys" id="1cc-4d-RFE"/> |
339 |
| - </connections> |
340 |
| - </openGLView> |
341 |
| - </subviews> |
342 |
| - <constraints> |
343 |
| - <constraint firstAttribute="trailing" secondItem="gEc-a8-YO4" secondAttribute="trailing" id="48l-99-Yo3"/> |
344 |
| - <constraint firstItem="gEc-a8-YO4" firstAttribute="leading" secondItem="EiT-Mj-1SZ" secondAttribute="leading" id="Hnt-3S-GUm"/> |
345 |
| - <constraint firstItem="gEc-a8-YO4" firstAttribute="top" secondItem="EiT-Mj-1SZ" secondAttribute="top" id="Zcl-HH-aUv"/> |
346 |
| - <constraint firstAttribute="bottom" secondItem="gEc-a8-YO4" secondAttribute="bottom" id="mOL-Lq-el9"/> |
347 |
| - </constraints> |
348 | 335 | </view>
|
349 |
| - <connections> |
350 |
| - <outlet property="flutterViewController" destination="G1H-AI-kys" id="Icn-Jl-i3i"/> |
351 |
| - </connections> |
352 | 336 | </window>
|
353 |
| - <viewController id="G1H-AI-kys" userLabel="Flutter View Controller" customClass="FLEViewController"> |
354 |
| - <connections> |
355 |
| - <outlet property="view" destination="gEc-a8-YO4" id="5gV-MI-Qu1"/> |
356 |
| - </connections> |
357 |
| - </viewController> |
358 | 337 | </objects>
|
359 | 338 | </document>
|
0 commit comments