Skip to content

Commit

Permalink
Fix project's framework search path and deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
threetreeslight committed Oct 16, 2014
1 parent 060a3f2 commit 4024a72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Example/ReproExample/ReproExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,10 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/ReproExample",
"/Users/jollyjoester_pro/Documents/github/repro-ios-sdk",
"$(PROJECT_DIR)/../../",
);
INFOPLIST_FILE = ReproExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand All @@ -393,9 +394,10 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/ReproExample",
"/Users/jollyjoester_pro/Documents/github/repro-ios-sdk",
"$(PROJECT_DIR)/../../",
);
INFOPLIST_FILE = ReproExample/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
};
Expand Down

0 comments on commit 4024a72

Please sign in to comment.