From a7a6cfdbc702edda8e17c04c6a3dfe208780791d Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Sun, 15 Mar 2020 09:26:52 -0700 Subject: [PATCH] Fixed Info.plist build warnings --- iOS/Info.plist | 2 +- tvOS/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iOS/Info.plist b/iOS/Info.plist index 1f083fb..d052473 100644 --- a/iOS/Info.plist +++ b/iOS/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - net.pol-online.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/tvOS/Info.plist b/tvOS/Info.plist index f0b6e5e..a887487 100644 --- a/tvOS/Info.plist +++ b/tvOS/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier - net.pol-online.${PRODUCT_NAME:rfc1034identifier} + $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName