Skip to content

Commit

Permalink
Add missing filters files in xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumechereau committed Oct 14, 2024
1 parent 638384a commit 8c8dbc9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions osx/goxel/goxel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
F037D5D61EA6069A00C96D10 /* shape.c in Sources */ = {isa = PBXBuildFile; fileRef = F037D5CE1EA6069A00C96D10 /* shape.c */; };
F03B4387224CCDDF00798CAB /* pathtracer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F03B4385224CCDDF00798CAB /* pathtracer.cpp */; };
F03B4388224CCDDF00798CAB /* yocto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F03B4386224CCDDF00798CAB /* yocto.cpp */; };
F03CC5A12CBD229700F49C01 /* colors.c in Sources */ = {isa = PBXBuildFile; fileRef = F03CC59F2CBD229700F49C01 /* colors.c */; };
F03CC5A22CBD229700F49C01 /* mirror.c in Sources */ = {isa = PBXBuildFile; fileRef = F03CC5A02CBD229700F49C01 /* mirror.c */; };
F056EAB32C3AD8D400E23BD3 /* edit_panel.c in Sources */ = {isa = PBXBuildFile; fileRef = F056EAB22C3AD8D400E23BD3 /* edit_panel.c */; };
F05D6E5D29D3E952004CA300 /* script.c in Sources */ = {isa = PBXBuildFile; fileRef = F05D6E5C29D3E952004CA300 /* script.c */; };
F05D6E8029D3EA36004CA300 /* volume.c in Sources */ = {isa = PBXBuildFile; fileRef = F05D6E7C29D3EA36004CA300 /* volume.c */; };
Expand Down Expand Up @@ -174,6 +176,8 @@
F037D5CE1EA6069A00C96D10 /* shape.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = shape.c; sourceTree = "<group>"; };
F03B4385224CCDDF00798CAB /* pathtracer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pathtracer.cpp; sourceTree = "<group>"; };
F03B4386224CCDDF00798CAB /* yocto.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = yocto.cpp; sourceTree = "<group>"; };
F03CC59F2CBD229700F49C01 /* colors.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = colors.c; sourceTree = "<group>"; };
F03CC5A02CBD229700F49C01 /* mirror.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mirror.c; sourceTree = "<group>"; };
F056EAB22C3AD8D400E23BD3 /* edit_panel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = edit_panel.c; sourceTree = "<group>"; };
F05D6E5B29D3E7EC004CA300 /* voxelizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = voxelizer.h; sourceTree = "<group>"; };
F05D6E5C29D3E952004CA300 /* script.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = script.c; sourceTree = "<group>"; };
Expand Down Expand Up @@ -557,6 +561,8 @@
F0EDCB6A2BB2728B00D95B51 /* filters */ = {
isa = PBXGroup;
children = (
F03CC59F2CBD229700F49C01 /* colors.c */,
F03CC5A02CBD229700F49C01 /* mirror.c */,
F0EDCB6B2BB2728B00D95B51 /* wrap.c */,
);
path = filters;
Expand Down Expand Up @@ -677,6 +683,8 @@
F0BC9B362315550500B2A56A /* app.c in Sources */,
F0A160081E962F4600C6EF33 /* marchingcube.c in Sources */,
F00FC312226B2F7C0002F251 /* ini.c in Sources */,
F03CC5A12CBD229700F49C01 /* colors.c in Sources */,
F03CC5A22CBD229700F49C01 /* mirror.c in Sources */,
F0EEB7E41C8EC27C004AB676 /* action.c in Sources */,
F037D5D61EA6069A00C96D10 /* shape.c in Sources */,
F05D6E5D29D3E952004CA300 /* script.c in Sources */,
Expand Down

0 comments on commit 8c8dbc9

Please sign in to comment.