From b4d0c986c95d8f0ca6aba63e3c6bd69eecd59dfe Mon Sep 17 00:00:00 2001 From: Jens Nerup Date: Fri, 24 Jan 2025 07:59:50 +0100 Subject: [PATCH] Move xcodeproj Moved xcodeproj to the root of the project and updated files that depend on the location of the project file. --- .github/workflows/build.yml | 2 +- .slather.yml | 2 +- Cartfile.project | 2 +- .../project.pbxproj | 0 .../xcshareddata/xcschemes/OCHamcrest.xcscheme | 0 5 files changed, 3 insertions(+), 3 deletions(-) rename {Resources/OCHamcrest.xcodeproj => OCHamcrest.xcodeproj}/project.pbxproj (100%) rename {Resources/OCHamcrest.xcodeproj => OCHamcrest.xcodeproj}/xcshareddata/xcschemes/OCHamcrest.xcscheme (100%) 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