@@ -4,8 +4,8 @@ import ProjectDescriptionHelpers
44let project = Project (
55 name: " DevLogWidgetExtension " ,
66 options: . options(
7- disableBundleAccessors: true ,
8- disableSynthesizedResourceAccessors: true
7+ disableBundleAccessors: false ,
8+ disableSynthesizedResourceAccessors: false
99 ) ,
1010 settings: . devlogProject( versionXcconfigPath: " ../../Application/Shared/Version.xcconfig " ) ,
1111 targets: [
@@ -31,39 +31,12 @@ let project = Project(
3131 " Project.swift " ,
3232 ]
3333 ) ,
34- . generated( " Derived/Sources/TuistAssets+DevLogWidgetExtension.swift " ) ,
35- . generated( " Derived/Sources/TuistBundle+DevLogWidgetExtension.swift " ) ,
3634 ] ,
3735 resources: [
3836 " Resource/Assets.xcassets " ,
3937 " Resource/Localizable.xcstrings " ,
4038 ] ,
4139 entitlements: . file( path: " Resource/DevLogWidget.entitlements " ) ,
42- scripts: [
43- . pre(
44- script: """
45- mkdir -p " $SRCROOT/Derived/Sources "
46- cat <<'EOF' > " $SRCROOT/Derived/Sources/TuistAssets+DevLogWidgetExtension.swift "
47- // swiftlint:disable:this file_name
48- // Generated workaround for Tuist 4.194.4 widget extension source reference.
49-
50- import Foundation
51- EOF
52- cat <<'EOF' > " $SRCROOT/Derived/Sources/TuistBundle+DevLogWidgetExtension.swift "
53- // swiftlint:disable:this file_name
54- // Generated workaround for Tuist 4.194.4 widget extension source reference.
55-
56- import Foundation
57- EOF
58- """ ,
59- name: " Generate Widget Accessors " ,
60- outputPaths: [
61- " Derived/Sources/TuistAssets+DevLogWidgetExtension.swift " ,
62- " Derived/Sources/TuistBundle+DevLogWidgetExtension.swift " ,
63- ] ,
64- basedOnDependencyAnalysis: false
65- ) ,
66- ] ,
6740 dependencies: [
6841 . project( target: " DevLogWidgetCore " , path: " ../DevLogWidgetCore " ) ,
6942 ] ,
0 commit comments