-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
let project = Project(
name: "BookSeriesApp",
targets: [
.target(
name: "BookSeriesApp",
destinations: .iOS,
product: .app,
bundleId: "com.testdev.bookseriesapp",
infoPlist: .extendingDefault(with: [
"UILaunchStoryboardName": "LaunchScreen",
"UIApplicationSceneManifest": [
"UIApplicationSupportsMultipleScenes": false,
"UISceneConfigurations": [
"UIWindowSceneSessionRoleApplication": [
[
"UISceneConfigurationName": "Default Configuration",
"UISceneDelegateClassName": "$(PRODUCT_MODULE_NAME).SceneDelegate"
]
]
]
]
]),
sources: ["Sources/**"],
resources: ["Resources/**"],
dependencies: [
.project(target: "BookDetailFeature", path: "../Feature/BookDetail")
]
)
]
)위처럼 path를 넣어야하고 string이기 때문에 오류의 문제가 생길 수 있음
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels