Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Examples/Sundial/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ targets:
buildPhase: resources
- path: Resources/iOS/Assets.xcassets
buildPhase: resources
- path: Resources/iOS/Info.plist
buildPhase: none
dependencies:
- package: Sundial
product: SundialDemoCombine
Expand Down Expand Up @@ -102,8 +100,6 @@ targets:
buildPhase: resources
- path: Resources/watchOS/Assets.xcassets
buildPhase: resources
- path: Resources/watchOS/Info-Combine.plist
buildPhase: none
dependencies:
- package: Sundial
product: SundialDemoCombine
Expand Down Expand Up @@ -151,8 +147,6 @@ targets:
buildPhase: resources
- path: Resources/iOS/Assets.xcassets
buildPhase: resources
- path: Resources/iOS/Info.plist
buildPhase: none
dependencies:
- package: Sundial
product: SundialDemoStream
Expand Down Expand Up @@ -211,8 +205,6 @@ targets:
buildPhase: resources
- path: Resources/watchOS/Assets.xcassets
buildPhase: resources
- path: Resources/watchOS/Info-Stream.plist
buildPhase: none
dependencies:
- package: Sundial
product: SundialDemoStream
Expand Down
Loading