Skip to content

Commit c8a5780

Browse files
committed
Update brick_breaker
1 parent 382892c commit c8a5780

File tree

24 files changed

+608
-592
lines changed

24 files changed

+608
-592
lines changed

brick_breaker/step_03/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11-
164318BD18DF5A6680CD2504 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 26AD446262BD8282235273F1 /* Pods_Runner.framework */; };
1211
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
1312
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
14-
5F1E0E13968CCFCBD60AC982 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F1AE04AB7282941B7DEADC79 /* Pods_RunnerTests.framework */; };
13+
3EE2A07C881A481442DC9BF2 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DAF8E2111E18A14C6564F3D /* Pods_Runner.framework */; };
14+
581274DD493AD1D3BEA6010C /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7786826A59BE80E7C034E2A5 /* Pods_RunnerTests.framework */; };
1515
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
1616
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1717
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
@@ -42,16 +42,17 @@
4242
/* End PBXCopyFilesBuildPhase section */
4343

4444
/* Begin PBXFileReference section */
45+
0DD3B10A92F7B19EC5AF3C72 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
4546
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4647
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
47-
26AD446262BD8282235273F1 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
48-
2F2643A9DD6E66F7CF3B3F5B /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
4948
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
5049
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
50+
3325E65D2D555E5C03BDA577 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
5151
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
52-
74035602D926CD61CE6575DE /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; };
52+
4DAF8E2111E18A14C6564F3D /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5353
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
5454
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
55+
7786826A59BE80E7C034E2A5 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
5556
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
5657
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
5758
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
@@ -60,53 +61,47 @@
6061
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6162
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6263
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
63-
A3616D4DBD2DF7EA9735939B /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
64-
AD3DD7194C93572A922CD061 /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
65-
D37865341C28F4CF8B9A01F7 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
66-
F1AE04AB7282941B7DEADC79 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
67-
FA2F33729A864F193200D3C4 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
64+
A37FA27669719F99E5E9C8EB /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; };
65+
EA7B43A52E895893672F37AF /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
66+
F6FF4BA8AE09A924752230C1 /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; };
67+
F8F73C1BB83917C000EF6E5B /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
6868
/* End PBXFileReference section */
6969

