Remove the Kit

App still builds
This commit is contained in:
Eryn Wells 2018-10-05 13:53:00 -07:00
parent 39001b0ffa
commit a445e608b6
5 changed files with 43 additions and 257 deletions

View file

@ -7,28 +7,28 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
C09161701F3F5AE6009C4263 /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */; };
C0ABCC411F50A560004A0290 /* ScreenSaver.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0ABCC401F50A560004A0290 /* ScreenSaver.framework */; }; C0ABCC411F50A560004A0290 /* ScreenSaver.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0ABCC401F50A560004A0290 /* ScreenSaver.framework */; };
C0B906D51F45432700B5F89B /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B906D41F45432700B5F89B /* Preferences.swift */; };
C0B906E51F455B7C00B5F89B /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3AB1F2E941200E68524 /* Renderer.swift */; };
C0B906E61F455B7E00B5F89B /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3A91F2E91D900E68524 /* Shaders.metal */; };
C0B906E71F455C2F00B5F89B /* MetaballsKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */; };
C0B906E91F455D1A00B5F89B /* MetaballsSaverView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B906E81F455D1A00B5F89B /* MetaballsSaverView.swift */; }; C0B906E91F455D1A00B5F89B /* MetaballsSaverView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B906E81F455D1A00B5F89B /* MetaballsSaverView.swift */; };
C0B906EA1F455EB300B5F89B /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE3A71F2E893A00E68524 /* MetalKit.framework */; }; C0B906EA1F455EB300B5F89B /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE3A71F2E893A00E68524 /* MetalKit.framework */; };
C0B906ED1F473E1000B5F89B /* MetaballsKit.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
C0BBE36B1F2E816500E68524 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE36A1F2E816500E68524 /* AppDelegate.swift */; }; C0BBE36B1F2E816500E68524 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE36A1F2E816500E68524 /* AppDelegate.swift */; };
C0BBE36D1F2E816500E68524 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE36C1F2E816500E68524 /* ViewController.swift */; }; C0BBE36D1F2E816500E68524 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE36C1F2E816500E68524 /* ViewController.swift */; };
C0BBE36F1F2E816500E68524 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C0BBE36E1F2E816500E68524 /* Assets.xcassets */; }; C0BBE36F1F2E816500E68524 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C0BBE36E1F2E816500E68524 /* Assets.xcassets */; };
C0BBE3721F2E816500E68524 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C0BBE3701F2E816500E68524 /* Main.storyboard */; }; C0BBE3721F2E816500E68524 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C0BBE3701F2E816500E68524 /* Main.storyboard */; };
C0BBE37D1F2E816500E68524 /* MetaballsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE37C1F2E816500E68524 /* MetaballsTests.swift */; }; C0BBE37D1F2E816500E68524 /* MetaballsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE37C1F2E816500E68524 /* MetaballsTests.swift */; };
C0BBE3951F2E81B600E68524 /* MetaballsKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */; }; C0FF7C8E2168062B0081B781 /* Metaballs.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3A31F2E81C700E68524 /* Metaballs.swift */; };
C0BBE39A1F2E81B600E68524 /* MetaballsKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3991F2E81B600E68524 /* MetaballsKitTests.swift */; }; C0FF7C8F2168062B0081B781 /* Geometry.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0CE7BFF1F362C3F001516B6 /* Geometry.swift */; };
C0BBE39C1F2E81B600E68524 /* MetaballsKit.h in Headers */ = {isa = PBXBuildFile; fileRef = C0BBE38E1F2E81B600E68524 /* MetaballsKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; C0FF7C902168062B0081B781 /* Memory.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0DF1D781F3789DC0038B0A0 /* Memory.swift */; };
C0BBE3A41F2E81C700E68524 /* Metaballs.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3A31F2E81C700E68524 /* Metaballs.swift */; }; C0FF7C912168062B0081B781 /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3AB1F2E941200E68524 /* Renderer.swift */; };
C0BBE3A51F2E87D500E68524 /* MetaballsKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */; }; C0FF7C922168062B0081B781 /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3A91F2E91D900E68524 /* Shaders.metal */; };
C0BBE3AD1F30CD7E00E68524 /* MetalKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0BBE3A71F2E893A00E68524 /* MetalKit.framework */; }; C0FF7C932168062B0081B781 /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B906D41F45432700B5F89B /* Preferences.swift */; };
C0CE7C001F362C3F001516B6 /* Geometry.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0CE7BFF1F362C3F001516B6 /* Geometry.swift */; }; C0FF7C942168062B0081B781 /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */; };
C0DF1D791F3789DC0038B0A0 /* Memory.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0DF1D781F3789DC0038B0A0 /* Memory.swift */; }; C0FF7C952168062C0081B781 /* Metaballs.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3A31F2E81C700E68524 /* Metaballs.swift */; };
C0FF7C962168062C0081B781 /* Geometry.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0CE7BFF1F362C3F001516B6 /* Geometry.swift */; };
C0FF7C972168062C0081B781 /* Memory.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0DF1D781F3789DC0038B0A0 /* Memory.swift */; };
C0FF7C982168062C0081B781 /* Renderer.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3AB1F2E941200E68524 /* Renderer.swift */; };
C0FF7C992168062C0081B781 /* Shaders.metal in Sources */ = {isa = PBXBuildFile; fileRef = C0BBE3A91F2E91D900E68524 /* Shaders.metal */; };
C0FF7C9A2168062C0081B781 /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0B906D41F45432700B5F89B /* Preferences.swift */; };
C0FF7C9B2168062C0081B781 /* PreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
@ -39,13 +39,6 @@
remoteGlobalIDString = C0BBE3661F2E816500E68524; remoteGlobalIDString = C0BBE3661F2E816500E68524;
remoteInfo = Metaballs; remoteInfo = Metaballs;
}; };
C0BBE3961F2E81B600E68524 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = C0BBE35F1F2E816500E68524 /* Project object */;
proxyType = 1;
remoteGlobalIDString = C0BBE38B1F2E81B600E68524;
remoteInfo = MetaballsKit;
};
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */ /* Begin PBXCopyFilesBuildPhase section */
@ -55,7 +48,6 @@
dstPath = ""; dstPath = "";
dstSubfolderSpec = 10; dstSubfolderSpec = 10;
files = ( files = (
C0B906ED1F473E1000B5F89B /* MetaballsKit.framework in Copy Frameworks */,
); );
name = "Copy Frameworks"; name = "Copy Frameworks";
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
@ -78,10 +70,6 @@
C0BBE3781F2E816500E68524 /* MetaballsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MetaballsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; C0BBE3781F2E816500E68524 /* MetaballsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MetaballsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C0BBE37C1F2E816500E68524 /* MetaballsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetaballsTests.swift; sourceTree = "<group>"; }; C0BBE37C1F2E816500E68524 /* MetaballsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetaballsTests.swift; sourceTree = "<group>"; };
C0BBE37E1F2E816500E68524 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; C0BBE37E1F2E816500E68524 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MetaballsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C0BBE38E1F2E81B600E68524 /* MetaballsKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MetaballsKit.h; sourceTree = "<group>"; };
C0BBE38F1F2E81B600E68524 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C0BBE3941F2E81B600E68524 /* MetaballsKitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MetaballsKitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
C0BBE3991F2E81B600E68524 /* MetaballsKitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetaballsKitTests.swift; sourceTree = "<group>"; }; C0BBE3991F2E81B600E68524 /* MetaballsKitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetaballsKitTests.swift; sourceTree = "<group>"; };
C0BBE39B1F2E81B600E68524 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; C0BBE39B1F2E81B600E68524 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
C0BBE3A31F2E81C700E68524 /* Metaballs.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Metaballs.swift; sourceTree = "<group>"; }; C0BBE3A31F2E81C700E68524 /* Metaballs.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Metaballs.swift; sourceTree = "<group>"; };
@ -99,7 +87,6 @@
files = ( files = (
C0ABCC411F50A560004A0290 /* ScreenSaver.framework in Frameworks */, C0ABCC411F50A560004A0290 /* ScreenSaver.framework in Frameworks */,
C0B906EA1F455EB300B5F89B /* MetalKit.framework in Frameworks */, C0B906EA1F455EB300B5F89B /* MetalKit.framework in Frameworks */,
C0B906E71F455C2F00B5F89B /* MetaballsKit.framework in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@ -107,7 +94,6 @@
isa = PBXFrameworksBuildPhase; isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
C0BBE3A51F2E87D500E68524 /* MetaballsKit.framework in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@ -118,22 +104,6 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
C0BBE3881F2E81B600E68524 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C0BBE3AD1F30CD7E00E68524 /* MetalKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C0BBE3911F2E81B600E68524 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C0BBE3951F2E81B600E68524 /* MetaballsKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */ /* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */ /* Begin PBXGroup section */
@ -152,7 +122,7 @@
children = ( children = (
C0BBE3691F2E816500E68524 /* Metaballs */, C0BBE3691F2E816500E68524 /* Metaballs */,
C0B906DC1F455AD000B5F89B /* Screensaver */, C0B906DC1F455AD000B5F89B /* Screensaver */,
C0BBE38D1F2E81B600E68524 /* Kit */, C0BBE38D1F2E81B600E68524 /* Shared */,
C0BBE37B1F2E816500E68524 /* MetaballsTests */, C0BBE37B1F2E816500E68524 /* MetaballsTests */,
C0BBE3981F2E81B600E68524 /* MetaballsKitTests */, C0BBE3981F2E81B600E68524 /* MetaballsKitTests */,
C0BBE3681F2E816500E68524 /* Products */, C0BBE3681F2E816500E68524 /* Products */,
@ -165,8 +135,6 @@
children = ( children = (
C0BBE3671F2E816500E68524 /* Metaballs.app */, C0BBE3671F2E816500E68524 /* Metaballs.app */,
C0BBE3781F2E816500E68524 /* MetaballsTests.xctest */, C0BBE3781F2E816500E68524 /* MetaballsTests.xctest */,
C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */,
C0BBE3941F2E81B600E68524 /* MetaballsKitTests.xctest */,
C0B906DB1F455AD000B5F89B /* MetaballsSaver.saver */, C0B906DB1F455AD000B5F89B /* MetaballsSaver.saver */,
); );
name = Products; name = Products;
@ -193,11 +161,9 @@
path = MetaballsTests; path = MetaballsTests;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
C0BBE38D1F2E81B600E68524 /* Kit */ = { C0BBE38D1F2E81B600E68524 /* Shared */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
C0BBE38E1F2E81B600E68524 /* MetaballsKit.h */,
C0BBE38F1F2E81B600E68524 /* Info.plist */,
C0BBE3A31F2E81C700E68524 /* Metaballs.swift */, C0BBE3A31F2E81C700E68524 /* Metaballs.swift */,
C0CE7BFF1F362C3F001516B6 /* Geometry.swift */, C0CE7BFF1F362C3F001516B6 /* Geometry.swift */,
C0DF1D781F3789DC0038B0A0 /* Memory.swift */, C0DF1D781F3789DC0038B0A0 /* Memory.swift */,
@ -206,7 +172,7 @@
C0B906D41F45432700B5F89B /* Preferences.swift */, C0B906D41F45432700B5F89B /* Preferences.swift */,
C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */, C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */,
); );
name = Kit; name = Shared;
path = MetaballsKit; path = MetaballsKit;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
@ -238,14 +204,6 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
C0BBE3891F2E81B600E68524 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
C0BBE39C1F2E81B600E68524 /* MetaballsKit.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */ /* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
@ -303,42 +261,6 @@
productReference = C0BBE3781F2E816500E68524 /* MetaballsTests.xctest */; productReference = C0BBE3781F2E816500E68524 /* MetaballsTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test"; productType = "com.apple.product-type.bundle.unit-test";
}; };
C0BBE38B1F2E81B600E68524 /* MetaballsKit */ = {
isa = PBXNativeTarget;
buildConfigurationList = C0BBE39D1F2E81B600E68524 /* Build configuration list for PBXNativeTarget "MetaballsKit" */;
buildPhases = (
C0BBE3871F2E81B600E68524 /* Sources */,
C0BBE3881F2E81B600E68524 /* Frameworks */,
C0BBE3891F2E81B600E68524 /* Headers */,
C0BBE38A1F2E81B600E68524 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = MetaballsKit;
productName = MetaballsKit;
productReference = C0BBE38C1F2E81B600E68524 /* MetaballsKit.framework */;
productType = "com.apple.product-type.framework";
};
C0BBE3931F2E81B600E68524 /* MetaballsKitTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = C0BBE3A01F2E81B600E68524 /* Build configuration list for PBXNativeTarget "MetaballsKitTests" */;
buildPhases = (
C0BBE3901F2E81B600E68524 /* Sources */,
C0BBE3911F2E81B600E68524 /* Frameworks */,
C0BBE3921F2E81B600E68524 /* Resources */,
);
buildRules = (
);
dependencies = (
C0BBE3971F2E81B600E68524 /* PBXTargetDependency */,
);
name = MetaballsKitTests;
productName = MetaballsKitTests;
productReference = C0BBE3941F2E81B600E68524 /* MetaballsKitTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
/* Begin PBXProject section */ /* Begin PBXProject section */
@ -368,17 +290,6 @@
ProvisioningStyle = Automatic; ProvisioningStyle = Automatic;
TestTargetID = C0BBE3661F2E816500E68524; TestTargetID = C0BBE3661F2E816500E68524;
}; };
C0BBE38B1F2E81B600E68524 = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = 78372RE6B4;
LastSwiftMigration = 1000;
ProvisioningStyle = Automatic;
};
C0BBE3931F2E81B600E68524 = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = 78372RE6B4;
ProvisioningStyle = Automatic;
};
}; };
}; };
buildConfigurationList = C0BBE3621F2E816500E68524 /* Build configuration list for PBXProject "Metaballs" */; buildConfigurationList = C0BBE3621F2E816500E68524 /* Build configuration list for PBXProject "Metaballs" */;
@ -396,8 +307,6 @@
targets = ( targets = (
C0BBE3661F2E816500E68524 /* Metaballs */, C0BBE3661F2E816500E68524 /* Metaballs */,
C0BBE3771F2E816500E68524 /* MetaballsTests */, C0BBE3771F2E816500E68524 /* MetaballsTests */,
C0BBE38B1F2E81B600E68524 /* MetaballsKit */,
C0BBE3931F2E81B600E68524 /* MetaballsKitTests */,
C0B906DA1F455AD000B5F89B /* MetaballsSaver */, C0B906DA1F455AD000B5F89B /* MetaballsSaver */,
); );
}; };
@ -427,20 +336,6 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
C0BBE38A1F2E81B600E68524 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
C0BBE3921F2E81B600E68524 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */ /* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */
@ -448,7 +343,14 @@
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
C0FF7C992168062C0081B781 /* Shaders.metal in Sources */,
C0FF7C9A2168062C0081B781 /* Preferences.swift in Sources */,
C0FF7C972168062C0081B781 /* Memory.swift in Sources */,
C0FF7C9B2168062C0081B781 /* PreferencesViewController.swift in Sources */,
C0B906E91F455D1A00B5F89B /* MetaballsSaverView.swift in Sources */, C0B906E91F455D1A00B5F89B /* MetaballsSaverView.swift in Sources */,
C0FF7C962168062C0081B781 /* Geometry.swift in Sources */,
C0FF7C982168062C0081B781 /* Renderer.swift in Sources */,
C0FF7C952168062C0081B781 /* Metaballs.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
@ -456,7 +358,14 @@
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
C0FF7C8E2168062B0081B781 /* Metaballs.swift in Sources */,
C0FF7C922168062B0081B781 /* Shaders.metal in Sources */,
C0FF7C942168062B0081B781 /* PreferencesViewController.swift in Sources */,
C0FF7C8F2168062B0081B781 /* Geometry.swift in Sources */,
C0BBE36D1F2E816500E68524 /* ViewController.swift in Sources */, C0BBE36D1F2E816500E68524 /* ViewController.swift in Sources */,
C0FF7C902168062B0081B781 /* Memory.swift in Sources */,
C0FF7C912168062B0081B781 /* Renderer.swift in Sources */,
C0FF7C932168062B0081B781 /* Preferences.swift in Sources */,
C0BBE36B1F2E816500E68524 /* AppDelegate.swift in Sources */, C0BBE36B1F2E816500E68524 /* AppDelegate.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
@ -469,28 +378,6 @@
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
C0BBE3871F2E81B600E68524 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C0DF1D791F3789DC0038B0A0 /* Memory.swift in Sources */,
C0B906E61F455B7E00B5F89B /* Shaders.metal in Sources */,
C0B906D51F45432700B5F89B /* Preferences.swift in Sources */,
C0BBE3A41F2E81C700E68524 /* Metaballs.swift in Sources */,
C0CE7C001F362C3F001516B6 /* Geometry.swift in Sources */,
C0B906E51F455B7C00B5F89B /* Renderer.swift in Sources */,
C09161701F3F5AE6009C4263 /* PreferencesViewController.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C0BBE3901F2E81B600E68524 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C0BBE39A1F2E81B600E68524 /* MetaballsKitTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */ /* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */ /* Begin PBXTargetDependency section */
@ -499,11 +386,6 @@
target = C0BBE3661F2E816500E68524 /* Metaballs */; target = C0BBE3661F2E816500E68524 /* Metaballs */;
targetProxy = C0BBE3791F2E816500E68524 /* PBXContainerItemProxy */; targetProxy = C0BBE3791F2E816500E68524 /* PBXContainerItemProxy */;
}; };
C0BBE3971F2E81B600E68524 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = C0BBE38B1F2E81B600E68524 /* MetaballsKit */;
targetProxy = C0BBE3961F2E81B600E68524 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */ /* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */ /* Begin PBXVariantGroup section */
@ -729,89 +611,6 @@
}; };
name = Release; name = Release;
}; };
C0BBE39E1F2E81B600E68524 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 78372RE6B4;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = MetaballsKit/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.MetaballsKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
C0BBE39F1F2E81B600E68524 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 78372RE6B4;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_VERSION = A;
INFOPLIST_FILE = MetaballsKit/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.MetaballsKit;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.2;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
C0BBE3A11F2E81B600E68524 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 78372RE6B4;
INFOPLIST_FILE = MetaballsKitTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.MetaballsKitTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
C0BBE3A21F2E81B600E68524 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = 78372RE6B4;
INFOPLIST_FILE = MetaballsKitTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = me.erynwells.MetaballsKitTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
@ -851,24 +650,6 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
C0BBE39D1F2E81B600E68524 /* Build configuration list for PBXNativeTarget "MetaballsKit" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C0BBE39E1F2E81B600E68524 /* Debug */,
C0BBE39F1F2E81B600E68524 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C0BBE3A01F2E81B600E68524 /* Build configuration list for PBXNativeTarget "MetaballsKitTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C0BBE3A11F2E81B600E68524 /* Debug */,
C0BBE3A21F2E81B600E68524 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */ /* End XCConfigurationList section */
}; };
rootObject = C0BBE35F1F2E816500E68524 /* Project object */; rootObject = C0BBE35F1F2E816500E68524 /* Project object */;

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS"> <document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="14313.18" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS">
<dependencies> <dependencies>
<deployment identifier="macosx"/> <deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12121"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="14313.18"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies> </dependencies>
<scenes> <scenes>
@ -207,11 +207,14 @@
<scene sceneID="R2V-B0-nI4"> <scene sceneID="R2V-B0-nI4">
<objects> <objects>
<windowController id="B8D-0N-5wS" sceneMemberID="viewController"> <windowController id="B8D-0N-5wS" sceneMemberID="viewController">
<window key="window" title="🎊 Metaballs" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA"> <window key="window" title="🎊 Metaballs" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="IQv-IB-iLA">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/> <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="480" height="270"/> <rect key="contentRect" x="196" y="240" width="480" height="270"/>
<rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/> <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1027"/>
<connections>
<outlet property="delegate" destination="B8D-0N-5wS" id="OLI-TR-Ij2"/>
</connections>
</window> </window>
<connections> <connections>
<segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/> <segue destination="XfG-lQ-9wD" kind="relationship" relationship="window.shadowedContentViewController" id="cq2-FE-JQM"/>
@ -225,11 +228,14 @@
<scene sceneID="wc9-ue-Eil"> <scene sceneID="wc9-ue-Eil">
<objects> <objects>
<windowController showSeguePresentationStyle="single" id="UFt-7I-hit" sceneMemberID="viewController"> <windowController showSeguePresentationStyle="single" id="UFt-7I-hit" sceneMemberID="viewController">
<window key="window" title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" showsToolbarButton="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="5zN-Bj-JVR" userLabel="Preferences"> <window key="window" title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" id="5zN-Bj-JVR" userLabel="Preferences">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/> <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="480" height="270"/> <rect key="contentRect" x="196" y="240" width="480" height="270"/>
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/> <rect key="screenRect" x="0.0" y="0.0" width="1440" height="878"/>
<connections>
<outlet property="delegate" destination="UFt-7I-hit" id="bae-a6-edD"/>
</connections>
</window> </window>
<connections> <connections>
<segue destination="9PC-bt-7aN" kind="relationship" relationship="window.shadowedContentViewController" id="b5v-pe-Pgt"/> <segue destination="9PC-bt-7aN" kind="relationship" relationship="window.shadowedContentViewController" id="b5v-pe-Pgt"/>
@ -242,7 +248,7 @@
<!--Preferences View Controller--> <!--Preferences View Controller-->
<scene sceneID="Wgz-m9-9q7"> <scene sceneID="Wgz-m9-9q7">
<objects> <objects>
<viewController id="9PC-bt-7aN" customClass="PreferencesViewController" customModule="MetaballsKit" sceneMemberID="viewController"> <viewController id="9PC-bt-7aN" customClass="PreferencesViewController" customModule="Metaballs" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" id="N8a-Ce-Lm4"> <view key="view" id="N8a-Ce-Lm4">
<rect key="frame" x="0.0" y="0.0" width="480" height="270"/> <rect key="frame" x="0.0" y="0.0" width="480" height="270"/>
<autoresizingMask key="autoresizingMask"/> <autoresizingMask key="autoresizingMask"/>

View file

@ -8,7 +8,6 @@
import Cocoa import Cocoa
import MetalKit import MetalKit
import MetaballsKit
class ViewController: NSViewController, RendererDelegate { class ViewController: NSViewController, RendererDelegate {
private static func defaultParameters() -> Parameters { private static func defaultParameters() -> Parameters {

View file

@ -6,6 +6,7 @@
// Copyright © 2017 Eryn Wells. All rights reserved. // Copyright © 2017 Eryn Wells. All rights reserved.
// //
import Cocoa
import Foundation import Foundation
extension UnsafeMutableRawPointer { extension UnsafeMutableRawPointer {

View file

@ -7,7 +7,6 @@
// //
import Foundation import Foundation
import MetaballsKit
import MetalKit import MetalKit
import ScreenSaver import ScreenSaver