Skip to content

Commit

Permalink
Move xcodeproj
Browse files Browse the repository at this point in the history
Moved xcodeproj to the root of the project and updated files that depend on the location of the project file.
  • Loading branch information
barkoded committed Jan 24, 2025
1 parent feb1b95 commit b4d0c98
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:
cancel-in-progress: true

env:
project: Resources/OCHamcrest.xcodeproj
project: OCHamcrest.xcodeproj

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .slather.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ci_service: github
coverage_service: coveralls
xcodeproj: ./Resources/OCHamcrest.xcodeproj
xcodeproj: ./OCHamcrest.xcodeproj
scheme: OCHamcrest
ignore:
- Tests/*
2 changes: 1 addition & 1 deletion Cartfile.project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OCHamcrest:
project: Resources/OCHamcrest.xcodeproj
project: OCHamcrest.xcodeproj
sdks:
- macosx
- iphonesimulator
Expand Down
File renamed without changes.

0 comments on commit b4d0c98

Please sign in to comment.