Skip to content

Commit

Permalink
Fix project for Xcode 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
x2on committed Feb 20, 2012
1 parent 5c6be39 commit 874adb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios-sim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@
iPhoneSimulatorRemoteClient,
"-Wl,-rpath",
"-Wl,$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks",
"-Wl,-rpath",
"-Wl,$(DEVELOPER_DIR)/../OtherFrameworks",
);
PREBINDING = NO;
SDKROOT = macosx10.6;
Expand All @@ -235,6 +237,8 @@
iPhoneSimulatorRemoteClient,
"-Wl,-rpath",
"-Wl,$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks",
"-Wl,-rpath",
"-Wl,$(DEVELOPER_DIR)/../OtherFrameworks",
);
PREBINDING = NO;
SDKROOT = macosx10.6;
Expand Down

0 comments on commit 874adb6

Please sign in to comment.