From dde39be0e678acec536e4ca0a41eb2e2ce59ce67 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Thu, 20 Aug 2015 10:28:16 +0200 Subject: [PATCH] Fix iTunes Connect error reg. resource bundle Xcode 7 shows an error when uploading an app to iTunes Connect due to a bug in the Info.plist of the resource bundle. The info.plist shouldn't contain a `CFBundleExecutable` value and the `CFBundlePackageType` should be `BNDL`. Also removed other non needed entries. --- Resources/HockeySDK-Info.plist | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Resources/HockeySDK-Info.plist b/Resources/HockeySDK-Info.plist index 377e6d2809..0db504707b 100644 --- a/Resources/HockeySDK-Info.plist +++ b/Resources/HockeySDK-Info.plist @@ -4,10 +4,6 @@ CFBundleDevelopmentRegion English - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIconFile - CFBundleIdentifier net.hockeyapp.sdk.resources.ios CFBundleInfoDictionaryVersion @@ -15,7 +11,7 @@ CFBundleName ${PRODUCT_NAME} CFBundlePackageType - FMWK + BNDL CFBundleShortVersionString ${VERSION_STRING} CFBundleSignature @@ -23,8 +19,6 @@ CFBundleVersion ${BUILD_NUMBER} NSHumanReadableCopyright - Copyright © 2012 HockeyApp, Bit Stadium GmbH. All rights reserved. - NSPrincipalClass - + Copyright © HockeyApp, Bit Stadium GmbH. All rights reserved.