Skip to content

Commit b9d49bb

Browse files
authored
Merge pull request #76 from nohli/example-update
Example updates
2 parents 8cce3f5 + aa7346e commit b9d49bb

15 files changed

Lines changed: 76 additions & 56 deletions

File tree

example/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
*.swp
66
.DS_Store
77
.atom/
8+
.build/
89
.buildlog/
910
.history
1011
.svn/
12+
.swiftpm/
1113
migrate_working_dir/
1214

1315
# IntelliJ related

example/.metadata

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This file should be version controlled and should not be manually edited.
55

66
version:
7-
revision: "a14f74ff3a1cbd521163c5f03d68113d50af93d3"
7+
revision: "adc901062556672b4138e18a4dc62a4be8f4b3c2"
88
channel: "stable"
99

1010
project_type: app
@@ -13,20 +13,20 @@ project_type: app
1313
migration:
1414
platforms:
1515
- platform: root
16-
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
17-
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
16+
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
17+
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
1818
- platform: android
19-
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
20-
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
19+
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
20+
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
2121
- platform: ios
22-
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
23-
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
22+
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
23+
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
2424
- platform: macos
25-
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
26-
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
25+
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
26+
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
2727
- platform: web
28-
create_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
29-
base_revision: a14f74ff3a1cbd521163c5f03d68113d50af93d3
28+
create_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
29+
base_revision: adc901062556672b4138e18a4dc62a4be8f4b3c2
3030

3131
# User provided section
3232

example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>11.0</string>
24+
<string>13.0</string>
2525
</dict>
2626
</plist>

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
# platform :ios, '11.0'
2+
# platform :ios, '13.0'
33

44
target 'Runner' do
55
# Comment the next line if you don't want to use dynamic frameworks

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PODFILE CHECKSUM: 145db09314730361a62c5d7f3d6085f6bbd43761
1+
PODFILE CHECKSUM: a8ac41978586feb431c0b013831ec9a29ae5fd63
22

