Skip to content

Commit

Permalink
Merge branch 'master' into xcode-10.1
Browse files Browse the repository at this point in the history
# Conflicts:
#	.travis.yml
#	Expecta.xcodeproj/project.pbxproj
  • Loading branch information
nsforge committed Dec 21, 2018
2 parents d9a7dc4 + cdc7411 commit 4e3609c
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 396 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: objective-c
osx_image: xcode10.1
xcode_project: Expecta.xcodeproj

script:
- rake clean
- Tests/Support/objc-build-scripts/cibuild
matrix:
include:
- xcode_scheme: Expecta
xcode_destination: platform=macOS
- xcode_scheme: Expecta-iOS
xcode_destination: platform=iOS Simulator,OS=12.1,name=iPhone X
38 changes: 0 additions & 38 deletions Expecta.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,6 @@
3A0A59941AD441CB003DA3E4 /* Sources */,
3A0A59B71AD441CB003DA3E4 /* Frameworks */,
3A0A59B91AD441CB003DA3E4 /* Resources */,
3A0A59BA1AD441CB003DA3E4 /* ShellScript */,
3A0A59C41AD44A87003DA3E4 /* Embed Framework */,
);
buildRules = (
Expand Down Expand Up @@ -1298,19 +1297,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
3A0A59BA1AD441CB003DA3E4 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
};
E93067D813B2E6D100EA26FF /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down Expand Up @@ -1688,10 +1674,6 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/Expecta/Expecta-Prefix.pch";
INFOPLIST_FILE = "Tests/Support/Test-Info.plist";
Expand All @@ -1712,10 +1694,6 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/Expecta/Expecta-Prefix.pch";
INFOPLIST_FILE = "Tests/Support/Test-Info.plist";
Expand All @@ -1736,10 +1714,6 @@
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(DEVELOPER_FRAMEWORKS_DIR)",
"$(inherited)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/Expecta/Expecta-Prefix.pch";
INFOPLIST_FILE = "Tests/Support/Test-Info.plist";
Expand All @@ -1759,10 +1733,6 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/Expecta/Expecta-Prefix.pch";
INFOPLIST_FILE = "Tests/Support/Test-Info.plist";
Expand All @@ -1784,10 +1754,6 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/Expecta/Expecta-Prefix.pch";
INFOPLIST_FILE = "Tests/Support/Test-Info.plist";
Expand All @@ -1809,10 +1775,6 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/Expecta/Expecta-Prefix.pch";
INFOPLIST_FILE = "Tests/Support/Test-Info.plist";
Expand Down
18 changes: 0 additions & 18 deletions Tests/Support/objc-build-scripts/LICENSE.md

This file was deleted.

82 changes: 0 additions & 82 deletions Tests/Support/objc-build-scripts/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions Tests/Support/objc-build-scripts/bootstrap

This file was deleted.

Loading

0 comments on commit 4e3609c

Please sign in to comment.