diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c6acfaa..91659d5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ concurrency: cancel-in-progress: true env: - project: Resources/OCHamcrest.xcodeproj + project: OCHamcrest.xcodeproj jobs: build: diff --git a/.slather.yml b/.slather.yml index 2dcc0219..e8314224 100644 --- a/.slather.yml +++ b/.slather.yml @@ -1,6 +1,6 @@ ci_service: github coverage_service: coveralls -xcodeproj: ./Resources/OCHamcrest.xcodeproj +xcodeproj: ./OCHamcrest.xcodeproj scheme: OCHamcrest ignore: - Tests/* diff --git a/Cartfile.project b/Cartfile.project index 2dd222a9..32c3a72b 100644 --- a/Cartfile.project +++ b/Cartfile.project @@ -1,5 +1,5 @@ OCHamcrest: - project: Resources/OCHamcrest.xcodeproj + project: OCHamcrest.xcodeproj sdks: - macosx - iphonesimulator diff --git a/Resources/OCHamcrest.xcodeproj/project.pbxproj b/OCHamcrest.xcodeproj/project.pbxproj similarity index 100% rename from Resources/OCHamcrest.xcodeproj/project.pbxproj rename to OCHamcrest.xcodeproj/project.pbxproj diff --git a/Resources/OCHamcrest.xcodeproj/xcshareddata/xcschemes/OCHamcrest.xcscheme b/OCHamcrest.xcodeproj/xcshareddata/xcschemes/OCHamcrest.xcscheme similarity index 100% rename from Resources/OCHamcrest.xcodeproj/xcshareddata/xcschemes/OCHamcrest.xcscheme rename to OCHamcrest.xcodeproj/xcshareddata/xcschemes/OCHamcrest.xcscheme