Skip to content

Commit

Permalink
IBDesignable
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarGroth committed Jul 14, 2018
1 parent 4c2a062 commit 09cd2cd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
Binary file not shown.
8 changes: 4 additions & 4 deletions OGSwitch/OGSwitch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
objects = {

/* Begin PBXBuildFile section */
75256FD820FA5A0E00ED6782 /* OGSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 75256FD620FA5A0E00ED6782 /* OGSwitch.h */; settings = {ATTRIBUTES = (Public, ); }; };
75256FDF20FA5A3E00ED6782 /* OGSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75256FDE20FA5A3E00ED6782 /* OGSwitch.swift */; };
753FF19F20FA621C00DFA33E /* OGSwitch.swift in Headers */ = {isa = PBXBuildFile; fileRef = 75256FDE20FA5A3E00ED6782 /* OGSwitch.swift */; settings = {ATTRIBUTES = (Public, ); }; };
753FF1A520FA64B500DFA33E /* OGSwitch.swift in Headers */ = {isa = PBXBuildFile; fileRef = 75256FDE20FA5A3E00ED6782 /* OGSwitch.swift */; settings = {ATTRIBUTES = (Public, ); }; };
753FF1A620FA64D200DFA33E /* OGSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 75256FD620FA5A0E00ED6782 /* OGSwitch.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -63,8 +63,8 @@
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
75256FD820FA5A0E00ED6782 /* OGSwitch.h in Headers */,
753FF19F20FA621C00DFA33E /* OGSwitch.swift in Headers */,
753FF1A620FA64D200DFA33E /* OGSwitch.h in Headers */,
753FF1A520FA64B500DFA33E /* OGSwitch.swift in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
4 changes: 0 additions & 4 deletions OGSwitch/OGSwitch/OGSwitch.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ FOUNDATION_EXPORT double OGSwitchVersionNumber;

//! Project version string for OGSwitch.
FOUNDATION_EXPORT const unsigned char OGSwitchVersionString[];

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


2 changes: 1 addition & 1 deletion OGSwitch/OGSwitch/OGSwitch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import QuartzCore

//Can not be NSControl due to 10.9 issues: https://github.com/iluuu1994/ITSwitch/issues/21

public class OGSwitch : NSView {
@IBDesignable public class OGSwitch : NSView {

@IBInspectable public var tintColor: NSColor = NSColor(calibratedRed:0.27, green: 0.86, blue: 0.36, alpha: 1.0) {
didSet {
Expand Down

0 comments on commit 09cd2cd

Please sign in to comment.