Skip to content

Commit

Permalink
Fixed framework search paths for tvOS target
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgindi committed Jan 26, 2016
1 parent 00c5782 commit 7bd892e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Charts/Charts.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,6 @@
"$(inherited)",
"$(PROJECT_DIR)/ThirdParty",
"$(PROJECT_DIR)/ThirdParty/Realm/ios",
"$(PROJECT_DIR)/ThirdParty/Realm/tvos",
);
INFOPLIST_FILE = "Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -1356,7 +1355,6 @@
"$(inherited)",
"$(PROJECT_DIR)/ThirdParty",
"$(PROJECT_DIR)/ThirdParty/Realm/ios",
"$(PROJECT_DIR)/ThirdParty/Realm/tvos",
);
INFOPLIST_FILE = "Supporting Files/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -1380,7 +1378,6 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/ThirdParty",
"$(PROJECT_DIR)/ThirdParty/Realm/ios",
"$(PROJECT_DIR)/ThirdParty/Realm/tvos",
);
GCC_NO_COMMON_BLOCKS = YES;
Expand Down Expand Up @@ -1411,7 +1408,6 @@
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/ThirdParty",
"$(PROJECT_DIR)/ThirdParty/Realm/ios",
"$(PROJECT_DIR)/ThirdParty/Realm/tvos",
);
GCC_NO_COMMON_BLOCKS = YES;
Expand Down

0 comments on commit 7bd892e

Please sign in to comment.