File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
AmplifyPlugins/Predictions/AWSPredictionsPlugin Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,7 @@ final public class AWSPredictionsPlugin: PredictionsCategoryPlugin {
41
41
}
42
42
*/
43
43
44
- public init ( ) {
45
- }
44
+ init ( ) { }
46
45
}
47
46
48
47
extension AWSPredictionsPlugin : AmplifyVersionable { }
Original file line number Diff line number Diff line change @@ -328,7 +328,6 @@ let predictionsTargets: [Target] = [
328
328
dependencies: [
329
329
. target( name: " Amplify " ) ,
330
330
. target( name: " AWSPluginsCore " ) ,
331
- // .target(name: "CoreMLPredictionsPlugin"), TODO: Re-add
332
331
. product( name: " AWSComprehend " , package : " aws-sdk-swift " ) ,
333
332
. product( name: " AWSPolly " , package : " aws-sdk-swift " ) ,
334
333
. product( name: " AWSRekognition " , package : " aws-sdk-swift " ) ,
@@ -337,9 +336,7 @@ let predictionsTargets: [Target] = [
337
336
. product( name: " AWSTranslate " , package : " aws-sdk-swift " )
338
337
] ,
339
338
path: " AmplifyPlugins/Predictions/AWSPredictionsPlugin " ,
340
- exclude: [
341
- " Resources/Info.plist "
342
- ]
339
+ exclude: [ ]
343
340
) ,
344
341
. testTarget(
345
342
name: " AWSPredictionsPluginUnitTests " ,
You can’t perform that action at this time.
0 commit comments