diff options
| author | Grant Limberg <grant.limberg@zerotier.com> | 2016-10-17 14:50:18 -0700 |
|---|---|---|
| committer | Grant Limberg <grant.limberg@zerotier.com> | 2016-10-17 14:50:18 -0700 |
| commit | 0f3095f1300b44d07ccf4b8e595e7de292eb3a5b (patch) | |
| tree | 2812ef1a8cf50ee5fc8e99b2d7b8c464bd37ed0b /macui/ZeroTier One/AboutViewController.xib | |
| parent | 772599a6fc19aa0f5cf7a1dca49985742d26aea4 (diff) | |
| parent | 7b7ec133496db4fef867d9100285a02cd3f1aed6 (diff) | |
| download | infinitytier-0f3095f1300b44d07ccf4b8e595e7de292eb3a5b.tar.gz infinitytier-0f3095f1300b44d07ccf4b8e595e7de292eb3a5b.zip | |
Merge remote-tracking branch 'macui/master' into macui-merge
# Conflicts:
# .gitignore
Diffstat (limited to 'macui/ZeroTier One/AboutViewController.xib')
| -rw-r--r-- | macui/ZeroTier One/AboutViewController.xib | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/macui/ZeroTier One/AboutViewController.xib b/macui/ZeroTier One/AboutViewController.xib new file mode 100644 index 00000000..a0df0fcf --- /dev/null +++ b/macui/ZeroTier One/AboutViewController.xib @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15G31" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> + <dependencies> + <deployment identifier="macosx"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10116"/> + <plugIn identifier="com.apple.WebKitIBPlugin" version="10116"/> + </dependencies> + <objects> + <customObject id="-2" userLabel="File's Owner" customClass="AboutViewController" customModule="ZeroTier_One" customModuleProvider="target"> + <connections> + <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> + <outlet property="webView" destination="3BS-QW-rZO" id="ucY-A9-7p7"/> + </connections> + </customObject> + <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> + <customObject id="-3" userLabel="Application" customClass="NSObject"/> + <customView id="Hz6-mo-xeY"> + <rect key="frame" x="0.0" y="0.0" width="480" height="480"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <subviews> + <webView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3BS-QW-rZO"> + <rect key="frame" x="20" y="20" width="440" height="440"/> + <webPreferences key="preferences" defaultFontSize="16" defaultFixedFontSize="13" minimumFontSize="0"> + <nil key="identifier"/> + </webPreferences> + </webView> + </subviews> + <point key="canvasLocation" x="463" y="570"/> + </customView> + </objects> +</document> |
