Skip to content

Commit

Permalink
Simple Server - remove Quartz.framework
Browse files Browse the repository at this point in the history
no longer used as we don't use QuartzComposer for rendering
  • Loading branch information
bangnoise committed Mar 2, 2019
1 parent b9c677b commit cfb096e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Simple Server/Simple Server.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
1B2F51BD1780DB35005F399A /* Syphon.framework in Copy Syphon Framework */ = {isa = PBXBuildFile; fileRef = 1B2F51BA1780DB26005F399A /* Syphon.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
1B2F51BE1780DB49005F399A /* Syphon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B2F51BA1780DB26005F399A /* Syphon.framework */; };
1B4F31D6120FC34D00E90119 /* icon.icns in Resources */ = {isa = PBXBuildFile; fileRef = 1B4F31D5120FC34D00E90119 /* icon.icns */; };
1B90069211DAE88E000603FD /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B90069111DAE88E000603FD /* Quartz.framework */; };
1BA0624711D95F5D003BE5D6 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BA0624611D95F5D003BE5D6 /* OpenGL.framework */; };
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
256AC3DA0F4B6AC300CF3369 /* Simple_ServerAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 256AC3D90F4B6AC300CF3369 /* Simple_ServerAppDelegate.m */; };
Expand Down Expand Up @@ -59,7 +58,6 @@
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
1B2F51B41780DB26005F399A /* Syphon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Syphon.xcodeproj; path = "../Syphon-Framework/Syphon.xcodeproj"; sourceTree = "<group>"; };
1B4F31D5120FC34D00E90119 /* icon.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = icon.icns; sourceTree = "<group>"; };
1B90069111DAE88E000603FD /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = System/Library/Frameworks/Quartz.framework; sourceTree = SDKROOT; };
1BA0624611D95F5D003BE5D6 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
256AC3D80F4B6AC300CF3369 /* Simple_ServerAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Simple_ServerAppDelegate.h; sourceTree = "<group>"; };
256AC3D90F4B6AC300CF3369 /* Simple_ServerAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Simple_ServerAppDelegate.m; sourceTree = "<group>"; };
Expand All @@ -85,7 +83,6 @@
1B2F51BE1780DB49005F399A /* Syphon.framework in Frameworks */,
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
1BA0624711D95F5D003BE5D6 /* OpenGL.framework in Frameworks */,
1B90069211DAE88E000603FD /* Quartz.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -109,7 +106,6 @@
isa = PBXGroup;
children = (
1BA0624611D95F5D003BE5D6 /* OpenGL.framework */,
1B90069111DAE88E000603FD /* Quartz.framework */,
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
);
name = "Linked Frameworks";
Expand Down

0 comments on commit cfb096e

Please sign in to comment.