Skip to content

Commit

Permalink
Update to white view
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Sobolev <[email protected]>
  • Loading branch information
haiodo committed Jun 12, 2023
1 parent 4faa2b3 commit 4a3aa71
Show file tree
Hide file tree
Showing 15 changed files with 628 additions and 250 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ sources/macos/Tenniarb/Tenniarb.xcodeproj/project.xcworkspace/xcuserdata/haiodo.
sources/macos/diagraming/Diagraming.playground/playground.xcworkspace/xcuserdata/haiodo.xcuserdatad/UserInterfaceState.xcuserstate
*.xcbkptlist
sources/macos/Tenniarb/Tenniarb.xcodeproj/project.xcworkspace/xcuserdata/haiodo.xcuserdatad/UserInterfaceState.xcuserstate
sources/macos/Tenniarb/Tenniarb.xcodeproj/project.xcworkspace/xcuserdata/haiodo.xcuserdatad/UserInterfaceState.xcuserstate
sources/macos/Tenniarb/Tenniarb.xcodeproj/xcuserdata/haiodo.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
sources/macos/Tenniarb/Tenniarb.xcodeproj/xcuserdata/haiodo.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
Binary file modified design/design.sketch
Binary file not shown.
4 changes: 4 additions & 0 deletions sources/macos/Tenniarb/Tenniarb.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
0C5C6D251EFF669500714971 /* TennTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C5C6D241EFF669500714971 /* TennTests.swift */; };
0C5C6D271EFF7D5900714971 /* TennParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C5C6D261EFF7D5900714971 /* TennParser.swift */; };
0C679610210E215E00AEED63 /* SyncViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C67960F210E215E00AEED63 /* SyncViewController.swift */; };
0C83E508219085BD00AD0317 /* ResourcesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C83E507219085BD00AD0317 /* ResourcesViewController.swift */; };
0C86047F1EF040F70009B205 /* SceneDraw3D.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C86047E1EF040F70009B205 /* SceneDraw3D.swift */; };
0C9A4C731FCBD3C30043FD52 /* ElementPersistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C9A4C721FCBD3C30043FD52 /* ElementPersistence.swift */; };
0C9C9411201F749800E67794 /* ElementOperations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C9C9410201F749800E67794 /* ElementOperations.swift */; };
Expand Down Expand Up @@ -97,6 +98,7 @@
0C5C6D241EFF669500714971 /* TennTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TennTests.swift; sourceTree = "<group>"; };
0C5C6D261EFF7D5900714971 /* TennParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TennParser.swift; sourceTree = "<group>"; };
0C67960F210E215E00AEED63 /* SyncViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SyncViewController.swift; path = views/SyncViewController.swift; sourceTree = "<group>"; };
0C83E507219085BD00AD0317 /* ResourcesViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ResourcesViewController.swift; path = views/ResourcesViewController.swift; sourceTree = "<group>"; };
0C86047E1EF040F70009B205 /* SceneDraw3D.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDraw3D.swift; sourceTree = "<group>"; };
0C9A4C721FCBD3C30043FD52 /* ElementPersistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ElementPersistence.swift; sourceTree = "<group>"; };
0C9C9410201F749800E67794 /* ElementOperations.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = ElementOperations.swift; path = model/ElementOperations.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -212,6 +214,7 @@
0C3E178620FD053A00AB9D3D /* ExportManager.swift */,
0C67960F210E215E00AEED63 /* SyncViewController.swift */,
0CF8902A2133BDD400F1A6EE /* StyleManager.swift */,
0C83E507219085BD00AD0317 /* ResourcesViewController.swift */,
);
name = controllers;
sourceTree = "<group>";
Expand Down Expand Up @@ -435,6 +438,7 @@
0C439D25200337AB0031AE78 /* ElementProperties.swift in Sources */,
0C5C6D271EFF7D5900714971 /* TennParser.swift in Sources */,
0C2375F31ED838D900ECB516 /* Document.swift in Sources */,
0C83E508219085BD00AD0317 /* ResourcesViewController.swift in Sources */,
0C34564E1ED88E9100341F1C /* SceneDrawView.swift in Sources */,
0CB9183E1FFA465000725EBC /* SourcePopoverViewController.swift in Sources */,
);
Expand Down
Binary file not shown.
Loading

0 comments on commit 4a3aa71

Please sign in to comment.