Skip to content

Commit

Permalink
Merge pull request #18 from x2on/xcode-4.3
Browse files Browse the repository at this point in the history
Fix project for Xcode 4.3
  • Loading branch information
alloy committed Feb 21, 2012
2 parents 5c6be39 + 874adb6 commit 4987e07
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 4987e07

Please sign in to comment.