Skip to content

Commit

Permalink
Small build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorstrate committed Dec 1, 2018
1 parent 9d9bbc9 commit 940854d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Color Picker Plus.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
344AA57620DFEBB00045C7B2 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "~/Library/ColorPickers";
dstPath = $HOME/Library/ColorPickers;
dstSubfolderSpec = 0;
files = (
344AA57720DFEBEA0045C7B2 /* Color Picker Plus.colorPicker in CopyFiles */,
Expand Down Expand Up @@ -153,7 +153,7 @@
3491076820D13DDC0058E50D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0940;
LastUpgradeCheck = 1010;
ORGANIZATIONNAME = "Viktor Hundahl Strate";
TargetAttributes = {
3491076F20D13DDC0058E50D = {
Expand Down Expand Up @@ -319,6 +319,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.13;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
SWIFT_COMPILATION_MODE = wholemodule;
};
name = Release;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0940"
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0940"
LastUpgradeVersion = "1010"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
2 changes: 1 addition & 1 deletion Color Picker Plus/ColorPickerPlus.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class ColorPickerPlus: NSColorPicker, NSColorPickingCustom {

}

Logger.debug(message: "Picker view \(pickerView)")
Logger.debug(message: "Picker view \(String(describing: pickerView))")

return pickerView
}
Expand Down

0 comments on commit 940854d

Please sign in to comment.