Project structure #138
-
Hi @stephencelis @mbrandonw I'm trying to replicate the project structure, however I'm not able to hide the app directory inside the package like what isowords does. Is there anything more I add to set? btw this is the sample repo I refer to https://github.com/bscothern/ExampleAppForSwiftPackage (related SO question https://stackoverflow.com/questions/59800045/how-can-i-add-a-demo-app-target-to-a-swift-package) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @josephktcheung, good question. If you add a https://github.com/pointfreeco/isowords/blob/main/App/Package.swift |
Beta Was this translation helpful? Give feedback.
Hi @josephktcheung, good question. If you add a
Package.swift
in a directory with the minimal amount of information to be valid, then Xcode will not display it in the package. For example, in ourApp
directory we have this:https://github.com/pointfreeco/isowords/blob/main/App/Package.swift