3-
COCOAPODS: 1.11.3
3+
COCOAPODS: 1.16.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
97C146E61CF9000F007C117D /* Project object */ = {
156156
isa = PBXProject;
157157
attributes = {
158-
LastUpgradeCheck = 1430;
158+
LastUpgradeCheck = 1510;
159159
ORGANIZATIONNAME = "";
160160
TargetAttributes = {
161161
97C146ED1CF9000F007C117D = {
@@ -325,7 +325,7 @@
325325
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
326326
GCC_WARN_UNUSED_FUNCTION = YES;
327327
GCC_WARN_UNUSED_VARIABLE = YES;
328-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
328+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
329329
MTL_ENABLE_DEBUG_INFO = NO;
330330
SDKROOT = iphoneos;
331331
SUPPORTED_PLATFORMS = iphoneos;
@@ -348,7 +348,7 @@
348348
"$(inherited)",
349349
"@executable_path/Frameworks",
350350
);
351-
PRODUCT_BUNDLE_IDENTIFIER = com.responsivenavigationbar.example;
351+
PRODUCT_BUNDLE_IDENTIFIER = com.responsive_navigation_bar.example;
352352
PRODUCT_NAME = "$(TARGET_NAME)";
353353
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
354354
SWIFT_VERSION = 5.0;
@@ -403,7 +403,7 @@
403403
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
404404
GCC_WARN_UNUSED_FUNCTION = YES;
405405
GCC_WARN_UNUSED_VARIABLE = YES;
406-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
406+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
407407
MTL_ENABLE_DEBUG_INFO = YES;
408408
ONLY_ACTIVE_ARCH = YES;
409409
SDKROOT = iphoneos;
@@ -452,7 +452,7 @@
452452
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
453453
GCC_WARN_UNUSED_FUNCTION = YES;
454454
GCC_WARN_UNUSED_VARIABLE = YES;
455-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
455+
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
456456
MTL_ENABLE_DEBUG_INFO = NO;
457457
SDKROOT = iphoneos;
458458
SUPPORTED_PLATFORMS = iphoneos;
@@ -477,7 +477,7 @@
477477
"$(inherited)",
478478
"@executable_path/Frameworks",
479479
);
480-
PRODUCT_BUNDLE_IDENTIFIER = com.responsivenavigationbar.example;
480+
PRODUCT_BUNDLE_IDENTIFIER = com.responsive_navigation_bar.example;
481481
PRODUCT_NAME = "$(TARGET_NAME)";
482482
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
483483
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -500,7 +500,7 @@
500500
"$(inherited)",
501501
"@executable_path/Frameworks",
502502
);
503-
PRODUCT_BUNDLE_IDENTIFIER = com.responsivenavigationbar.example;
503+
PRODUCT_BUNDLE_IDENTIFIER = com.responsive_navigation_bar.example;
504504
PRODUCT_NAME = "$(TARGET_NAME)";
505505
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
506506
SWIFT_VERSION = 5.0;

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

Lines changed: 4 additions & 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"
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<MacroExpansion>
3132
<BuildableReference
@@ -43,11 +44,13 @@
4344
buildConfiguration = "Debug"
4445
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4546
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
47+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
4648
launchStyle = "0"
4749
useCustomWorkingDirectory = "NO"
4850
ignoresPersistentStateOnLaunch = "NO"
4951
debugDocumentVersioning = "YES"
5052
debugServiceExtension = "internal"
53+
enableGPUValidationMode = "1"
5154
allowLocationSimulation = "YES">
5255
<BuildableProductRunnable
5356
runnableDebuggingMode = "0">

example/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

example/macos/Runner.xcodeproj/project.pbxproj

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
331C80D7294CF71000263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
6565
333000ED22D3DE5D00554162 /* Warnings.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Warnings.xcconfig; sourceTree = "<group>"; };
6666
335BBD1A22A9A15E00E9071D /* GeneratedPluginRegistrant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneratedPluginRegistrant.swift; sourceTree = "<group>"; };
67-
33CC10ED2044A3C60003C045 /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
67+
33CC10ED2044A3C60003C045 /* responsive_navigation_bar_example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "responsive_navigation_bar_example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
6868
33CC10F02044A3C60003C045 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
6969
33CC10F22044A3C60003C045 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = Runner/Assets.xcassets; sourceTree = "<group>"; };
7070
33CC10F52044A3C60003C045 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
@@ -131,7 +131,7 @@
131131
33CC10EE2044A3C60003C045 /* Products */ = {
132132
isa = PBXGroup;
133133
children = (
134-
33CC10ED2044A3C60003C045 /* example.app */,
134+
33CC10ED2044A3C60003C045 /* responsive_navigation_bar_example.app */,
135135
331C80D5294CF71000263BE5 /* RunnerTests.xctest */,
136136
);
137137
name = Products;
@@ -217,7 +217,7 @@
217217
);
218218
name = Runner;
219219
productName = Runner;
220-
productReference = 33CC10ED2044A3C60003C045 /* example.app */;
220+
productReference = 33CC10ED2044A3C60003C045 /* responsive_navigation_bar_example.app */;
221221
productType = "com.apple.product-type.application";
222222
};
223223
/* End PBXNativeTarget section */
@@ -226,8 +226,9 @@
226226
33CC10E52044A3C60003C045 /* Project object */ = {
227227
isa = PBXProject;
228228
attributes = {
229+
BuildIndependentTargetsInParallel = YES;
229230
LastSwiftUpdateCheck = 0920;
230-
LastUpgradeCheck = 1430;
231+
LastUpgradeCheck = 1510;
231232
ORGANIZATIONNAME = "";
232233
TargetAttributes = {
233234
331C80D4294CF70F00263BE5 = {
@@ -384,10 +385,10 @@
384385
CURRENT_PROJECT_VERSION = 1;
385386
GENERATE_INFOPLIST_FILE = YES;
386387
MARKETING_VERSION = 1.0;
387-
PRODUCT_BUNDLE_IDENTIFIER = com.responsivenavigationbar.example.RunnerTests;
388+
PRODUCT_BUNDLE_IDENTIFIER = com.responsivenavigationbar.responsiveNavigationBarExample.RunnerTests;
388389
PRODUCT_NAME = "$(TARGET_NAME)";
389390
SWIFT_VERSION = 5.0;
390-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/example";
391+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/responsive_navigation_bar_example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/responsive_navigation_bar_example";
391392
};
392393
name = Debug;
393394
};
@@ -398,10 +399,10 @@
398399
CURRENT_PROJECT_VERSION = 1;
399400
GENERATE_INFOPLIST_FILE = YES;
400401
MARKETING_VERSION = 1.0;
401-
PRODUCT_BUNDLE_IDENTIFIER = com.responsivenavigationbar.example.RunnerTests;
402+
PRODUCT_BUNDLE_IDENTIFIER = com.responsivenavigationbar.responsiveNavigationBarExample.RunnerTests;
402403
PRODUCT_NAME = "$(TARGET_NAME)";
403404
SWIFT_VERSION = 5.0;
404-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/example";
405+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/responsive_navigation_bar_example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/responsive_navigation_bar_example";
405406
};
406407
name = Release;
407408
};
@@ -412,10 +413,10 @@
412413
CURRENT_PROJECT_VERSION = 1;
413414
GENERATE_INFOPLIST_FILE = YES;
414415
MARKETING_VERSION = 1.0;
415-
PRODUCT_BUNDLE_IDENTIFIER = com.responsivenavigationbar.example.RunnerTests;
416+
PRODUCT_BUNDLE_IDENTIFIER = com.responsivenavigationbar.responsiveNavigationBarExample.RunnerTests;
416417
PRODUCT_NAME = "$(TARGET_NAME)";
417418
SWIFT_VERSION = 5.0;
418-
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/example";
419+
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/responsive_navigation_bar_example.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/responsive_navigation_bar_example";
419420
};
420421
name = Profile;
421422
};
@@ -424,6 +425,7 @@
424425
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
425426
buildSettings = {
426427
ALWAYS_SEARCH_USER_PATHS = NO;
428+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
427429
CLANG_ANALYZER_NONNULL = YES;
428430
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
429431
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
@@ -447,17 +449,19 @@
447449
CLANG_WARN_SUSPICIOUS_MOVE = YES;
448450
CODE_SIGN_IDENTITY = "-";
449451
COPY_PHASE_STRIP = NO;
452+
DEAD_CODE_STRIPPING = YES;
450453
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
451454
ENABLE_NS_ASSERTIONS = NO;
452455
ENABLE_STRICT_OBJC_MSGSEND = YES;
456+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
453457
GCC_C_LANGUAGE_STANDARD = gnu11;
454458
GCC_NO_COMMON_BLOCKS = YES;
455459
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
456460
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
457461
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
458462
GCC_WARN_UNUSED_FUNCTION = YES;
459463
GCC_WARN_UNUSED_VARIABLE = YES;
460-
MACOSX_DEPLOYMENT_TARGET = 10.14;
464+
MACOSX_DEPLOYMENT_TARGET = 10.15;
461465
MTL_ENABLE_DEBUG_INFO = NO;
462466
SDKROOT = macosx;
463467
SWIFT_COMPILATION_MODE = wholemodule;
@@ -497,6 +501,7 @@
497501
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
498502
buildSettings = {
499503
ALWAYS_SEARCH_USER_PATHS = NO;
504+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
500505
CLANG_ANALYZER_NONNULL = YES;
501506
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
502507
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
@@ -520,9 +525,11 @@
520525
CLANG_WARN_SUSPICIOUS_MOVE = YES;
521526
CODE_SIGN_IDENTITY = "-";
522527
COPY_PHASE_STRIP = NO;
528+
DEAD_CODE_STRIPPING = YES;
523529
DEBUG_INFORMATION_FORMAT = dwarf;
524530
ENABLE_STRICT_OBJC_MSGSEND = YES;
525531
ENABLE_TESTABILITY = YES;
532+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
526533
GCC_C_LANGUAGE_STANDARD = gnu11;
527534
GCC_DYNAMIC_NO_PIC = NO;
528535
GCC_NO_COMMON_BLOCKS = YES;
@@ -536,7 +543,7 @@
536543
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
537544
GCC_WARN_UNUSED_FUNCTION = YES;
538545
GCC_WARN_UNUSED_VARIABLE = YES;
539-
MACOSX_DEPLOYMENT_TARGET = 10.14;
546+
MACOSX_DEPLOYMENT_TARGET = 10.15;
540547
MTL_ENABLE_DEBUG_INFO = YES;
541548
ONLY_ACTIVE_ARCH = YES;
542549
SDKROOT = macosx;
@@ -550,6 +557,7 @@
550557
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
551558
buildSettings = {
552559
ALWAYS_SEARCH_USER_PATHS = NO;
560+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
553561
CLANG_ANALYZER_NONNULL = YES;
554562
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
555563
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
@@ -573,17 +581,19 @@
573581
CLANG_WARN_SUSPICIOUS_MOVE = YES;
574582
CODE_SIGN_IDENTITY = "-";
575583
COPY_PHASE_STRIP = NO;
584+
DEAD_CODE_STRIPPING = YES;
576585
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
577586
ENABLE_NS_ASSERTIONS = NO;
578587
ENABLE_STRICT_OBJC_MSGSEND = YES;
588+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
579589
GCC_C_LANGUAGE_STANDARD = gnu11;
580590
GCC_NO_COMMON_BLOCKS = YES;
581591
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
582592
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
583593
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
584594
GCC_WARN_UNUSED_FUNCTION = YES;
585595
GCC_WARN_UNUSED_VARIABLE = YES;
586-
MACOSX_DEPLOYMENT_TARGET = 10.14;
596+
MACOSX_DEPLOYMENT_TARGET = 10.15;
587597
MTL_ENABLE_DEBUG_INFO = NO;
588598
SDKROOT = macosx;
589599
SWIFT_COMPILATION_MODE = wholemodule;

example/macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 6 additions & 5 deletions
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"
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
18-
BuildableName = "example.app"
18+
BuildableName = "responsive_navigation_bar_example.app"
1919
BlueprintName = "Runner"
2020
ReferencedContainer = "container:Runner.xcodeproj">
2121
</BuildableReference>
@@ -31,7 +31,7 @@
3131
<BuildableReference
3232
BuildableIdentifier = "primary"
3333
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
34-
BuildableName = "example.app"
34+
BuildableName = "responsive_navigation_bar_example.app"
3535
BlueprintName = "Runner"
3636
ReferencedContainer = "container:Runner.xcodeproj">
3737
</BuildableReference>
@@ -59,13 +59,14 @@
5959
ignoresPersistentStateOnLaunch = "NO"
6060
debugDocumentVersioning = "YES"
6161
debugServiceExtension = "internal"
62+
enableGPUValidationMode = "1"
6263
allowLocationSimulation = "YES">
6364
<BuildableProductRunnable
6465
runnableDebuggingMode = "0">
6566
<BuildableReference
6667
BuildableIdentifier = "primary"
6768
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
68-
BuildableName = "example.app"
69+
BuildableName = "responsive_navigation_bar_example.app"
6970
BlueprintName = "Runner"
7071
ReferencedContainer = "container:Runner.xcodeproj">
7172
</BuildableReference>
@@ -82,7 +83,7 @@
8283
<BuildableReference
8384
BuildableIdentifier = "primary"
8485
BlueprintIdentifier = "33CC10EC2044A3C60003C045"
85-
BuildableName = "example.app"
86+
BuildableName = "responsive_navigation_bar_example.app"
8687
BlueprintName = "Runner"
8788
ReferencedContainer = "container:Runner.xcodeproj">
8889
</BuildableReference>

0 commit comments

Comments
 (0)