From 64c69a33a514213c96be73fa4c153caa7a2eb1b9 Mon Sep 17 00:00:00 2001 From: Brandon Haugen Date: Fri, 30 May 2014 08:20:23 -0500 Subject: [PATCH] =?UTF-8?q?Set=20bundle=20ID=20to=20=E2=80=9Corg.readium.S?= =?UTF-8?q?DKLauncher.iOS=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And set the release build configuration to sign the app with the Readium foundations enterprise iOS certificate for distribution to testers. --- SDKLauncher-iOS-Info.plist | 2 +- SDKLauncher-iOS.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/SDKLauncher-iOS-Info.plist b/SDKLauncher-iOS-Info.plist index a7ce95e..9c634fd 100644 --- a/SDKLauncher-iOS-Info.plist +++ b/SDKLauncher-iOS-Info.plist @@ -40,7 +40,7 @@ CFBundleIdentifier - org.readium.${PRODUCT_NAME:rfc1034identifier} + org.readium.SDKLauncher.iOS CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/SDKLauncher-iOS.xcodeproj/project.pbxproj b/SDKLauncher-iOS.xcodeproj/project.pbxproj index f095624..fbbe40e 100644 --- a/SDKLauncher-iOS.xcodeproj/project.pbxproj +++ b/SDKLauncher-iOS.xcodeproj/project.pbxproj @@ -946,6 +946,8 @@ 340FC17816BC3B4600346A59 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Distribution: Readium Foundation"; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Readium Foundation"; GCC_PRECOMPILE_PREFIX_HEADER = YES; HEADER_SEARCH_PATHS = ( "${SDKROOT}/usr/include/libxml2",