Skip to content

Commit

Permalink
Rearrange frameworks in Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Feb 28, 2012
1 parent e46a6e9 commit b6cc6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CAENLabStatus.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@
93D9F65414D3997600AD2152 = {
isa = PBXGroup;
children = (
9347849614F329D8009C5703 /* SystemConfiguration.framework */,
9347849414F329CF009C5703 /* CFNetwork.framework */,
9347848914F32624009C5703 /* Icon-72.png */,
9347848A14F32624009C5703 /* Icon-Small-50.png */,
9347848B14F32624009C5703 /* Icon-Small.png */,
Expand All @@ -171,6 +169,8 @@
93D9F66214D3997600AD2152 /* Frameworks */ = {
isa = PBXGroup;
children = (
9347849614F329D8009C5703 /* SystemConfiguration.framework */,
9347849414F329CF009C5703 /* CFNetwork.framework */,
93BBAB7214E84A1700B19049 /* QuartzCore.framework */,
93D9F66314D3997600AD2152 /* UIKit.framework */,
93D9F66514D3997600AD2152 /* Foundation.framework */,
Expand Down

0 comments on commit b6cc6a7

Please sign in to comment.