Skip to content

Commit

Permalink
Updated to 1.3
Browse files Browse the repository at this point in the history
New release in Releases folder. Updating version and minor things.
  • Loading branch information
Rusty Myers committed Dec 14, 2016
1 parent 8a3bf56 commit 8dd5cee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
11 changes: 5 additions & 6 deletions QnA/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16B2555" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Application-->
Expand Down Expand Up @@ -694,15 +695,13 @@
<rect key="frame" x="1" y="1" width="573" height="265"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView importsGraphics="NO" findStyle="panel" continuousSpellChecking="YES" allowsUndo="YES" usesRuler="YES" usesFontPanel="YES" verticallyResizable="YES" allowsNonContiguousLayout="YES" quoteSubstitution="YES" dashSubstitution="YES" spellingCorrection="YES" smartInsertDelete="YES" id="X8r-Um-0gH">
<textView importsGraphics="NO" usesFontPanel="YES" findStyle="panel" continuousSpellChecking="YES" allowsUndo="YES" usesRuler="YES" allowsNonContiguousLayout="YES" quoteSubstitution="YES" dashSubstitution="YES" spellingCorrection="YES" smartInsertDelete="YES" id="X8r-Um-0gH">
<rect key="frame" x="0.0" y="0.0" width="573" height="265"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<size key="minSize" width="573" height="265"/>
<size key="maxSize" width="590" height="10000000"/>
<color key="insertionPointColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<size key="minSize" width="573" height="265"/>
<size key="maxSize" width="590" height="10000000"/>
</textView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
Expand Down
2 changes: 1 addition & 1 deletion QnA/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2</string>
<string>1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 3 additions & 3 deletions QnA/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ class ViewController: NSViewController {
task.arguments = ["-showtypes"]
task.standardInput = inpipe
task.standardOutput = outpipe
task.standardError = outpipe;
task.standardError = outpipe

inpipe.fileHandleForWriting.write(relevance.data(using: String.Encoding.utf8)!)
inpipe.fileHandleForWriting.closeFile()

task.launch()
// Disabled for large returns
//task.waitUntilExit()

// task.waitUntilExit()
let outputdata = outpipe.fileHandleForReading.readDataToEndOfFile()
let standardout = NSString(data: outputdata, encoding: String.Encoding.utf8.rawValue)

Expand Down
1 change: 1 addition & 0 deletions QnATests/QnATests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class QnATests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.

}

func testPerformanceExample() {
Expand Down
Binary file added Releases/QnA GUI 1.3.zip
Binary file not shown.

1 comment on commit 8dd5cee

@jgstew
Copy link
Contributor

@jgstew jgstew commented on 8dd5cee Dec 15, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prefetch QnA.GUI.app.1.3.zip sha1:e74bb440e96559d955ab3d38013ceb430967a354 size:2839811 https://github.com/rustymyers/QnAGUI/releases/download/v1.3/QnA.GUI.app.1.3.zip sha256:c1f92a1f4b74ce016ba8387792e12f1379a8857d12844200960f2e6683bd48b7

Please sign in to comment.