Skip to content

Commit d8f5d76

Browse files
committed
Remove bundle identifiers for iOS 13 widgets in Jetpack from Fastfile
These were there to be ready to use once the team was ready to add the widgets. In the meantime, we decided to drop iOS 13, which removes the need for them.
1 parent dabe271 commit d8f5d76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fastlane/Fastfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@ JETPACK_BUNDLE_IDENTIFIER = 'com.automattic.jetpack'
4242
JETPACK_EXTENSIONS_BUNDLE_IDENTIFIERS = %w[
4343
JetpackShare
4444
JetpackDraftAction
45-
JetpackTodayWidget
4645
JetpackStatsWidgets
4746
JetpackNotificationServiceExtension
48-
JetpackAllTimeWidget
49-
JetpackThisWeekWidget
5047
JetpackIntents
5148
].map { |suffix| "#{JETPACK_BUNDLE_IDENTIFIER}.#{suffix}" }
5249
ALL_JETPACK_BUNDLE_IDENTIFIERS = [JETPACK_BUNDLE_IDENTIFIER, *JETPACK_EXTENSIONS_BUNDLE_IDENTIFIERS].freeze

0 commit comments

Comments
 (0)