Skip to content

Commit

Permalink
Fix tests in case-sensitive file system (#670)
Browse files Browse the repository at this point in the history
Fix tests in case-sensitive file system
  • Loading branch information
yonaskolb authored Oct 6, 2019
2 parents 4314a96 + 38b9b18 commit 2e31065
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 72 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#### Internal

- Updated to SwiftCLI 5.3.2 [#667](https://github.com/yonaskolb/XcodeGen/pull/667) @giginet
- Fixed tests in case-sensitive file system [#670](https://github.com/yonaskolb/XcodeGen/pull/670) @Qusic

## 2.8.0

Expand Down
138 changes: 69 additions & 69 deletions Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Tests/Fixtures/TestProject/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,23 +151,23 @@ targets:
iMessageApp:
type: application.messages
platform: iOS
sources: iMessage
sources: iMessageApp
scheme: {}
dependencies:
- target: iMessageExtension

iMessageExtension:
type: app-extension.messages
platform: iOS
sources: iMessage MessagesExtension
sources: iMessageExtension
settings:
PRODUCT_BUNDLE_IDENTIFIER: com.project.iMessageApp.extension

iMessageStickersExtension:
type: app-extension.messages-sticker-pack
platform: iOS
sources:
- path: iMessage Stickers
- path: iMessageStickers

StaticLibrary_ObjC:
type: library.static
Expand Down

0 comments on commit 2e31065

Please sign in to comment.