Skip to content

Commit

Permalink
Update xcodeproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Feb 8, 2016
1 parent e508d2f commit cf1b2f4
Show file tree
Hide file tree
Showing 9 changed files with 355 additions and 117 deletions.
28 changes: 28 additions & 0 deletions netfox OS X/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 kasketis. All rights reserved.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
19 changes: 19 additions & 0 deletions netfox OS X/netfox OS X.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
//
// netfox OS X.h
// netfox OS X
//
// Created by Tom Baranes on 08/02/16.
// Copyright © 2016 kasketis. All rights reserved.
//

#import <Cocoa/Cocoa.h>

//! Project version number for netfox OS X.
FOUNDATION_EXPORT double netfox_OS_XVersionNumber;

//! Project version string for netfox OS X.
FOUNDATION_EXPORT const unsigned char netfox_OS_XVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <netfox_OS_X/PublicHeader.h>


395 changes: 288 additions & 107 deletions netfox.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions netfox/NFX.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import Foundation
#if os(OSX)
import Cocoa
#else
import UIKit
#endif

let nfxVersion = "1.7.2"
Expand Down
2 changes: 2 additions & 0 deletions netfox/NFXDetailsController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2016 Netfox. All rights reserved.
//

import Foundation

class NFXDetailsController: NFXGenericController {

enum EDetailsView
Expand Down
2 changes: 2 additions & 0 deletions netfox/NFXHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import Foundation
#if os(OSX)
import Cocoa
#else
import UIKit
#endif

enum HTTPModelShortType: String
Expand Down
1 change: 1 addition & 0 deletions netfox/NFXListCell_OSX.xib
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
</dependencies>
<objects>
Expand Down
2 changes: 2 additions & 0 deletions netfox/NFXListController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2016 Netfox. All rights reserved.
//

import Foundation

class NFXListController: NFXGenericController {

var tableData = [NFXHTTPModel]()
Expand Down
21 changes: 11 additions & 10 deletions netfox/NetfoxWindow.xib
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="NFXWindowController" customModule="KaraFun" customModuleProvider="target">
<customObject id="-2" userLabel="File's Owner" customClass="NFXWindowController" customModule="netfox" customModuleProvider="target">
<connections>
<outlet property="detailsView" destination="1TF-80-6Mk" id="yHM-Yi-fT7"/>
<outlet property="detailsViewController" destination="m3Y-f4-6bj" id="2K2-pF-1Da"/>
Expand Down Expand Up @@ -109,7 +110,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowSizeStyle="automatic" viewBased="YES" id="jfJ-0b-tAz" userLabel="Table View - Requests">
<rect key="frame" x="0.0" y="0.0" width="262" height="352"/>
<rect key="frame" x="0.0" y="0.0" width="262" height="0.0"/>
<autoresizingMask key="autoresizingMask"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down Expand Up @@ -203,7 +204,7 @@
<rect key="frame" x="10" y="33" width="296" height="250"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3g6-Xq-UrN">
<scrollView misplaced="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3g6-Xq-UrN">
<rect key="frame" x="10" y="10" width="276" height="230"/>
<clipView key="contentView" id="L69-QZ-kqb">
<rect key="frame" x="1" y="1" width="274" height="228"/>
Expand All @@ -214,10 +215,10 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<size key="minSize" width="274" height="228"/>
<size key="maxSize" width="463" height="10000000"/>
<size key="maxSize" width="480" height="10000000"/>
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<size key="minSize" width="274" height="228"/>
<size key="maxSize" width="463" height="10000000"/>
<size key="maxSize" width="480" height="10000000"/>
</textView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
Expand Down Expand Up @@ -382,10 +383,10 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<size key="minSize" width="480" height="328"/>
<size key="maxSize" width="480" height="10000000"/>
<size key="maxSize" width="482" height="10000000"/>
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<size key="minSize" width="480" height="328"/>
<size key="maxSize" width="480" height="10000000"/>
<size key="maxSize" width="482" height="10000000"/>
</textView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
Expand Down Expand Up @@ -449,7 +450,7 @@
<outlet property="textViewResponse" destination="nuU-0x-4AK" id="Dww-cI-ZWZ"/>
</connections>
</viewController>
<viewController id="nry-se-EGu" userLabel="Popover Settings View Controller" customClass="NFXSettingsController_OSX" customModule="KaraFun" customModuleProvider="target">
<viewController id="nry-se-EGu" userLabel="Popover Settings View Controller" customClass="NFXSettingsController_OSX" customModule="netfox" customModuleProvider="target">
<connections>
<outlet property="nfxURLButton" destination="nbr-YK-put" id="ejg-6G-o3M"/>
<outlet property="nfxVersionLabel" destination="Bdo-cd-sT9" id="D64-83-wpt"/>
Expand Down Expand Up @@ -611,7 +612,7 @@
</constraints>
<point key="canvasLocation" x="130.5" y="-106.5"/>
</customView>
<viewController id="CXf-9K-qWP" userLabel="Popover Info View Controller" customClass="NFXInfoController_OSX" customModule="KaraFun" customModuleProvider="target">
<viewController id="CXf-9K-qWP" userLabel="Popover Info View Controller" customClass="NFXInfoController_OSX" customModule="netfox" customModuleProvider="target">
<connections>
<outlet property="textView" destination="MNB-tj-Xyc" id="F3E-pZ-Az8"/>
</connections>
Expand Down Expand Up @@ -733,7 +734,7 @@
</constraints>
<point key="canvasLocation" x="807" y="-106.5"/>
</customView>
<viewController id="DZ0-EN-1Ob" userLabel="Popover Statistics View Controller" customClass="NFXStatisticsController_OSX" customModule="KaraFun" customModuleProvider="target">
<viewController id="DZ0-EN-1Ob" userLabel="Popover Statistics View Controller" customClass="NFXStatisticsController_OSX" customModule="netfox" customModuleProvider="target">
<connections>
<outlet property="textView" destination="x6g-1e-icD" id="WQy-Ki-qmU"/>
</connections>
Expand Down

0 comments on commit cf1b2f4

Please sign in to comment.