Rearrange files in the project

This commit is contained in:
Eryn Wells 2017-08-25 11:25:13 -07:00
parent a8204173fa
commit d6acff24ef

View file

@ -134,12 +134,13 @@
/* End PBXFrameworksBuildPhase section */ /* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */ /* Begin PBXGroup section */
C0B906DC1F455AD000B5F89B /* MetaballsSaver */ = { C0B906DC1F455AD000B5F89B /* Screensaver */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
C0B906E81F455D1A00B5F89B /* MetaballsSaverView.swift */, C0B906E81F455D1A00B5F89B /* MetaballsSaverView.swift */,
C0B906E11F455AD000B5F89B /* Info.plist */, C0B906E11F455AD000B5F89B /* Info.plist */,
); );
name = Screensaver;
path = MetaballsSaver; path = MetaballsSaver;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
@ -147,10 +148,10 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
C0BBE3691F2E816500E68524 /* Metaballs */, C0BBE3691F2E816500E68524 /* Metaballs */,
C0B906DC1F455AD000B5F89B /* Screensaver */,
C0BBE38D1F2E81B600E68524 /* Kit */,
C0BBE37B1F2E816500E68524 /* MetaballsTests */, C0BBE37B1F2E816500E68524 /* MetaballsTests */,
C0BBE38D1F2E81B600E68524 /* MetaballsKit */,
C0BBE3981F2E81B600E68524 /* MetaballsKitTests */, C0BBE3981F2E81B600E68524 /* MetaballsKitTests */,
C0B906DC1F455AD000B5F89B /* MetaballsSaver */,
C0BBE3681F2E816500E68524 /* Products */, C0BBE3681F2E816500E68524 /* Products */,
C0BBE3A61F2E893A00E68524 /* Frameworks */, C0BBE3A61F2E893A00E68524 /* Frameworks */,
); );
@ -189,7 +190,7 @@
path = MetaballsTests; path = MetaballsTests;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
C0BBE38D1F2E81B600E68524 /* MetaballsKit */ = { C0BBE38D1F2E81B600E68524 /* Kit */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
C0BBE38E1F2E81B600E68524 /* MetaballsKit.h */, C0BBE38E1F2E81B600E68524 /* MetaballsKit.h */,
@ -202,6 +203,7 @@
C0B906D41F45432700B5F89B /* Preferences.swift */, C0B906D41F45432700B5F89B /* Preferences.swift */,
C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */, C091616F1F3F5AE6009C4263 /* PreferencesViewController.swift */,
); );
name = Kit;
path = MetaballsKit; path = MetaballsKit;
sourceTree = "<group>"; sourceTree = "<group>";
}; };