AboutViewController.xib 1.8 KB

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