diff options
| author | Grant Limberg <glimberg@gmail.com> | 2016-05-14 15:42:45 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2016-05-14 15:42:45 -0700 |
| commit | 225c2b095b03e4b0383a99863349fc28b6a3f893 (patch) | |
| tree | 5642a8066b1cd7d0827c0193089746ccef5148d9 /ZeroTier One/JoinNetworkViewController.xib | |
| parent | 058233801596c706efb1cb668068f1c8e0135cb6 (diff) | |
| download | infinitytier-225c2b095b03e4b0383a99863349fc28b6a3f893.tar.gz infinitytier-225c2b095b03e4b0383a99863349fc28b6a3f893.zip | |
Initial start of the menu bar app.
Has menu items to join/leave networks which currently displays an empty popover from the icon (icon needs to be made still)
Diffstat (limited to 'ZeroTier One/JoinNetworkViewController.xib')
| -rw-r--r-- | ZeroTier One/JoinNetworkViewController.xib | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ZeroTier One/JoinNetworkViewController.xib b/ZeroTier One/JoinNetworkViewController.xib new file mode 100644 index 00000000..7f3f1329 --- /dev/null +++ b/ZeroTier One/JoinNetworkViewController.xib @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10116" systemVersion="15E65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> + <dependencies> + <deployment identifier="macosx"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10116"/> + </dependencies> + <objects> + <customObject id="-2" userLabel="File's Owner" customClass="JoinNetworkViewController" customModule="ZeroTier_One" customModuleProvider="target"> + <connections> + <outlet property="view" destination="Hz6-mo-xeY" id="0bl-1N-x8E"/> + </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="272"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + </customView> + </objects> +</document> |
