From a73d27036c54b94caafe151e6497b778dcb9f4f4 Mon Sep 17 00:00:00 2001 From: Thomas Fransolet Date: Thu, 17 Oct 2024 14:49:51 +0200 Subject: [PATCH] update to match ios bundle id --- ios/Runner.xcodeproj/project.pbxproj | 6 +++--- ios/Runner/Info.plist | 2 +- linux/CMakeLists.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index ded8fb7..c1a31c1 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -391,7 +391,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = be.unov.mymuseum.fortsaintheribert; + PRODUCT_BUNDLE_IDENTIFIER = be.unov.myvisit.mymuseumVisitapp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -527,7 +527,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = be.unov.mymuseum.fortsaintheribert; + PRODUCT_BUNDLE_IDENTIFIER = be.unov.myvisit.mymuseumVisitapp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; @@ -555,7 +555,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = be.unov.mymuseum.fortsaintheribert; + PRODUCT_BUNDLE_IDENTIFIER = be.unov.myvisit.mymuseumVisitapp; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 27e057a..587ba80 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -15,7 +15,7 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleName - be.unov.mymuseum.fortsaintheribert + be.unov.myvisit.mymuseumVisitapp CFBundlePackageType APPL CFBundleShortVersionString diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index 2f496b7..6c7bf16 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10) project(runner LANGUAGES CXX) set(BINARY_NAME "mymuseum_visitapp") -set(APPLICATION_ID "be.unov.mymuseum.fortsaintheribert") +set(APPLICATION_ID "be.unov.myvisit.mymuseumVisitapp") cmake_policy(SET CMP0063 NEW)