Skip to content

Commit

Permalink
Minor organization improvement in ORSSerial.framework Xcode project.
Browse files Browse the repository at this point in the history
  • Loading branch information
armadsen committed Apr 5, 2015
1 parent 05718a3 commit 4afe95e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Framework Project/ORSSerialPort.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@
9DCA89081A2BB106009285EB = {
isa = PBXGroup;
children = (
A933F59A1AC33D2700461525 /* Cocoa.framework */,
A933F5981AC33D1700461525 /* IOKit.framework */,
9DCA89311A2BB15A009285EB /* ORSSerial.h */,
9DCA89331A2BB1E2009285EB /* Source */,
9DCA89301A2BB14E009285EB /* Resources */,
9DCCC2531AD1D289003E21FC /* Linked Frameworks */,
9DCA89131A2BB106009285EB /* Products */,
);
sourceTree = "<group>";
Expand Down Expand Up @@ -87,6 +86,15 @@
path = ../Source;
sourceTree = "<group>";
};
9DCCC2531AD1D289003E21FC /* Linked Frameworks */ = {
isa = PBXGroup;
children = (
A933F59A1AC33D2700461525 /* Cocoa.framework */,
A933F5981AC33D1700461525 /* IOKit.framework */,
);
name = "Linked Frameworks";
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down

0 comments on commit 4afe95e

Please sign in to comment.