ChromaColorPicker/ChromaColorPicker.xcodeproj/project.pbxproj

721 lines
31 KiB
Plaintext
Raw Normal View History

2016-08-11 21:02:26 +03:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
3503B8331F2689BC00750356 /* ChromaColorPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 3503B8311F2689BC00750356 /* ChromaColorPicker.h */; settings = {ATTRIBUTES = (Public, ); }; };
3503B8361F2689BC00750356 /* ChromaColorPicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3503B82F1F2689BC00750356 /* ChromaColorPicker.framework */; };
3503B8371F2689BC00750356 /* ChromaColorPicker.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3503B82F1F2689BC00750356 /* ChromaColorPicker.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2016-08-11 21:02:26 +03:00
35C376D11D5CF5300069D7A1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35C376D01D5CF5300069D7A1 /* AppDelegate.swift */; };
35C376D31D5CF5300069D7A1 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35C376D21D5CF5300069D7A1 /* ViewController.swift */; };
35C376D61D5CF5300069D7A1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 35C376D41D5CF5300069D7A1 /* Main.storyboard */; };
35C376D81D5CF5300069D7A1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 35C376D71D5CF5300069D7A1 /* Assets.xcassets */; };
35C376DB1D5CF5300069D7A1 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 35C376D91D5CF5300069D7A1 /* LaunchScreen.storyboard */; };
FC1BD8C02207D7B700817AF3 /* ChromaColorPickerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC1BD8BF2207D7B700817AF3 /* ChromaColorPickerTests.swift */; };
FC1BD8C22207D7B700817AF3 /* ChromaColorPicker.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3503B82F1F2689BC00750356 /* ChromaColorPicker.framework */; };
2019-04-12 07:21:47 +03:00
FC4387C422603AE900F739F1 /* ColorWheelViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCCA42AB226038A400BE2FF9 /* ColorWheelViewTests.swift */; };
FC4387C62262556600F739F1 /* ChromaBrightnessSlider.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC4387C52262556600F739F1 /* ChromaBrightnessSlider.swift */; };
FC4387C922625C7000F739F1 /* SliderTrackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC4387C822625C7000F739F1 /* SliderTrackView.swift */; };
FC4387CB22625DA800F739F1 /* SliderHandleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC4387CA22625DA800F739F1 /* SliderHandleView.swift */; };
FC4387CD2262B82600F739F1 /* ChromaControlStylable.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC4387CC2262B82600F739F1 /* ChromaControlStylable.swift */; };
FC4387DE226974FD00F739F1 /* UIColor+Brightness.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC4387DC226972EB00F739F1 /* UIColor+Brightness.swift */; };
FCCA42A5226022A800BE2FF9 /* ColorWheelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCCA42A4226022A800BE2FF9 /* ColorWheelView.swift */; };
FCCA42A7226023F000BE2FF9 /* ChromaColorHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCCA42A6226023F000BE2FF9 /* ChromaColorHandle.swift */; };
FCCA42AA2260329900BE2FF9 /* UIView+DropShadow.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCCA42A92260329900BE2FF9 /* UIView+DropShadow.swift */; };
FCEA4E272235AAA200C0A1B6 /* ChromaColorPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = FCEA4E262235AAA200C0A1B6 /* ChromaColorPicker.swift */; };
2016-08-11 21:02:26 +03:00
/* End PBXBuildFile section */
2016-12-30 23:29:30 +03:00
/* Begin PBXContainerItemProxy section */
3503B8341F2689BC00750356 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 35C376C51D5CF5300069D7A1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 3503B82E1F2689BC00750356;
remoteInfo = ChromaColorPicker;
};
FC1BD8C32207D7B700817AF3 /* PBXContainerItemProxy */ = {
2016-12-30 23:29:30 +03:00
isa = PBXContainerItemProxy;
containerPortal = 35C376C51D5CF5300069D7A1 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 3503B82E1F2689BC00750356;
remoteInfo = ChromaColorPicker;
2016-12-30 23:29:30 +03:00
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
3503B83B1F2689BC00750356 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
3503B8371F2689BC00750356 /* ChromaColorPicker.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
2016-08-11 21:02:26 +03:00
/* Begin PBXFileReference section */
3503B82F1F2689BC00750356 /* ChromaColorPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ChromaColorPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; };
3503B8311F2689BC00750356 /* ChromaColorPicker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ChromaColorPicker.h; sourceTree = "<group>"; };
3503B8321F2689BC00750356 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
35C376CD1D5CF5300069D7A1 /* ChromaColorPickerExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ChromaColorPickerExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
2016-08-11 21:02:26 +03:00
35C376D01D5CF5300069D7A1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
35C376D21D5CF5300069D7A1 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
35C376D51D5CF5300069D7A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
35C376D71D5CF5300069D7A1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
35C376DA1D5CF5300069D7A1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
35C376DC1D5CF5300069D7A1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
FC1BD8BD2207D7B700817AF3 /* ChromaColorPickerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ChromaColorPickerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
FC1BD8BF2207D7B700817AF3 /* ChromaColorPickerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChromaColorPickerTests.swift; sourceTree = "<group>"; };
FC1BD8C12207D7B700817AF3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
FC1BD8C82207FCE100817AF3 /* ChromaHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChromaHandle.swift; sourceTree = "<group>"; };
FC1BD8C92207FCE100817AF3 /* ChromaShadeSlider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChromaShadeSlider.swift; sourceTree = "<group>"; };
FC1BD8CA2207FCE100817AF3 /* ChromaColorPicker.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChromaColorPicker.swift; sourceTree = "<group>"; };
FC1BD8CB2207FCE100817AF3 /* UIColor+Utilities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+Utilities.swift"; sourceTree = "<group>"; };
FC1BD8CC2207FCE100817AF3 /* ChromaAddButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChromaAddButton.swift; sourceTree = "<group>"; };
FC1BD8CD2207FCE100817AF3 /* ColorModeToggleButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorModeToggleButton.swift; sourceTree = "<group>"; };
FC4387C52262556600F739F1 /* ChromaBrightnessSlider.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChromaBrightnessSlider.swift; sourceTree = "<group>"; };
FC4387C822625C7000F739F1 /* SliderTrackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SliderTrackView.swift; sourceTree = "<group>"; };
FC4387CA22625DA800F739F1 /* SliderHandleView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SliderHandleView.swift; sourceTree = "<group>"; };
FC4387CC2262B82600F739F1 /* ChromaControlStylable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChromaControlStylable.swift; sourceTree = "<group>"; };
FC4387DC226972EB00F739F1 /* UIColor+Brightness.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Brightness.swift"; sourceTree = "<group>"; };
FCCA42A4226022A800BE2FF9 /* ColorWheelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorWheelView.swift; sourceTree = "<group>"; };
FCCA42A6226023F000BE2FF9 /* ChromaColorHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChromaColorHandle.swift; sourceTree = "<group>"; };
FCCA42A92260329900BE2FF9 /* UIView+DropShadow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+DropShadow.swift"; sourceTree = "<group>"; };
2019-04-12 07:21:47 +03:00
FCCA42AB226038A400BE2FF9 /* ColorWheelViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorWheelViewTests.swift; sourceTree = "<group>"; };
FCEA4E262235AAA200C0A1B6 /* ChromaColorPicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChromaColorPicker.swift; sourceTree = "<group>"; };
2016-08-11 21:02:26 +03:00
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
3503B82B1F2689BC00750356 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
2016-08-11 21:02:26 +03:00
35C376CA1D5CF5300069D7A1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
3503B8361F2689BC00750356 /* ChromaColorPicker.framework in Frameworks */,
2016-08-11 21:02:26 +03:00
);
runOnlyForDeploymentPostprocessing = 0;
};
FC1BD8BA2207D7B700817AF3 /* Frameworks */ = {
2016-12-30 23:29:30 +03:00
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FC1BD8C22207D7B700817AF3 /* ChromaColorPicker.framework in Frameworks */,
2016-12-30 23:29:30 +03:00
);
runOnlyForDeploymentPostprocessing = 0;
};
2016-08-11 21:02:26 +03:00
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
3503B8301F2689BC00750356 /* Source */ = {
isa = PBXGroup;
children = (
FC4387C722625C5F00F739F1 /* Helpers */,
FCCA42A82260325F00BE2FF9 /* Extensions */,
FCCA427822601F8800BE2FF9 /* Legacy */,
3503B8311F2689BC00750356 /* ChromaColorPicker.h */,
3503B8321F2689BC00750356 /* Info.plist */,
FCEA4E262235AAA200C0A1B6 /* ChromaColorPicker.swift */,
FC4387C52262556600F739F1 /* ChromaBrightnessSlider.swift */,
FCCA42A4226022A800BE2FF9 /* ColorWheelView.swift */,
FC4387CC2262B82600F739F1 /* ChromaControlStylable.swift */,
);
path = Source;
sourceTree = "<group>";
};
2016-08-11 21:02:26 +03:00
35C376C41D5CF5300069D7A1 = {
isa = PBXGroup;
children = (
35C376CF1D5CF5300069D7A1 /* Example */,
3503B8301F2689BC00750356 /* Source */,
FC1BD8BE2207D7B700817AF3 /* Tests */,
2016-08-11 21:02:26 +03:00
35C376CE1D5CF5300069D7A1 /* Products */,
);
sourceTree = "<group>";
};
35C376CE1D5CF5300069D7A1 /* Products */ = {
isa = PBXGroup;
children = (
35C376CD1D5CF5300069D7A1 /* ChromaColorPickerExample.app */,
3503B82F1F2689BC00750356 /* ChromaColorPicker.framework */,
FC1BD8BD2207D7B700817AF3 /* ChromaColorPickerTests.xctest */,
2016-08-11 21:02:26 +03:00
);
name = Products;
sourceTree = "<group>";
};
35C376CF1D5CF5300069D7A1 /* Example */ = {
2016-08-11 21:02:26 +03:00
isa = PBXGroup;
children = (
35C376D01D5CF5300069D7A1 /* AppDelegate.swift */,
35C376D21D5CF5300069D7A1 /* ViewController.swift */,
35C376D41D5CF5300069D7A1 /* Main.storyboard */,
35C376D71D5CF5300069D7A1 /* Assets.xcassets */,
35C376D91D5CF5300069D7A1 /* LaunchScreen.storyboard */,
35C376DC1D5CF5300069D7A1 /* Info.plist */,
);
path = Example;
2016-08-11 21:40:04 +03:00
sourceTree = "<group>";
};
FC1BD8BE2207D7B700817AF3 /* Tests */ = {
2016-12-30 23:29:30 +03:00
isa = PBXGroup;
children = (
2019-04-12 07:21:47 +03:00
FCCA42AD226038BD00BE2FF9 /* Extensions */,
FC1BD8BF2207D7B700817AF3 /* ChromaColorPickerTests.swift */,
2019-04-12 07:21:47 +03:00
FCCA42AB226038A400BE2FF9 /* ColorWheelViewTests.swift */,
FC1BD8C12207D7B700817AF3 /* Info.plist */,
2016-12-30 23:29:30 +03:00
);
path = Tests;
2016-12-30 23:29:30 +03:00
sourceTree = "<group>";
};
FC4387C722625C5F00F739F1 /* Helpers */ = {
isa = PBXGroup;
children = (
FCCA42A6226023F000BE2FF9 /* ChromaColorHandle.swift */,
FC4387CA22625DA800F739F1 /* SliderHandleView.swift */,
FC4387C822625C7000F739F1 /* SliderTrackView.swift */,
);
path = Helpers;
sourceTree = "<group>";
};
FCCA427822601F8800BE2FF9 /* Legacy */ = {
2016-12-30 23:29:30 +03:00
isa = PBXGroup;
children = (
FC1BD8CC2207FCE100817AF3 /* ChromaAddButton.swift */,
FC1BD8CA2207FCE100817AF3 /* ChromaColorPicker.swift */,
FC1BD8C82207FCE100817AF3 /* ChromaHandle.swift */,
FC1BD8C92207FCE100817AF3 /* ChromaShadeSlider.swift */,
FC1BD8CD2207FCE100817AF3 /* ColorModeToggleButton.swift */,
FC1BD8CB2207FCE100817AF3 /* UIColor+Utilities.swift */,
2016-12-30 23:29:30 +03:00
);
path = Legacy;
2016-12-30 23:29:30 +03:00
sourceTree = "<group>";
};
FCCA42A82260325F00BE2FF9 /* Extensions */ = {
isa = PBXGroup;
children = (
FCCA42A92260329900BE2FF9 /* UIView+DropShadow.swift */,
FC4387DC226972EB00F739F1 /* UIColor+Brightness.swift */,
);
path = Extensions;
sourceTree = "<group>";
};
2019-04-12 07:21:47 +03:00
FCCA42AD226038BD00BE2FF9 /* Extensions */ = {
isa = PBXGroup;
children = (
);
path = Extensions;
sourceTree = "<group>";
};
2016-08-11 21:02:26 +03:00
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
3503B82C1F2689BC00750356 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
3503B8331F2689BC00750356 /* ChromaColorPicker.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
2016-08-11 21:02:26 +03:00
/* Begin PBXNativeTarget section */
3503B82E1F2689BC00750356 /* ChromaColorPicker */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3503B83A1F2689BC00750356 /* Build configuration list for PBXNativeTarget "ChromaColorPicker" */;
buildPhases = (
3503B82A1F2689BC00750356 /* Sources */,
3503B82B1F2689BC00750356 /* Frameworks */,
3503B82C1F2689BC00750356 /* Headers */,
3503B82D1F2689BC00750356 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = ChromaColorPicker;
productName = ChromaColorPicker;
productReference = 3503B82F1F2689BC00750356 /* ChromaColorPicker.framework */;
productType = "com.apple.product-type.framework";
};
35C376CC1D5CF5300069D7A1 /* Example */ = {
2016-08-11 21:02:26 +03:00
isa = PBXNativeTarget;
buildConfigurationList = 35C376DF1D5CF5300069D7A1 /* Build configuration list for PBXNativeTarget "Example" */;
2016-08-11 21:02:26 +03:00
buildPhases = (
35C376C91D5CF5300069D7A1 /* Sources */,
35C376CA1D5CF5300069D7A1 /* Frameworks */,
35C376CB1D5CF5300069D7A1 /* Resources */,
3503B83B1F2689BC00750356 /* Embed Frameworks */,
2016-08-11 21:02:26 +03:00
);
buildRules = (
);
dependencies = (
3503B8351F2689BC00750356 /* PBXTargetDependency */,
2016-08-11 21:02:26 +03:00
);
name = Example;
2016-08-11 21:02:26 +03:00
productName = "JCColorPicker-Demo";
productReference = 35C376CD1D5CF5300069D7A1 /* ChromaColorPickerExample.app */;
2016-08-11 21:02:26 +03:00
productType = "com.apple.product-type.application";
};
FC1BD8BC2207D7B700817AF3 /* ChromaColorPickerTests */ = {
2016-12-30 23:29:30 +03:00
isa = PBXNativeTarget;
buildConfigurationList = FC1BD8C52207D7B700817AF3 /* Build configuration list for PBXNativeTarget "ChromaColorPickerTests" */;
2016-12-30 23:29:30 +03:00
buildPhases = (
FC1BD8B92207D7B700817AF3 /* Sources */,
FC1BD8BA2207D7B700817AF3 /* Frameworks */,
FC1BD8BB2207D7B700817AF3 /* Resources */,
2016-12-30 23:29:30 +03:00
);
buildRules = (
);
dependencies = (
FC1BD8C42207D7B700817AF3 /* PBXTargetDependency */,
2016-12-30 23:29:30 +03:00
);
name = ChromaColorPickerTests;
productName = ChromaColorPickerTests;
productReference = FC1BD8BD2207D7B700817AF3 /* ChromaColorPickerTests.xctest */;
2016-12-30 23:29:30 +03:00
productType = "com.apple.product-type.bundle.unit-test";
};
2016-08-11 21:02:26 +03:00
/* End PBXNativeTarget section */
/* Begin PBXProject section */
35C376C51D5CF5300069D7A1 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1010;
2018-10-25 14:34:00 +03:00
LastUpgradeCheck = 1000;
2016-08-11 21:02:26 +03:00
ORGANIZATIONNAME = "Jonathan Cardasis";
TargetAttributes = {
3503B82E1F2689BC00750356 = {
CreatedOnToolsVersion = 8.2.1;
LastSwiftMigration = 1010;
ProvisioningStyle = Automatic;
};
2016-08-11 21:02:26 +03:00
35C376CC1D5CF5300069D7A1 = {
CreatedOnToolsVersion = 7.3;
DevelopmentTeam = 9H97MWKJ22;
2018-10-25 14:34:00 +03:00
LastSwiftMigration = 1000;
2016-12-30 23:29:30 +03:00
};
FC1BD8BC2207D7B700817AF3 = {
CreatedOnToolsVersion = 10.1;
DevelopmentTeam = 9H97MWKJ22;
2016-12-30 23:29:30 +03:00
ProvisioningStyle = Automatic;
2016-08-11 21:02:26 +03:00
};
};
};
buildConfigurationList = 35C376C81D5CF5300069D7A1 /* Build configuration list for PBXProject "ChromaColorPicker" */;
2016-08-11 21:02:26 +03:00
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 35C376C41D5CF5300069D7A1;
productRefGroup = 35C376CE1D5CF5300069D7A1 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
35C376CC1D5CF5300069D7A1 /* Example */,
3503B82E1F2689BC00750356 /* ChromaColorPicker */,
FC1BD8BC2207D7B700817AF3 /* ChromaColorPickerTests */,
2016-08-11 21:02:26 +03:00
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
3503B82D1F2689BC00750356 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
2016-08-11 21:02:26 +03:00
35C376CB1D5CF5300069D7A1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
35C376DB1D5CF5300069D7A1 /* LaunchScreen.storyboard in Resources */,
35C376D81D5CF5300069D7A1 /* Assets.xcassets in Resources */,
35C376D61D5CF5300069D7A1 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FC1BD8BB2207D7B700817AF3 /* Resources */ = {
2016-12-30 23:29:30 +03:00
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
2016-08-11 21:02:26 +03:00
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
3503B82A1F2689BC00750356 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FCEA4E272235AAA200C0A1B6 /* ChromaColorPicker.swift in Sources */,
FC4387CD2262B82600F739F1 /* ChromaControlStylable.swift in Sources */,
FCCA42AA2260329900BE2FF9 /* UIView+DropShadow.swift in Sources */,
FC4387DE226974FD00F739F1 /* UIColor+Brightness.swift in Sources */,
FC4387C62262556600F739F1 /* ChromaBrightnessSlider.swift in Sources */,
FCCA42A7226023F000BE2FF9 /* ChromaColorHandle.swift in Sources */,
FCCA42A5226022A800BE2FF9 /* ColorWheelView.swift in Sources */,
FC4387C922625C7000F739F1 /* SliderTrackView.swift in Sources */,
FC4387CB22625DA800F739F1 /* SliderHandleView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2016-08-11 21:02:26 +03:00
35C376C91D5CF5300069D7A1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
35C376D31D5CF5300069D7A1 /* ViewController.swift in Sources */,
35C376D11D5CF5300069D7A1 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FC1BD8B92207D7B700817AF3 /* Sources */ = {
2016-12-30 23:29:30 +03:00
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FC1BD8C02207D7B700817AF3 /* ChromaColorPickerTests.swift in Sources */,
2019-04-12 07:21:47 +03:00
FC4387C422603AE900F739F1 /* ColorWheelViewTests.swift in Sources */,
2016-12-30 23:29:30 +03:00
);
runOnlyForDeploymentPostprocessing = 0;
};
2016-08-11 21:02:26 +03:00
/* End PBXSourcesBuildPhase section */
2016-12-30 23:29:30 +03:00
/* Begin PBXTargetDependency section */
3503B8351F2689BC00750356 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 3503B82E1F2689BC00750356 /* ChromaColorPicker */;
targetProxy = 3503B8341F2689BC00750356 /* PBXContainerItemProxy */;
};
FC1BD8C42207D7B700817AF3 /* PBXTargetDependency */ = {
2016-12-30 23:29:30 +03:00
isa = PBXTargetDependency;
target = 3503B82E1F2689BC00750356 /* ChromaColorPicker */;
targetProxy = FC1BD8C32207D7B700817AF3 /* PBXContainerItemProxy */;
2016-12-30 23:29:30 +03:00
};
/* End PBXTargetDependency section */
2016-08-11 21:02:26 +03:00
/* Begin PBXVariantGroup section */
35C376D41D5CF5300069D7A1 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
35C376D51D5CF5300069D7A1 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
35C376D91D5CF5300069D7A1 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
35C376DA1D5CF5300069D7A1 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
3503B8381F2689BC00750356 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
2017-09-20 03:31:35 +03:00
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.jonathancardasis.ChromaColorPicker;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
2018-10-25 14:34:00 +03:00
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
3503B8391F2689BC00750356 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
2017-09-20 03:31:35 +03:00
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Source/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.jonathancardasis.ChromaColorPicker;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
2018-10-25 14:34:00 +03:00
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
2016-08-11 21:02:26 +03:00
35C376DD1D5CF5300069D7A1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
2017-09-20 03:31:35 +03:00
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_BOOL_CONVERSION = YES;
2017-09-20 03:31:35 +03:00
CLANG_WARN_COMMA = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_CONSTANT_CONVERSION = YES;
2018-10-25 14:34:00 +03:00
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
2016-12-30 23:29:30 +03:00
CLANG_WARN_INFINITE_RECURSION = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_INT_CONVERSION = YES;
2017-09-20 03:31:35 +03:00
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
2018-10-25 14:34:00 +03:00
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
2017-09-20 03:31:35 +03:00
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2017-09-20 03:31:35 +03:00
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
2016-12-30 23:29:30 +03:00
CLANG_WARN_SUSPICIOUS_MOVE = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
2017-09-20 03:31:35 +03:00
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
2016-08-11 21:02:26 +03:00
};
name = Debug;
};
35C376DE1D5CF5300069D7A1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
2017-09-20 03:31:35 +03:00
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_BOOL_CONVERSION = YES;
2017-09-20 03:31:35 +03:00
CLANG_WARN_COMMA = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_CONSTANT_CONVERSION = YES;
2018-10-25 14:34:00 +03:00
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
2016-12-30 23:29:30 +03:00
CLANG_WARN_INFINITE_RECURSION = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_INT_CONVERSION = YES;
2017-09-20 03:31:35 +03:00
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
2018-10-25 14:34:00 +03:00
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
2017-09-20 03:31:35 +03:00
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2017-09-20 03:31:35 +03:00
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
2016-12-30 23:29:30 +03:00
CLANG_WARN_SUSPICIOUS_MOVE = YES;
2016-08-11 21:02:26 +03:00
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
2016-12-30 23:29:30 +03:00
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
2017-09-20 03:31:35 +03:00
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
2016-08-11 21:02:26 +03:00
VALIDATE_PRODUCT = YES;
};
name = Release;
};
35C376E01D5CF5300069D7A1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
2016-08-11 21:02:26 +03:00
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2016-08-11 21:40:04 +03:00
CODE_SIGN_IDENTITY = "iPhone Developer";
2016-12-30 23:29:30 +03:00
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = 9H97MWKJ22;
INFOPLIST_FILE = Example/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
2016-08-11 21:02:26 +03:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.jonathancardasis.ChromaColorPickerExample;
PRODUCT_NAME = ChromaColorPickerExample;
2018-10-25 14:34:00 +03:00
SWIFT_VERSION = 4.2;
2016-08-11 21:02:26 +03:00
};
name = Debug;
};
35C376E11D5CF5300069D7A1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
2016-08-11 21:02:26 +03:00
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
2016-08-11 21:40:04 +03:00
CODE_SIGN_IDENTITY = "iPhone Developer";
2016-12-30 23:29:30 +03:00
DEFINES_MODULE = NO;
DEVELOPMENT_TEAM = 9H97MWKJ22;
INFOPLIST_FILE = Example/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
2016-08-11 21:02:26 +03:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.jonathancardasis.ChromaColorPickerExample;
PRODUCT_NAME = ChromaColorPickerExample;
2018-10-25 14:34:00 +03:00
SWIFT_VERSION = 4.2;
2016-12-30 23:29:30 +03:00
};
name = Release;
};
FC1BD8C62207D7B700817AF3 /* Debug */ = {
2016-12-30 23:29:30 +03:00
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_ENABLE_OBJC_WEAK = YES;
2016-12-30 23:29:30 +03:00
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 9H97MWKJ22;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
2016-12-30 23:29:30 +03:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
2016-12-30 23:29:30 +03:00
PRODUCT_BUNDLE_IDENTIFIER = com.jonathancardasis.ChromaColorPickerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
2016-12-30 23:29:30 +03:00
};
name = Debug;
};
FC1BD8C72207D7B700817AF3 /* Release */ = {
2016-12-30 23:29:30 +03:00
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_ENABLE_OBJC_WEAK = YES;
2016-12-30 23:29:30 +03:00
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 9H97MWKJ22;
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = Tests/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.1;
2016-12-30 23:29:30 +03:00
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MTL_FAST_MATH = YES;
2016-12-30 23:29:30 +03:00
PRODUCT_BUNDLE_IDENTIFIER = com.jonathancardasis.ChromaColorPickerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.2;
TARGETED_DEVICE_FAMILY = "1,2";
2016-08-11 21:02:26 +03:00
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
3503B83A1F2689BC00750356 /* Build configuration list for PBXNativeTarget "ChromaColorPicker" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3503B8381F2689BC00750356 /* Debug */,
3503B8391F2689BC00750356 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
35C376C81D5CF5300069D7A1 /* Build configuration list for PBXProject "ChromaColorPicker" */ = {
2016-08-11 21:02:26 +03:00
isa = XCConfigurationList;
buildConfigurations = (
35C376DD1D5CF5300069D7A1 /* Debug */,
35C376DE1D5CF5300069D7A1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
35C376DF1D5CF5300069D7A1 /* Build configuration list for PBXNativeTarget "Example" */ = {
2016-08-11 21:02:26 +03:00
isa = XCConfigurationList;
buildConfigurations = (
35C376E01D5CF5300069D7A1 /* Debug */,
35C376E11D5CF5300069D7A1 /* Release */,
);
defaultConfigurationIsVisible = 0;
2016-08-11 21:40:04 +03:00
defaultConfigurationName = Release;
2016-08-11 21:02:26 +03:00
};
FC1BD8C52207D7B700817AF3 /* Build configuration list for PBXNativeTarget "ChromaColorPickerTests" */ = {
2016-12-30 23:29:30 +03:00
isa = XCConfigurationList;
buildConfigurations = (
FC1BD8C62207D7B700817AF3 /* Debug */,
FC1BD8C72207D7B700817AF3 /* Release */,
2016-12-30 23:29:30 +03:00
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2016-08-11 21:02:26 +03:00
/* End XCConfigurationList section */
};
rootObject = 35C376C51D5CF5300069D7A1 /* Project object */;
}