Skip to content

Commit

Permalink
Rename OSX to macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
nschum committed Sep 12, 2016
1 parent 73f1f10 commit 5a40e03
Show file tree
Hide file tree
Showing 19 changed files with 107 additions and 103 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -6,6 +6,6 @@ before_install:
- gem install --no-document cocoapods xcpretty

script:
- set -o pipefail; xcodebuild -workspace *.xcworkspace -scheme "Hamcrest OSX" build test | xcpretty -c
- set -o pipefail; xcodebuild -workspace *.xcworkspace -scheme "Hamcrest iOS" -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 7" build test | xcpretty -c
- set -o pipefail; xcodebuild -workspace *.xcworkspace -scheme "Hamcrest-macOS" build test | xcpretty -c
- set -o pipefail; xcodebuild -workspace *.xcworkspace -scheme "Hamcrest-iOS" -sdk iphonesimulator -destination "platform=iOS Simulator,OS=latest,name=iPhone 7" build test | xcpretty -c
- pod lib lint
28 changes: 14 additions & 14 deletions Hamcrest.xcodeproj/project.pbxproj
Expand Up @@ -104,7 +104,7 @@
2494844819B60A56007EEA3D /* Hamcrest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Hamcrest.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2496DAF119922407008C270E /* Hamcrest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Hamcrest.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2496DAF519922407008C270E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2496DAFC19922407008C270E /* HamcrestTestsOSX.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HamcrestTestsOSX.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
2496DAFC19922407008C270E /* HamcrestTests-macOS.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "HamcrestTests-macOS.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
2496DAFF19922407008C270E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2496DB0019922407008C270E /* MetaMatcherTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MetaMatcherTests.swift; sourceTree = "<group>"; };
2496DB0A19922429008C270E /* Hamcrest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Hamcrest.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -175,7 +175,7 @@
isa = PBXGroup;
children = (
2496DAF119922407008C270E /* Hamcrest.framework */,
2496DAFC19922407008C270E /* HamcrestTestsOSX.xctest */,
2496DAFC19922407008C270E /* HamcrestTests-macOS.xctest */,
2494844819B60A56007EEA3D /* Hamcrest.framework */,
247C43341B4DD0D700F357B8 /* HamcrestTests.xctest */,
);
Expand Down Expand Up @@ -297,9 +297,9 @@
productReference = 2494844819B60A56007EEA3D /* Hamcrest.framework */;
productType = "com.apple.product-type.framework";
};
2496DAF019922407008C270E /* HamcrestOSX */ = {
2496DAF019922407008C270E /* Hamcrest-macOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 2496DB0419922407008C270E /* Build configuration list for PBXNativeTarget "HamcrestOSX" */;
buildConfigurationList = 2496DB0419922407008C270E /* Build configuration list for PBXNativeTarget "Hamcrest-macOS" */;
buildPhases = (
2496DAEC19922407008C270E /* Sources */,
2496DAED19922407008C270E /* Frameworks */,
Expand All @@ -310,14 +310,14 @@
);
dependencies = (
);
name = HamcrestOSX;
name = "Hamcrest-macOS";
productName = Hamcrest;
productReference = 2496DAF119922407008C270E /* Hamcrest.framework */;
productType = "com.apple.product-type.framework";
};
2496DAFB19922407008C270E /* HamcrestTestsOSX */ = {
2496DAFB19922407008C270E /* HamcrestTests-macOS */ = {
isa = PBXNativeTarget;
buildConfigurationList = 2496DB0719922407008C270E /* Build configuration list for PBXNativeTarget "HamcrestTestsOSX" */;
buildConfigurationList = 2496DB0719922407008C270E /* Build configuration list for PBXNativeTarget "HamcrestTests-macOS" */;
buildPhases = (
2496DAF819922407008C270E /* Sources */,
2496DAF919922407008C270E /* Frameworks */,
Expand All @@ -328,9 +328,9 @@
dependencies = (
246F133C19A230EE001A37DE /* PBXTargetDependency */,
);
name = HamcrestTestsOSX;
name = "HamcrestTests-macOS";
productName = HamcrestTests;
productReference = 2496DAFC19922407008C270E /* HamcrestTestsOSX.xctest */;
productReference = 2496DAFC19922407008C270E /* HamcrestTests-macOS.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
Expand Down Expand Up @@ -373,9 +373,9 @@
projectDirPath = "";
projectRoot = "";
targets = (
2496DAF019922407008C270E /* HamcrestOSX */,
2496DAF019922407008C270E /* Hamcrest-macOS */,
2494844719B60A56007EEA3D /* Hamcrest */,
2496DAFB19922407008C270E /* HamcrestTestsOSX */,
2496DAFB19922407008C270E /* HamcrestTests-macOS */,
247C43331B4DD0D700F357B8 /* HamcrestTests */,
);
};
Expand Down Expand Up @@ -494,7 +494,7 @@
/* Begin PBXTargetDependency section */
246F133C19A230EE001A37DE /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 2496DAF019922407008C270E /* HamcrestOSX */;
target = 2496DAF019922407008C270E /* Hamcrest-macOS */;
targetProxy = 246F133B19A230EE001A37DE /* PBXContainerItemProxy */;
};
247C433C1B4DD0D700F357B8 /* PBXTargetDependency */ = {
Expand Down Expand Up @@ -798,7 +798,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2496DB0419922407008C270E /* Build configuration list for PBXNativeTarget "HamcrestOSX" */ = {
2496DB0419922407008C270E /* Build configuration list for PBXNativeTarget "Hamcrest-macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2496DB0519922407008C270E /* Debug */,
Expand All @@ -807,7 +807,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
2496DB0719922407008C270E /* Build configuration list for PBXNativeTarget "HamcrestTestsOSX" */ = {
2496DB0719922407008C270E /* Build configuration list for PBXNativeTarget "HamcrestTests-macOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
2496DB0819922407008C270E /* Debug */,
Expand Down
Expand Up @@ -16,7 +16,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "2496DAF019922407008C270E"
BuildableName = "Hamcrest.framework"
BlueprintName = "HamcrestOSX"
BlueprintName = "Hamcrest-macOS"
ReferencedContainer = "container:Hamcrest.xcodeproj">
</BuildableReference>
</BuildActionEntry>
Expand All @@ -34,8 +34,8 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "2496DAFB19922407008C270E"
BuildableName = "HamcrestTestsOSX.xctest"
BlueprintName = "HamcrestTestsOSX"
BuildableName = "HamcrestTests-macOS.xctest"
BlueprintName = "HamcrestTests-macOS"
ReferencedContainer = "container:Hamcrest.xcodeproj">
</BuildableReference>
</TestableReference>
Expand All @@ -45,7 +45,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "2496DAF019922407008C270E"
BuildableName = "Hamcrest.framework"
BlueprintName = "HamcrestOSX"
BlueprintName = "Hamcrest-macOS"
ReferencedContainer = "container:Hamcrest.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -67,7 +67,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "2496DAF019922407008C270E"
BuildableName = "Hamcrest.framework"
BlueprintName = "HamcrestOSX"
BlueprintName = "Hamcrest-macOS"
ReferencedContainer = "container:Hamcrest.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand All @@ -85,7 +85,7 @@
BuildableIdentifier = "primary"
BlueprintIdentifier = "2496DAF019922407008C270E"
BuildableName = "Hamcrest.framework"
BlueprintName = "HamcrestOSX"
BlueprintName = "Hamcrest-macOS"
ReferencedContainer = "container:Hamcrest.xcodeproj">
</BuildableReference>
</MacroExpansion>
Expand Down
2 changes: 1 addition & 1 deletion Hamcrest.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Hamcrest/README.playground/Contents.swift
Expand Up @@ -10,7 +10,7 @@
//:
//: Normally, you use these matchers in unit tests, where a mismatch will cause the test to fail, but they also work in Playgrounds, where a mismatch will simply print the error message.
//:
//: **To use this Playground, make sure to build the “Hamcrest OS X” target first (⌘B)!**
//: **To use this Playground, make sure to build the “Hamcrest-macOS” target first (⌘B)!**
//:
//: In either case, the Hamcrest module needs to be imported.

Expand Down

0 comments on commit 5a40e03

Please sign in to comment.