From 05245ae98cdee795f43e37ba4a50f747ac1b9117 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Wed, 28 Apr 2021 08:43:25 +0200 Subject: [PATCH] Set custom name for application --- ios/Runner.xcodeproj/project.pbxproj | 6 ++++ ios/Runner/Info.plist | 50 ++++++++++++++-------------- 2 files changed, 31 insertions(+), 25 deletions(-) diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 4d37593..33eaa7f 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -441,6 +441,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; buildSettings = { + APP_DISPLAY_NAME = Comunic; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = S8QB4VV633; @@ -518,6 +519,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; buildSettings = { + APP_DISPLAY_NAME = "#Forez"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = A9JXUMT7RC; @@ -589,6 +591,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; buildSettings = { + APP_DISPLAY_NAME = "#Forez"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = A9JXUMT7RC; @@ -660,6 +663,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; buildSettings = { + APP_DISPLAY_NAME = "#Forez"; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = S8QB4VV633; @@ -784,6 +788,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; buildSettings = { + APP_DISPLAY_NAME = Comunic; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = A9JXUMT7RC; @@ -808,6 +813,7 @@ isa = XCBuildConfiguration; baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; buildSettings = { + APP_DISPLAY_NAME = Comunic; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; DEVELOPMENT_TEAM = A9JXUMT7RC; diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 77c19ec..6dc0cd8 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -2,10 +2,10 @@ - CFBundleDisplayName - $(APP_DISPLAY_NAME) CFBundleDevelopmentRegion en + CFBundleDisplayName + $(APP_DISPLAY_NAME) CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier @@ -22,8 +22,31 @@ ???? CFBundleVersion $(FLUTTER_BUILD_NUMBER) + LSApplicationQueriesSchemes + + http + https + LSRequiresIPhoneOS + NSAppTransportSecurity + + NSAAllowsLocalNetworking + + NSAllowsArbitraryLoads + + + NSCameraUsageDescription + Used to record video for posts or conversations. This is also used in video calls + NSMicrophoneUsageDescription + Used to record videos or audio for posts or conversations. This is also used in audio and video calls. + NSPhotoLibraryUsageDescription + Used to share images in posts or conversations, change account image or group logo. + UIBackgroundModes + + fetch + remote-notification + UILaunchStoryboardName LaunchScreen UIMainStoryboardFile @@ -43,28 +66,5 @@ UIViewControllerBasedStatusBarAppearance - NSAppTransportSecurity - - NSAllowsArbitraryLoads - - NSAAllowsLocalNetworking - - - NSPhotoLibraryUsageDescription - Used to share images in posts or conversations, change account image or group logo. - NSCameraUsageDescription - Used to record video for posts or conversations. This is also used in video calls - NSMicrophoneUsageDescription - Used to record videos or audio for posts or conversations. This is also used in audio and video calls. - LSApplicationQueriesSchemes - - http - https - - UIBackgroundModes - - fetch - remote-notification -