Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit 0229518

Browse files
committed
Fixed linker warning for tvOS target
1 parent 9f2cee9 commit 0229518

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

AFOAuth2Manager.xcodeproj/project.pbxproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,6 @@
673673
DYLIB_INSTALL_NAME_BASE = "@rpath";
674674
FRAMEWORK_SEARCH_PATHS = (
675675
"$(inherited)",
676-
"$(PROJECT_DIR)/Carthage/Build/iOS",
677676
"$(PROJECT_DIR)/Carthage/Build/tvOS",
678677
);
679678
INFOPLIST_FILE = "$(PROJECT_DIR)/Resources/Info.plist";
@@ -697,7 +696,6 @@
697696
DYLIB_INSTALL_NAME_BASE = "@rpath";
698697
FRAMEWORK_SEARCH_PATHS = (
699698
"$(inherited)",
700-
"$(PROJECT_DIR)/Carthage/Build/iOS",
701699
"$(PROJECT_DIR)/Carthage/Build/tvOS",
702700
);
703701
INFOPLIST_FILE = "$(PROJECT_DIR)/Resources/Info.plist";
@@ -717,7 +715,6 @@
717715
buildSettings = {
718716
FRAMEWORK_SEARCH_PATHS = (
719717
"$(inherited)",
720-
"$(PROJECT_DIR)/Carthage/Build/iOS",
721718
"$(PROJECT_DIR)/Carthage/Build/tvOS",
722719
);
723720
INFOPLIST_FILE = Tests/Info.plist;
@@ -734,7 +731,6 @@
734731
buildSettings = {
735732
FRAMEWORK_SEARCH_PATHS = (
736733
"$(inherited)",
737-
"$(PROJECT_DIR)/Carthage/Build/iOS",
738734
"$(PROJECT_DIR)/Carthage/Build/tvOS",
739735
);
740736
INFOPLIST_FILE = Tests/Info.plist;
@@ -1056,6 +1052,7 @@
10561052
2934F34A1C161603008B8AE4 /* Release */,
10571053
);
10581054
defaultConfigurationIsVisible = 0;
1055+
defaultConfigurationName = Release;
10591056
};
10601057
2934F35E1C161652008B8AE4 /* Build configuration list for PBXNativeTarget "AFOAuth2Manager OS X Tests" */ = {
10611058
isa = XCConfigurationList;
@@ -1064,6 +1061,7 @@
10641061
2934F3601C161652008B8AE4 /* Release */,
10651062
);
10661063
defaultConfigurationIsVisible = 0;
1064+
defaultConfigurationName = Release;
10671065
};
10681066
29490FBF1BE11BD700893BE1 /* Build configuration list for PBXProject "AFOAuth2Manager" */ = {
10691067
isa = XCConfigurationList;

0 commit comments

Comments
 (0)