AboutViewController.xib 1.8 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15G31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
  3. <dependencies>
  4. <deployment identifier="macosx"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10116"/>
  6. <plugIn identifier="com.apple.WebKitIBPlugin" version="10116"/>
  7. </dependencies>
  8. <objects>
  9. <customObject id="-2" userLabel="File's Owner" customClass="AboutViewController" customModule="ZeroTier_One" customModuleProvider="target">
  10. <connections>
  11. <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/>
  12. <outlet property="webView" destination="3BS-QW-rZO" id="ucY-A9-7p7"/>
  13. </connections>
  14. </customObject>
  15. <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
  16. <customObject id="-3" userLabel="Application" customClass="NSObject"/>
  17. <customView id="Hz6-mo-xeY">
  18. <rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
  20. <subviews>
  21. <webView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3BS-QW-rZO">
  22. <rect key="frame" x="20" y="20" width="440" height="440"/>
  23. <webPreferences key="preferences" defaultFontSize="16" defaultFixedFontSize="13" minimumFontSize="0">
  24. <nil key="identifier"/>
  25. </webPreferences>
  26. </webView>
  27. </subviews>
  28. <point key="canvasLocation" x="463" y="570"/>
  29. </customView>
  30. </objects>
  31. </document>