Skip to content

Commit 8a5d28c

Browse files
committed
(Chore): Update iOS build config files
Signed-off-by: Victor Omondi <[email protected]>
1 parent 9e1bc65 commit 8a5d28c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

example/push_notifications/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
97C146E61CF9000F007C117D /* Project object */ = {
159159
isa = PBXProject;
160160
attributes = {
161-
LastUpgradeCheck = 1430;
161+
LastUpgradeCheck = 1510;
162162
ORGANIZATIONNAME = "";
163163
TargetAttributes = {
164164
97C146ED1CF9000F007C117D = {
@@ -376,6 +376,7 @@
376376
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
377377
buildSettings = {
378378
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
379+
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
379380
CLANG_ENABLE_MODULES = YES;
380381
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
381382
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
@@ -507,6 +508,7 @@
507508
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
508509
buildSettings = {
509510
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
511+
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
510512
CLANG_ENABLE_MODULES = YES;
511513
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
512514
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
@@ -532,6 +534,7 @@
532534
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
533535
buildSettings = {
534536
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
537+
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES;
535538
CLANG_ENABLE_MODULES = YES;
536539
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
537540
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
@@ -562,7 +565,7 @@
562565
249021D3217E4FDB00AE95B9 /* Profile */,
563566
);
564567
defaultConfigurationIsVisible = 0;
565-
defaultConfigurationName = Release;
568+
defaultConfigurationName = Debug;
566569
};
567570
97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
568571
isa = XCConfigurationList;
@@ -572,7 +575,7 @@
572575
249021D4217E4FDB00AE95B9 /* Profile */,
573576
);
574577
defaultConfigurationIsVisible = 0;
575-
defaultConfigurationName = Release;
578+
defaultConfigurationName = Debug;
576579
};
577580
/* End XCConfigurationList section */
578581
};

example/push_notifications/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1430"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)