first commit

This commit is contained in:
2022-05-05 12:02:50 +08:00
parent 29c9db4a94
commit 3d72669c73
5 changed files with 254 additions and 3 deletions
+12 -2
View File
@@ -16,6 +16,8 @@
5282F0A3282270E000ADE765 /* ColorWheelTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5282F0A2282270E000ADE765 /* ColorWheelTests.swift */; };
5282F0AD282270E000ADE765 /* ColorWheelUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5282F0AC282270E000ADE765 /* ColorWheelUITests.swift */; };
5282F0AF282270E000ADE765 /* ColorWheelUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5282F0AE282270E000ADE765 /* ColorWheelUITestsLaunchTests.swift */; };
5282F0BC2822717E00ADE765 /* ColorWheelView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5282F0BB2822717E00ADE765 /* ColorWheelView.swift */; };
5282F0C028227A4A00ADE765 /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5282F0BF28227A4A00ADE765 /* ViewController.xib */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -49,6 +51,8 @@
5282F0A8282270E000ADE765 /* ColorWheelUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ColorWheelUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5282F0AC282270E000ADE765 /* ColorWheelUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorWheelUITests.swift; sourceTree = "<group>"; };
5282F0AE282270E000ADE765 /* ColorWheelUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorWheelUITestsLaunchTests.swift; sourceTree = "<group>"; };
5282F0BB2822717E00ADE765 /* ColorWheelView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorWheelView.swift; sourceTree = "<group>"; };
5282F0BF28227A4A00ADE765 /* ViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ViewController.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -106,6 +110,8 @@
5282F094282270E000ADE765 /* Assets.xcassets */,
5282F096282270E000ADE765 /* LaunchScreen.storyboard */,
5282F099282270E000ADE765 /* Info.plist */,
5282F0BB2822717E00ADE765 /* ColorWheelView.swift */,
5282F0BF28227A4A00ADE765 /* ViewController.xib */,
);
path = ColorWheel;
sourceTree = "<group>";
@@ -233,6 +239,7 @@
files = (
5282F098282270E000ADE765 /* LaunchScreen.storyboard in Resources */,
5282F095282270E000ADE765 /* Assets.xcassets in Resources */,
5282F0C028227A4A00ADE765 /* ViewController.xib in Resources */,
5282F093282270DE00ADE765 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
@@ -260,6 +267,7 @@
files = (
5282F090282270DE00ADE765 /* ViewController.swift in Sources */,
5282F08C282270DE00ADE765 /* AppDelegate.swift in Sources */,
5282F0BC2822717E00ADE765 /* ColorWheelView.swift in Sources */,
5282F08E282270DE00ADE765 /* SceneDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
@@ -443,6 +451,7 @@
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
@@ -454,7 +463,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
@@ -471,6 +480,7 @@
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
@@ -482,7 +492,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};