Skip to content

Commit 3f58d36

Browse files
- Update info.plist to move NSUserNotificationUsageDescription key
- Updated app icons for the app - Fixed `PRODUCT_BUNDLE_IDENTIFIER` in the project file to be consistent. - Updated project files to remove unused input and output paths.
1 parent 39cc3e1 commit 3f58d36

23 files changed

Lines changed: 15 additions & 23 deletions

apps/app_core/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -314,14 +314,10 @@
314314
inputFileListPaths = (
315315
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
316316
);
317-
inputPaths = (
318-
);
319317
name = "[CP] Copy Pods Resources";
320318
outputFileListPaths = (
321319
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
322320
);
323-
outputPaths = (
324-
);
325321
runOnlyForDeploymentPostprocessing = 0;
326322
shellPath = /bin/sh;
327323
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
@@ -410,14 +406,10 @@
410406
inputFileListPaths = (
411407
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
412408
);
413-
inputPaths = (
414-
);
415409
name = "[CP] Embed Pods Frameworks";
416410
outputFileListPaths = (
417411
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
418412
);
419-
outputPaths = (
420-
);
421413
runOnlyForDeploymentPostprocessing = 0;
422414
shellPath = /bin/sh;
423415
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
@@ -518,7 +510,7 @@
518510
GCC_WARN_UNUSED_VARIABLE = YES;
519511
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
520512
MTL_ENABLE_DEBUG_INFO = NO;
521-
PRODUCT_BUNDLE_IDENTIFIER = "com.flutter.boilerplate.demo.app";
513+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
522514
SDKROOT = iphoneos;
523515
SUPPORTED_PLATFORMS = iphoneos;
524516
TARGETED_DEVICE_FAMILY = "1,2";
@@ -543,7 +535,7 @@
543535
"$(inherited)",
544536
"@executable_path/Frameworks",
545537
);
546-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.app;
538+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
547539
PRODUCT_NAME = "$(TARGET_NAME)";
548540
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
549541
SUPPORTS_MACCATALYST = NO;
@@ -658,7 +650,7 @@
658650
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
659651
MTL_ENABLE_DEBUG_INFO = YES;
660652
ONLY_ACTIVE_ARCH = YES;
661-
PRODUCT_BUNDLE_IDENTIFIER = "com.flutter.boilerplate.demo.app";
653+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
662654
SDKROOT = iphoneos;
663655
TARGETED_DEVICE_FAMILY = "1,2";
664656
};
@@ -709,7 +701,7 @@
709701
GCC_WARN_UNUSED_VARIABLE = YES;
710702
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
711703
MTL_ENABLE_DEBUG_INFO = NO;
712-
PRODUCT_BUNDLE_IDENTIFIER = "com.flutter.boilerplate.demo.app";
704+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
713705
SDKROOT = iphoneos;
714706
SUPPORTED_PLATFORMS = iphoneos;
715707
SWIFT_COMPILATION_MODE = wholemodule;
@@ -736,7 +728,7 @@
736728
"$(inherited)",
737729
"@executable_path/Frameworks",
738730
);
739-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.app;
731+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
740732
PRODUCT_NAME = "$(TARGET_NAME)";
741733
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
742734
SUPPORTS_MACCATALYST = NO;
@@ -767,7 +759,7 @@
767759
"$(inherited)",
768760
"@executable_path/Frameworks",
769761
);
770-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.app;
762+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
771763
PRODUCT_NAME = "$(TARGET_NAME)";
772764
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
773765
SUPPORTS_MACCATALYST = NO;
@@ -855,7 +847,7 @@
855847
"$(inherited)",
856848
"@executable_path/Frameworks",
857849
);
858-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.app;
850+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
859851
PRODUCT_NAME = "$(TARGET_NAME)";
860852
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
861853
SUPPORTS_MACCATALYST = NO;
@@ -959,7 +951,7 @@
959951
"$(inherited)",
960952
"@executable_path/Frameworks",
961953
);
962-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.app;
954+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
963955
PRODUCT_NAME = "$(TARGET_NAME)";
964956
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
965957
SUPPORTS_MACCATALYST = NO;
@@ -1058,7 +1050,7 @@
10581050
"$(inherited)",
10591051
"@executable_path/Frameworks",
10601052
);
1061-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.app;
1053+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
10621054
PRODUCT_NAME = "$(TARGET_NAME)";
10631055
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
10641056
SUPPORTS_MACCATALYST = NO;
@@ -1162,7 +1154,7 @@
11621154
"$(inherited)",
11631155
"@executable_path/Frameworks",
11641156
);
1165-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.app;
1157+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
11661158
PRODUCT_NAME = "$(TARGET_NAME)";
11671159
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
11681160
SUPPORTS_MACCATALYST = NO;
@@ -1266,7 +1258,7 @@
12661258
"$(inherited)",
12671259
"@executable_path/Frameworks",
12681260
);
1269-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.app;
1261+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
12701262
PRODUCT_NAME = "$(TARGET_NAME)";
12711263
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
12721264
SUPPORTS_MACCATALYST = NO;
@@ -1365,7 +1357,7 @@
13651357
"$(inherited)",
13661358
"@executable_path/Frameworks",
13671359
);
1368-
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.app;
1360+
PRODUCT_BUNDLE_IDENTIFIER = com.flutter.boilerplate.demo.app;
13691361
PRODUCT_NAME = "$(TARGET_NAME)";
13701362
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
13711363
SUPPORTS_MACCATALYST = NO;
31.9 KB
Loading
262 Bytes
Loading
11 Bytes
Loading
-263 Bytes
Loading
178 Bytes
Loading
-212 Bytes
Loading
-653 Bytes
Loading
11 Bytes
Loading
-582 Bytes
Loading

0 commit comments

Comments
 (0)