Skip to content

Commit

Permalink
[Xcode] Fix test target configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
isair committed Dec 10, 2015
1 parent d5bfa1e commit 5736085
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions MobilePlayer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,6 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C38833C91B266C2500918C94 /* Skin.json in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1109,7 +1108,6 @@
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
"$(PROJECT_DIR)/build/Debug-iphoneos/Pods-MobilePlayerExample",
"$(PROJECT_DIR)/build/Debug-iphoneos",
);
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -1120,25 +1118,23 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.movielala.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MobilePlayerExample.app/MobilePlayerExample";
};
name = Debug;
};
CE554D6A1AFE6CCD00DAC7E9 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
"BUNDLE_LOADER[arch=*]" = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
"$(PROJECT_DIR)/build/Debug-iphoneos/Pods-MobilePlayerExample",
"$(PROJECT_DIR)/build/Debug-iphoneos",
);
INFOPLIST_FILE = "MobilePlayerTests/Supporting Files/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "com.movielala.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MobilePlayerExample.app/MobilePlayerExample";
};
name = Release;
};
Expand Down

0 comments on commit 5736085

Please sign in to comment.