7070
/* Begin PBXFrameworksBuildPhase section */
7171
97C146EB1CF9000F007C117D /* Frameworks */ = {
7272
isa = PBXFrameworksBuildPhase;
7373
buildActionMask = 2147483647;
7474
files = (
75-
164318BD18DF5A6680CD2504 /* Pods_Runner.framework in Frameworks */,
75+
3EE2A07C881A481442DC9BF2 /* Pods_Runner.framework in Frameworks */,
7676
);
7777
runOnlyForDeploymentPostprocessing = 0;
7878
};
79-
C65D96D18416F690C6BB1A1B /* Frameworks */ = {
79+
A7599983132A63A20FBB11A6 /* Frameworks */ = {
8080
isa = PBXFrameworksBuildPhase;
8181
buildActionMask = 2147483647;
8282
files = (
83-
5F1E0E13968CCFCBD60AC982 /* Pods_RunnerTests.framework in Frameworks */,
83+
581274DD493AD1D3BEA6010C /* Pods_RunnerTests.framework in Frameworks */,
8484
);
8585
runOnlyForDeploymentPostprocessing = 0;
8686
};
8787
/* End PBXFrameworksBuildPhase section */
8888

8989
/* Begin PBXGroup section */
90-
331C8082294A63A400263BE5 /* RunnerTests */ = {
90+
057AFB4926439F6DDB386558 /* Frameworks */ = {
9191
isa = PBXGroup;
9292
children = (
93-
331C807B294A618700263BE5 /* RunnerTests.swift */,
93+
4DAF8E2111E18A14C6564F3D /* Pods_Runner.framework */,
94+
7786826A59BE80E7C034E2A5 /* Pods_RunnerTests.framework */,
9495
);
95-
path = RunnerTests;
96+
name = Frameworks;
9697
sourceTree = "<group>";
9798
};
98-
53B8CB42CDB34D6F5E402E22 /* Pods */ = {
99+
331C8082294A63A400263BE5 /* RunnerTests */ = {
99100
isa = PBXGroup;
100101
children = (
101-
A3616D4DBD2DF7EA9735939B /* Pods-Runner.debug.xcconfig */,
102-
2F2643A9DD6E66F7CF3B3F5B /* Pods-Runner.release.xcconfig */,
103-
D37865341C28F4CF8B9A01F7 /* Pods-Runner.profile.xcconfig */,
104-
AD3DD7194C93572A922CD061 /* Pods-RunnerTests.debug.xcconfig */,
105-
FA2F33729A864F193200D3C4 /* Pods-RunnerTests.release.xcconfig */,
106-
74035602D926CD61CE6575DE /* Pods-RunnerTests.profile.xcconfig */,
102+
331C807B294A618700263BE5 /* RunnerTests.swift */,
107103
);
108-
name = Pods;
109-
path = Pods;
104+
path = RunnerTests;
110105
sourceTree = "<group>";
111106
};
112107
9740EEB11CF90186004384FC /* Flutter */ = {
@@ -127,8 +122,8 @@
127122
97C146F01CF9000F007C117D /* Runner */,
128123
97C146EF1CF9000F007C117D /* Products */,
129124
331C8082294A63A400263BE5 /* RunnerTests */,
130-
53B8CB42CDB34D6F5E402E22 /* Pods */,
131-
C91D86AB7C37B049322E5F6A /* Frameworks */,
125+
FE5E2F722C6F90E7E922D16D /* Pods */,
126+
057AFB4926439F6DDB386558 /* Frameworks */,
132127
);
133128
sourceTree = "<group>";
134129
};
@@ -156,13 +151,18 @@
156151
path = Runner;
157152
sourceTree = "<group>";
158153
};
159-
C91D86AB7C37B049322E5F6A /* Frameworks */ = {
154+
FE5E2F722C6F90E7E922D16D /* Pods */ = {
160155
isa = PBXGroup;
161156
children = (
162-
26AD446262BD8282235273F1 /* Pods_Runner.framework */,
163-
F1AE04AB7282941B7DEADC79 /* Pods_RunnerTests.framework */,
157+
F8F73C1BB83917C000EF6E5B /* Pods-Runner.debug.xcconfig */,
158+
0DD3B10A92F7B19EC5AF3C72 /* Pods-Runner.release.xcconfig */,
159+
EA7B43A52E895893672F37AF /* Pods-Runner.profile.xcconfig */,
160+
A37FA27669719F99E5E9C8EB /* Pods-RunnerTests.debug.xcconfig */,
161+
F6FF4BA8AE09A924752230C1 /* Pods-RunnerTests.release.xcconfig */,
162+
3325E65D2D555E5C03BDA577 /* Pods-RunnerTests.profile.xcconfig */,
164163
);
165-
name = Frameworks;
164+
name = Pods;
165+
path = Pods;
166166
sourceTree = "<group>";
167167
};
168168
/* End PBXGroup section */
@@ -172,10 +172,10 @@
172172
isa = PBXNativeTarget;
173173
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
174174
buildPhases = (
175-
6568DA3218D010923171F2C8 /* [CP] Check Pods Manifest.lock */,
175+
7712F70E4D0E0400A872E27E /* [CP] Check Pods Manifest.lock */,
176176
331C807D294A63A400263BE5 /* Sources */,
177177
331C807F294A63A400263BE5 /* Resources */,
178-
C65D96D18416F690C6BB1A1B /* Frameworks */,
178+
A7599983132A63A20FBB11A6 /* Frameworks */,
179179
);
180180
buildRules = (
181181
);
@@ -191,14 +191,14 @@
191191
isa = PBXNativeTarget;
192192
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
193193
buildPhases = (
194-
9F55EE776AEAE37CBC4EA3D6 /* [CP] Check Pods Manifest.lock */,
194+
FF7F36F52736F60E64844F77 /* [CP] Check Pods Manifest.lock */,
195195
9740EEB61CF901F6004384FC /* Run Script */,
196196
97C146EA1CF9000F007C117D /* Sources */,
197197
97C146EB1CF9000F007C117D /* Frameworks */,
198198
97C146EC1CF9000F007C117D /* Resources */,
199199
9705A1C41CF9048500538489 /* Embed Frameworks */,
200200
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
201-
21C3AB08975F8CA1E1E252BB /* [CP] Embed Pods Frameworks */,
201+
30F87BBA21B3A921BA22B05B /* [CP] Embed Pods Frameworks */,
202202
);
203203
buildRules = (
204204
);
@@ -270,7 +270,7 @@
270270
/* End PBXResourcesBuildPhase section */
271271

272272
/* Begin PBXShellScriptBuildPhase section */
273-
21C3AB08975F8CA1E1E252BB /* [CP] Embed Pods Frameworks */ = {
273+
30F87BBA21B3A921BA22B05B /* [CP] Embed Pods Frameworks */ = {
274274
isa = PBXShellScriptBuildPhase;
275275
buildActionMask = 2147483647;
276276
files = (
@@ -303,7 +303,7 @@
303303
shellPath = /bin/sh;
304304
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
305305
};
306-
6568DA3218D010923171F2C8 /* [CP] Check Pods Manifest.lock */ = {
306+
7712F70E4D0E0400A872E27E /* [CP] Check Pods Manifest.lock */ = {
307307
isa = PBXShellScriptBuildPhase;
308308
buildActionMask = 2147483647;
309309
files = (
@@ -340,7 +340,7 @@
340340
shellPath = /bin/sh;
341341
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
342342
};
343-
9F55EE776AEAE37CBC4EA3D6 /* [CP] Check Pods Manifest.lock */ = {
343+
FF7F36F52736F60E64844F77 /* [CP] Check Pods Manifest.lock */ = {
344344
isa = PBXShellScriptBuildPhase;
345345
buildActionMask = 2147483647;
346346
files = (
@@ -487,7 +487,7 @@
487487
};
488488
331C8088294A63A400263BE5 /* Debug */ = {
489489
isa = XCBuildConfiguration;
490-
baseConfigurationReference = AD3DD7194C93572A922CD061 /* Pods-RunnerTests.debug.xcconfig */;
490+
baseConfigurationReference = A37FA27669719F99E5E9C8EB /* Pods-RunnerTests.debug.xcconfig */;
491491
buildSettings = {
492492
BUNDLE_LOADER = "$(TEST_HOST)";
493493
CODE_SIGN_STYLE = Automatic;
@@ -505,7 +505,7 @@
505505
};
506506
331C8089294A63A400263BE5 /* Release */ = {
507507
isa = XCBuildConfiguration;
508-
baseConfigurationReference = FA2F33729A864F193200D3C4 /* Pods-RunnerTests.release.xcconfig */;
508+
baseConfigurationReference = F6FF4BA8AE09A924752230C1 /* Pods-RunnerTests.release.xcconfig */;
509509
buildSettings = {
510510
BUNDLE_LOADER = "$(TEST_HOST)";
511511
CODE_SIGN_STYLE = Automatic;
@@ -521,7 +521,7 @@
521521
};
522522
331C808A294A63A400263BE5 /* Profile */ = {
523523
isa = XCBuildConfiguration;
524-
baseConfigurationReference = 74035602D926CD61CE6575DE /* Pods-RunnerTests.profile.xcconfig */;
524+
baseConfigurationReference = 3325E65D2D555E5C03BDA577 /* Pods-RunnerTests.profile.xcconfig */;
525525
buildSettings = {
526526
BUNDLE_LOADER = "$(TEST_HOST)";
527527
CODE_SIGN_STYLE = Automatic;

brick_breaker/step_03/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -54,6 +55,7 @@
5455
buildConfiguration = "Debug"
5556
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5657
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
58+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
5759
launchStyle = "0"
5860
useCustomWorkingDirectory = "NO"
5961
ignoresPersistentStateOnLaunch = "NO"

0 commit comments

Comments
 (0)