Skip to content
This repository has been archived by the owner on Oct 28, 2018. It is now read-only.

Commit

Permalink
Fixed copy result feature (close #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Trévisan committed May 25, 2016
1 parent 91a1f15 commit 4f026cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Colour Contrast Analyser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -441,7 +441,7 @@
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_IDENTITY = "";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand Down
Binary file not shown.
10 changes: 3 additions & 7 deletions Colour Contrast Analyser/Base.lproj/MainWindow.xib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?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">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9532"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
<capability name="box content view" minToolsVersion="7.0"/>
<capability name="stacking Non-gravity area distributions on NSStackView" minToolsVersion="7.0" minSystemVersion="10.11"/>
</dependencies>
Expand All @@ -16,13 +16,9 @@
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customObject id="Voe-Tx-rLC" customClass="AppDelegate" customModule="Colour_Contrast_Analyser" customModuleProvider="target">
<connections>
<outlet property="background" destination="sD1-z4-opA" id="4ih-Md-izh"/>
<outlet property="colorBrightnessDifference" destination="SRJ-pJ-EYb" id="o5h-qI-FM9"/>
<outlet property="foreground" destination="Cpo-4Q-cFj" id="xzM-3z-Fv9"/>
<outlet property="foregroundRGBView" destination="Cpo-4Q-cFj" id="vKa-E6-XPx"/>
<outlet property="luminosity" destination="7v4-0F-zyi" id="KEq-Ek-Fv0"/>
<outlet property="mainWindow" destination="QvC-M9-y7g" id="VEI-cG-fUh"/>
<outlet property="stack" destination="abj-AF-RZM" id="vbM-e3-6Wf"/>
</connections>
</customObject>
<viewController id="7v4-0F-zyi" customClass="CCALuminosityControler" customModule="Colour_Contrast_Analyser" customModuleProvider="target">
Expand Down Expand Up @@ -113,7 +109,7 @@
</connections>
</menuItem>
<menuItem title="Copy Full Results" keyEquivalent="c" id="29A-sF-pet">
<modifierMask key="keyEquivalentModifierMask" control="YES" command="YES"/>
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="copyResults:" target="Voe-Tx-rLC" id="CqQ-51-bHI"/>
</connections>
Expand Down

0 comments on commit 4f026cf

Please sign in to comment.