diff --git a/Sources/Reader/Info.plist b/Sources/Reader/Info.plist index 8ef8b93c285c..2681b2ffa522 100644 --- a/Sources/Reader/Info.plist +++ b/Sources/Reader/Info.plist @@ -19,7 +19,7 @@ WPExplatPlatform wpios WPItunesAppID - 1565481562 + 6744776413 WPJetpackAppURLScheme ${WP_JETPACK_APP_URL_SCHEME} WPMobileAnnounceAppID diff --git a/Sources/Reader/Reader.entitlements b/Sources/Reader/Reader.entitlements index 70cf1beeadfb..f88a631916f2 100644 --- a/Sources/Reader/Reader.entitlements +++ b/Sources/Reader/Reader.entitlements @@ -14,5 +14,9 @@ group.org.wordpress + keychain-access-groups + + 3TMU3BH3NK.org.wordpress + diff --git a/WordPress/WordPress.xcodeproj/project.pbxproj b/WordPress/WordPress.xcodeproj/project.pbxproj index f779f5f04956..b800bce693e8 100644 --- a/WordPress/WordPress.xcodeproj/project.pbxproj +++ b/WordPress/WordPress.xcodeproj/project.pbxproj @@ -3982,6 +3982,7 @@ INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; INFOPLIST_KEY_NSCameraUsageDescription = "To take photos or videos to use in your posts."; INFOPLIST_KEY_NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos."; + INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "To add photos or videos to your posts."; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; @@ -3992,7 +3993,6 @@ MARKETING_VERSION = "${VERSION_SHORT}"; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.automattic.reader; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; SWIFT_TREAT_WARNINGS_AS_ERRORS = NO; @@ -4030,6 +4030,7 @@ INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; INFOPLIST_KEY_NSCameraUsageDescription = "To take photos or videos to use in your posts."; INFOPLIST_KEY_NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos."; + INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "To add photos or videos to your posts."; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; @@ -4040,7 +4041,6 @@ MARKETING_VERSION = "${VERSION_SHORT}"; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.automattic.reader; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_TREAT_WARNINGS_AS_ERRORS = NO; SWIFT_VERSION = 5.0; @@ -4077,6 +4077,7 @@ INFOPLIST_KEY_ITSAppUsesNonExemptEncryption = NO; INFOPLIST_KEY_NSCameraUsageDescription = "To take photos or videos to use in your posts."; INFOPLIST_KEY_NSMicrophoneUsageDescription = "Enable microphone access to record sound in your videos."; + INFOPLIST_KEY_NSPhotoLibraryUsageDescription = "To add photos or videos to your posts."; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait"; INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; @@ -4087,7 +4088,6 @@ MARKETING_VERSION = "${VERSION_SHORT}"; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; - PRODUCT_BUNDLE_IDENTIFIER = com.automattic.reader; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_TREAT_WARNINGS_AS_ERRORS = NO; SWIFT_VERSION = 5.0; diff --git a/config/Reader.alpha.xcconfig b/config/Reader.alpha.xcconfig index 828e29ea2d6e..17b40f97ba3b 100644 --- a/config/Reader.alpha.xcconfig +++ b/config/Reader.alpha.xcconfig @@ -1,6 +1,8 @@ #include "Common.alpha.xcconfig" #include "Version.public.xcconfig" +PRODUCT_BUNDLE_IDENTIFIER = com.automattic.readerapp + WP_PUSH_NOTIFICATION_APP_ID = TBD WP_BUILD_CONFIGURATION = alpha WP_APP_URL_SCHEME = wpreader diff --git a/config/Reader.debug.xcconfig b/config/Reader.debug.xcconfig index 1b9f72ffa574..6dbe490d37a1 100644 --- a/config/Reader.debug.xcconfig +++ b/config/Reader.debug.xcconfig @@ -1,6 +1,8 @@ #include "Common.debug.xcconfig" #include "Version.public.xcconfig" +PRODUCT_BUNDLE_IDENTIFIER = com.automattic.readerapp + WP_PUSH_NOTIFICATION_APP_ID = TBD WP_BUILD_CONFIGURATION = debug WP_APP_URL_SCHEME = wpreader diff --git a/config/Reader.release.xcconfig b/config/Reader.release.xcconfig index 573551319850..b2e88a878233 100644 --- a/config/Reader.release.xcconfig +++ b/config/Reader.release.xcconfig @@ -1,6 +1,8 @@ #include "Common.release.xcconfig" #include "Version.public.xcconfig" +PRODUCT_BUNDLE_IDENTIFIER = com.automattic.readerapp + WP_PUSH_NOTIFICATION_APP_ID = TBD WP_BUILD_CONFIGURATION = release WP_APP_URL_SCHEME = wpreader diff --git a/fastlane/Fastfile b/fastlane/Fastfile index edbb0b93f57f..af2f3b4f2626 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -48,7 +48,7 @@ JETPACK_EXTENSIONS_BUNDLE_IDENTIFIERS = %w[ ].map { |suffix| "#{JETPACK_BUNDLE_IDENTIFIER}.#{suffix}" } ALL_JETPACK_BUNDLE_IDENTIFIERS = [JETPACK_BUNDLE_IDENTIFIER, *JETPACK_EXTENSIONS_BUNDLE_IDENTIFIERS].freeze -READER_BUNDLE_IDENTIFIER = 'com.automattic.reader' +READER_BUNDLE_IDENTIFIER = 'com.automattic.readerapp' # Redundant but handy for consistency, especially in codesign.rb ALL_READER_BUNDLE_IDENTIFIERS = [READER_BUNDLE_IDENTIFIER].freeze