Skip to content

Commit 4e71c6b

Browse files
committed
organizational changes to project
committing this independently because xcode crashed and corrupted this project file like a zillion times before i could figure out the clean, safe workaround to performing these changes without screwing anything up...and frankly i'm still a little suspicious.
1 parent 3367634 commit 4e71c6b

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

VVOSCQueryProtocol.xcodeproj/project.pbxproj

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -627,12 +627,8 @@
627627
isa = PBXGroup;
628628
children = (
629629
1A336E4D1FC870E00007877C /* VVOSCQueryProtocol */,
630-
1A336E9B1FC88C0C0007877C /* VVOSCQueryServer */,
631-
1A336EB01FC88C170007877C /* VVOSCQueryClient */,
632-
1A0E2F331FD6D3CB00F0855D /* VVOSCQueryBrowser */,
633-
1A1A866320250EE300D72817 /* OSCQueryHelper */,
634-
1A4F15942030FBED00F4CF29 /* LiveOSCQueryHelper */,
635-
1AE8FD162033388F007A3398 /* MIDIOSCQueryHelper */,
630+
1AC94ED020E52C260035DC6B /* Test apps for Developers */,
631+
1AC94ECF20E52C240035DC6B /* OSCQuery Utilities for Users */,
636632
1A336E4C1FC870E00007877C /* Products */,
637633
1A336E881FC871260007877C /* Frameworks */,
638634
);
@@ -743,6 +739,26 @@
743739
path = LiveOSCQueryHelper;
744740
sourceTree = "<group>";
745741
};
742+
1AC94ECF20E52C240035DC6B /* OSCQuery Utilities for Users */ = {
743+
isa = PBXGroup;
744+
children = (
745+
1A0E2F331FD6D3CB00F0855D /* VVOSCQueryBrowser */,
746+
1A1A866320250EE300D72817 /* OSCQueryHelper */,
747+
1A4F15942030FBED00F4CF29 /* LiveOSCQueryHelper */,
748+
1AE8FD162033388F007A3398 /* MIDIOSCQueryHelper */,
749+
);
750+
name = "OSCQuery Utilities for Users";
751+
sourceTree = "<group>";
752+
};
753+
1AC94ED020E52C260035DC6B /* Test apps for Developers */ = {
754+
isa = PBXGroup;
755+
children = (
756+
1A336E9B1FC88C0C0007877C /* VVOSCQueryServer */,
757+
1A336EB01FC88C170007877C /* VVOSCQueryClient */,
758+
);
759+
name = "Test apps for Developers";
760+
sourceTree = "<group>";
761+
};
746762
1AE8FD162033388F007A3398 /* MIDIOSCQueryHelper */ = {
747763
isa = PBXGroup;
748764
children = (

0 commit comments

Comments
 (0)