Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Jee] Step2 - 속성 변경 동작 #99

Open
wants to merge 15 commits into
base: Jee
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 96 additions & 26 deletions DrawingApp/DrawingApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,32 @@
objects = {

/* Begin PBXBuildFile section */
736D9D3027CFB3CA00C040D8 /* FactoryArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736D9D2F27CFB3CA00C040D8 /* FactoryArray.swift */; };
73312E5027D618C10073D746 /* ID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738A8A8227D5AC1400086985 /* ID.swift */; };
7348F21B27D7407F00613449 /* Plane.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7348F21A27D7407F00613449 /* Plane.swift */; };
735A316027DEE60900E3E4C0 /* Log.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735A315F27DEE60900E3E4C0 /* Log.swift */; };
735A316327DF802500E3E4C0 /* ControlView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 735A316227DF802500E3E4C0 /* ControlView.xib */; };
735A316727DF80ED00E3E4C0 /* ControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735A316627DF80ED00E3E4C0 /* ControlView.swift */; };
735A316927DF84A600E3E4C0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 735A316827DF84A600E3E4C0 /* ViewController.swift */; };
736D9D3B27CFBF6C00C040D8 /* DrawingAppTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736D9D3A27CFBF6C00C040D8 /* DrawingAppTests.swift */; };
736D9D4127CFBF9400C040D8 /* FactoryArray.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736D9D2F27CFB3CA00C040D8 /* FactoryArray.swift */; };
736D9D4227CFBF9600C040D8 /* Factory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750BC27CE1D1A00086C1D /* Factory.swift */; };
736D9D4327CFBF9E00C040D8 /* Point.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B227CE00FE00086C1D /* Point.swift */; };
736D9D4427CFBF9E00C040D8 /* BackgroundColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B427CE015800086C1D /* BackgroundColor.swift */; };
736D9D4427CFBF9E00C040D8 /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B427CE015800086C1D /* Color.swift */; };
736D9D4527CFBF9E00C040D8 /* Alpha.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B627CE01CF00086C1D /* Alpha.swift */; };
736D9D4627CFBF9E00C040D8 /* Rectangle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B827CE033900086C1D /* Rectangle.swift */; };
736D9D4727CFBF9E00C040D8 /* Size.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B027CE007300086C1D /* Size.swift */; };
738A8A8327D5AC1400086985 /* ID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 738A8A8227D5AC1400086985 /* ID.swift */; };
738ADB1227DEDCC300BE418C /* Convert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73966C8727DA10FE006883FF /* Convert.swift */; };
73966C8827DA10FE006883FF /* Convert.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73966C8727DA10FE006883FF /* Convert.swift */; };
739B87AD27E3178100346AD9 /* PlaneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739B87AC27E3178100346AD9 /* PlaneDelegate.swift */; };
739B87AF27E31F3C00346AD9 /* ControlViewDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739B87AE27E31F3C00346AD9 /* ControlViewDelegate.swift */; };
73C7509C27CDB7D300086C1D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C7509B27CDB7D300086C1D /* AppDelegate.swift */; };
73C7509E27CDB7D300086C1D /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C7509D27CDB7D300086C1D /* SceneDelegate.swift */; };
73C750A027CDB7D300086C1D /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C7509F27CDB7D300086C1D /* ViewController.swift */; };
73C750A327CDB7D300086C1D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73C750A127CDB7D300086C1D /* Main.storyboard */; };
73C750A527CDB7D400086C1D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 73C750A427CDB7D400086C1D /* Assets.xcassets */; };
73C750A827CDB7D400086C1D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 73C750A627CDB7D400086C1D /* LaunchScreen.storyboard */; };
73C750B127CE007300086C1D /* Size.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B027CE007300086C1D /* Size.swift */; };
73C750B327CE00FE00086C1D /* Point.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B227CE00FE00086C1D /* Point.swift */; };
73C750B527CE015800086C1D /* BackgroundColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B427CE015800086C1D /* BackgroundColor.swift */; };
73C750B527CE015800086C1D /* Color.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B427CE015800086C1D /* Color.swift */; };
73C750B727CE01CF00086C1D /* Alpha.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B627CE01CF00086C1D /* Alpha.swift */; };
73C750B927CE033900086C1D /* Rectangle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750B827CE033900086C1D /* Rectangle.swift */; };
73C750BD27CE1D1A00086C1D /* Factory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C750BC27CE1D1A00086C1D /* Factory.swift */; };
Expand All @@ -41,20 +49,27 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
736D9D2F27CFB3CA00C040D8 /* FactoryArray.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FactoryArray.swift; sourceTree = "<group>"; };
7348F21A27D7407F00613449 /* Plane.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Plane.swift; sourceTree = "<group>"; };
735A315F27DEE60900E3E4C0 /* Log.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Log.swift; sourceTree = "<group>"; };
735A316227DF802500E3E4C0 /* ControlView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ControlView.xib; sourceTree = "<group>"; };
735A316627DF80ED00E3E4C0 /* ControlView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlView.swift; sourceTree = "<group>"; };
735A316827DF84A600E3E4C0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
736D9D3827CFBF6C00C040D8 /* DrawingAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = DrawingAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
736D9D3A27CFBF6C00C040D8 /* DrawingAppTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DrawingAppTests.swift; sourceTree = "<group>"; };
738A8A8227D5AC1400086985 /* ID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ID.swift; sourceTree = "<group>"; };
73966C8727DA10FE006883FF /* Convert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Convert.swift; sourceTree = "<group>"; };
739B87AC27E3178100346AD9 /* PlaneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaneDelegate.swift; sourceTree = "<group>"; };
739B87AE27E31F3C00346AD9 /* ControlViewDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlViewDelegate.swift; sourceTree = "<group>"; };
73C7509827CDB7D300086C1D /* DrawingApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DrawingApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
73C7509B27CDB7D300086C1D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
73C7509D27CDB7D300086C1D /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
73C7509F27CDB7D300086C1D /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
73C750A227CDB7D300086C1D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
73C750A427CDB7D400086C1D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
73C750A727CDB7D400086C1D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
73C750A927CDB7D400086C1D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
73C750B027CE007300086C1D /* Size.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Size.swift; sourceTree = "<group>"; };
73C750B227CE00FE00086C1D /* Point.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Point.swift; sourceTree = "<group>"; };
73C750B427CE015800086C1D /* BackgroundColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BackgroundColor.swift; sourceTree = "<group>"; };
73C750B427CE015800086C1D /* Color.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Color.swift; sourceTree = "<group>"; };
73C750B627CE01CF00086C1D /* Alpha.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Alpha.swift; sourceTree = "<group>"; };
73C750B827CE033900086C1D /* Rectangle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Rectangle.swift; sourceTree = "<group>"; };
73C750BC27CE1D1A00086C1D /* Factory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Factory.swift; sourceTree = "<group>"; };
Expand All @@ -78,13 +93,21 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
736D9D3127CFB3D600C040D8 /* Factory */ = {
73312E5127D61A170073D746 /* Base */ = {
isa = PBXGroup;
children = (
736D9D2F27CFB3CA00C040D8 /* FactoryArray.swift */,
73C750BC27CE1D1A00086C1D /* Factory.swift */,
73C750A627CDB7D400086C1D /* LaunchScreen.storyboard */,
);
path = Base;
sourceTree = "<group>";
};
735A316127DF7FFC00E3E4C0 /* View */ = {
isa = PBXGroup;
children = (
735A316227DF802500E3E4C0 /* ControlView.xib */,
735A316627DF80ED00E3E4C0 /* ControlView.swift */,
);
path = Factory;
path = View;
sourceTree = "<group>";
};
736D9D3927CFBF6C00C040D8 /* DrawingAppTests */ = {
Expand All @@ -95,6 +118,49 @@
path = DrawingAppTests;
sourceTree = "<group>";
};
738ADB1427DEE16200BE418C /* Resources */ = {
isa = PBXGroup;
children = (
73C750A127CDB7D300086C1D /* Main.storyboard */,
73C750A427CDB7D400086C1D /* Assets.xcassets */,
73C7509D27CDB7D300086C1D /* SceneDelegate.swift */,
73C7509B27CDB7D300086C1D /* AppDelegate.swift */,
73312E5127D61A170073D746 /* Base */,
);
path = Resources;
sourceTree = "<group>";
};
738ADB1527DEE1A900BE418C /* VC */ = {
isa = PBXGroup;
children = (
735A316827DF84A600E3E4C0 /* ViewController.swift */,
);
path = VC;
sourceTree = "<group>";
};
738ADB1627DEE1B700BE418C /* Sources */ = {
isa = PBXGroup;
children = (
73966C8727DA10FE006883FF /* Convert.swift */,
73C750BC27CE1D1A00086C1D /* Factory.swift */,
735A315F27DEE60900E3E4C0 /* Log.swift */,
739B87AB27E3174E00346AD9 /* Delegate */,
73C750AF27CE003D00086C1D /* Model */,
735A316127DF7FFC00E3E4C0 /* View */,
738ADB1527DEE1A900BE418C /* VC */,
);
path = Sources;
sourceTree = "<group>";
};
739B87AB27E3174E00346AD9 /* Delegate */ = {
isa = PBXGroup;
children = (
739B87AC27E3178100346AD9 /* PlaneDelegate.swift */,
739B87AE27E31F3C00346AD9 /* ControlViewDelegate.swift */,
);
path = Delegate;
sourceTree = "<group>";
};
73C7508F27CDB7D300086C1D = {
isa = PBXGroup;
children = (
Expand All @@ -116,27 +182,23 @@
73C7509A27CDB7D300086C1D /* DrawingApp */ = {
isa = PBXGroup;
children = (
73C750AF27CE003D00086C1D /* Model */,
736D9D3127CFB3D600C040D8 /* Factory */,
73C7509B27CDB7D300086C1D /* AppDelegate.swift */,
73C7509D27CDB7D300086C1D /* SceneDelegate.swift */,
73C7509F27CDB7D300086C1D /* ViewController.swift */,
73C750A127CDB7D300086C1D /* Main.storyboard */,
73C750A427CDB7D400086C1D /* Assets.xcassets */,
73C750A627CDB7D400086C1D /* LaunchScreen.storyboard */,
73C750A927CDB7D400086C1D /* Info.plist */,
738ADB1427DEE16200BE418C /* Resources */,
738ADB1627DEE1B700BE418C /* Sources */,
);
path = DrawingApp;
sourceTree = "<group>";
};
73C750AF27CE003D00086C1D /* Model */ = {
isa = PBXGroup;
children = (
7348F21A27D7407F00613449 /* Plane.swift */,
73C750B827CE033900086C1D /* Rectangle.swift */,
73C750B427CE015800086C1D /* Color.swift */,
73C750B027CE007300086C1D /* Size.swift */,
73C750B227CE00FE00086C1D /* Point.swift */,
73C750B427CE015800086C1D /* BackgroundColor.swift */,
73C750B627CE01CF00086C1D /* Alpha.swift */,
738A8A8227D5AC1400086985 /* ID.swift */,
);
path = Model;
sourceTree = "<group>";
Expand Down Expand Up @@ -230,6 +292,7 @@
buildActionMask = 2147483647;
files = (
73C750A827CDB7D400086C1D /* LaunchScreen.storyboard in Resources */,
735A316327DF802500E3E4C0 /* ControlView.xib in Resources */,
73C750A527CDB7D400086C1D /* Assets.xcassets in Resources */,
73C750A327CDB7D300086C1D /* Main.storyboard in Resources */,
);
Expand All @@ -242,11 +305,12 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
73312E5027D618C10073D746 /* ID.swift in Sources */,
738ADB1227DEDCC300BE418C /* Convert.swift in Sources */,
736D9D4727CFBF9E00C040D8 /* Size.swift in Sources */,
736D9D4327CFBF9E00C040D8 /* Point.swift in Sources */,
736D9D4127CFBF9400C040D8 /* FactoryArray.swift in Sources */,
736D9D4527CFBF9E00C040D8 /* Alpha.swift in Sources */,
736D9D4427CFBF9E00C040D8 /* BackgroundColor.swift in Sources */,
736D9D4427CFBF9E00C040D8 /* Color.swift in Sources */,
736D9D3B27CFBF6C00C040D8 /* DrawingAppTests.swift in Sources */,
736D9D4227CFBF9600C040D8 /* Factory.swift in Sources */,
736D9D4627CFBF9E00C040D8 /* Rectangle.swift in Sources */,
Expand All @@ -257,16 +321,22 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
735A316927DF84A600E3E4C0 /* ViewController.swift in Sources */,
73C750B127CE007300086C1D /* Size.swift in Sources */,
73C750B527CE015800086C1D /* BackgroundColor.swift in Sources */,
735A316027DEE60900E3E4C0 /* Log.swift in Sources */,
738A8A8327D5AC1400086985 /* ID.swift in Sources */,
739B87AF27E31F3C00346AD9 /* ControlViewDelegate.swift in Sources */,
73C750B527CE015800086C1D /* Color.swift in Sources */,
73C750B727CE01CF00086C1D /* Alpha.swift in Sources */,
73C750B327CE00FE00086C1D /* Point.swift in Sources */,
73C750A027CDB7D300086C1D /* ViewController.swift in Sources */,
735A316727DF80ED00E3E4C0 /* ControlView.swift in Sources */,
739B87AD27E3178100346AD9 /* PlaneDelegate.swift in Sources */,
73C750BD27CE1D1A00086C1D /* Factory.swift in Sources */,
736D9D3027CFB3CA00C040D8 /* FactoryArray.swift in Sources */,
73966C8827DA10FE006883FF /* Convert.swift in Sources */,
73C7509C27CDB7D300086C1D /* AppDelegate.swift in Sources */,
73C7509E27CDB7D300086C1D /* SceneDelegate.swift in Sources */,
73C750B927CE033900086C1D /* Rectangle.swift in Sources */,
7348F21B27D7407F00613449 /* Plane.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
43 changes: 0 additions & 43 deletions DrawingApp/DrawingApp/Base.lproj/Main.storyboard

This file was deleted.

Loading