@@ -97,26 +97,26 @@ let package = Package(
97
97
" SmithyChecksums " ,
98
98
" SmithyCBOR " ,
99
99
. product( name: " AwsCommonRuntimeKit " , package : " aws-crt-swift " ) ,
100
- // Only include these on macOS, iOS, tvOS, and watchOS (visionOS and Linux are excluded)
100
+ // Only include these on macOS, iOS, tvOS, watchOS, and macCatalyst (visionOS and Linux are excluded)
101
101
. product(
102
102
name: " InMemoryExporter " ,
103
103
package : " opentelemetry-swift " ,
104
- condition: . when( platforms: [ . macOS, . iOS, . tvOS, . watchOS] )
104
+ condition: . when( platforms: [ . macOS, . iOS, . tvOS, . watchOS, . macCatalyst ] )
105
105
) ,
106
106
. product(
107
107
name: " OpenTelemetryApi " ,
108
108
package : " opentelemetry-swift " ,
109
- condition: . when( platforms: [ . macOS, . iOS, . tvOS, . watchOS] )
109
+ condition: . when( platforms: [ . macOS, . iOS, . tvOS, . watchOS, . macCatalyst ] )
110
110
) ,
111
111
. product(
112
112
name: " OpenTelemetrySdk " ,
113
113
package : " opentelemetry-swift " ,
114
- condition: . when( platforms: [ . macOS, . iOS, . tvOS, . watchOS] )
114
+ condition: . when( platforms: [ . macOS, . iOS, . tvOS, . watchOS, . macCatalyst ] )
115
115
) ,
116
116
. product(
117
117
name: " OpenTelemetryProtocolExporterHTTP " ,
118
118
package : " opentelemetry-swift " ,
119
- condition: . when( platforms: [ . macOS, . iOS, . tvOS, . watchOS] )
119
+ condition: . when( platforms: [ . macOS, . iOS, . tvOS, . watchOS, . macCatalyst ] )
120
120
) ,
121
121
] ,
122
122
resources: [
0 commit comments