|
|
|
@ -1,8 +1,9 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
|
|
|
|
<!-- Hiding the title bar technique from https://medium.com/flutter-community/transparent-title-bar-on-macos-with-flutter-7043d44f25dc -->
|
|
|
|
|
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17506" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
|
|
|
|
<dependencies>
|
|
|
|
|
<deployment identifier="macosx"/>
|
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14490.70"/>
|
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17506"/>
|
|
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
|
|
</dependencies>
|
|
|
|
|
<objects>
|
|
|
|
@ -13,7 +14,7 @@
|
|
|
|
|
</customObject>
|
|
|
|
|
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
|
|
|
|
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
|
|
|
|
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="Runner" customModuleProvider="target">
|
|
|
|
|
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="Photo_Search" customModuleProvider="target">
|
|
|
|
|
<connections>
|
|
|
|
|
<outlet property="applicationMenu" destination="uQy-DD-JDr" id="XBo-yE-nKs"/>
|
|
|
|
|
<outlet property="mainFlutterWindow" destination="QvC-M9-y7g" id="gIp-Ho-8D9"/>
|
|
|
|
@ -326,14 +327,15 @@
|
|
|
|
|
</items>
|
|
|
|
|
<point key="canvasLocation" x="142" y="-258"/>
|
|
|
|
|
</menu>
|
|
|
|
|
<window title="APP_NAME" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g" customClass="MainFlutterWindow" customModule="Runner" customModuleProvider="target">
|
|
|
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
|
|
|
|
<window title="APP_NAME" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" titlebarAppearsTransparent="YES" titleVisibility="hidden" id="QvC-M9-y7g" customClass="MainFlutterWindow" customModule="Photo_Search" customModuleProvider="target">
|
|
|
|
|
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES" fullSizeContentView="YES"/>
|
|
|
|
|
<rect key="contentRect" x="335" y="390" width="800" height="600"/>
|
|
|
|
|
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1577"/>
|
|
|
|
|
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
|
|
|
|
|
<view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
|
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="800" height="600"/>
|
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
|
</view>
|
|
|
|
|
<point key="canvasLocation" x="115" y="-652"/>
|
|
|
|
|
</window>
|
|
|
|
|
</objects>
|
|
|
|
|
</document>
|
|
|
|
|