Skip to content

Commit ed3ffaa

Browse files
committed
Update Reader bundle identifier to new one with correct app prefix id
Internal ref paaHJt-8hM-p2
1 parent fbca237 commit ed3ffaa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config/Reader.alpha.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "Common.alpha.xcconfig"
22
#include "Version.public.xcconfig"
33

4-
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.reader
4+
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.readerapp
55

66
WP_PUSH_NOTIFICATION_APP_ID = TBD
77
WP_BUILD_CONFIGURATION = alpha

config/Reader.debug.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "Common.debug.xcconfig"
22
#include "Version.public.xcconfig"
33

4-
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.reader
4+
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.readerapp
55

66
WP_PUSH_NOTIFICATION_APP_ID = TBD
77
WP_BUILD_CONFIGURATION = debug

config/Reader.release.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "Common.release.xcconfig"
22
#include "Version.public.xcconfig"
33

4-
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.reader
4+
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.readerapp
55

66
WP_PUSH_NOTIFICATION_APP_ID = TBD
77
WP_BUILD_CONFIGURATION = release

fastlane/Fastfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ JETPACK_EXTENSIONS_BUNDLE_IDENTIFIERS = %w[
4848
].map { |suffix| "#{JETPACK_BUNDLE_IDENTIFIER}.#{suffix}" }
4949
ALL_JETPACK_BUNDLE_IDENTIFIERS = [JETPACK_BUNDLE_IDENTIFIER, *JETPACK_EXTENSIONS_BUNDLE_IDENTIFIERS].freeze
5050

51-
READER_BUNDLE_IDENTIFIER = 'com.automattic.reader'
51+
READER_BUNDLE_IDENTIFIER = 'com.automattic.readerapp'
5252
# Redundant but handy for consistency, especially in codesign.rb
5353
ALL_READER_BUNDLE_IDENTIFIERS = [READER_BUNDLE_IDENTIFIER].freeze
5454

0 commit comments

Comments
 (0)