Skip to content

Commit 454450d

Browse files
committed
Simulator #22
1 parent 990a720 commit 454450d

File tree

4 files changed

+83
-117
lines changed

4 files changed

+83
-117
lines changed

example/ios/Runner.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11-
2D258B99A5BCCB85ACD73384 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F66CB98FB28E261042C8A75A /* Pods_Runner.framework */; };
1211
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
12+
36817DAA3693EFA236C2F86A /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1BE08587D08B0D8F3569A65 /* Pods_Runner.framework */; };
1313
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1414
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
15-
7D9143BA988DC48124A1B261 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DED9751358758BEA2589F638 /* Pods_RunnerTests.framework */; };
15+
7EE0AD18200A78A644484892 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA48D169929BA57B2005E05E /* Pods_RunnerTests.framework */; };
1616
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
1717
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1818
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
@@ -42,65 +42,51 @@
4242
/* End PBXCopyFilesBuildPhase section */
4343

4444
/* Begin PBXFileReference section */
45-
091EA3A838FD0D5E26992714 /* 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>"; };
45+
072266246C31364D31D5B1B7 /* 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>"; };
4646
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4747
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
48-
214A48F0929EF951E7493B3C /* 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>"; };
48+
25E7A8D2363A98C40E55C299 /* 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>"; };
4949
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
5050
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5151
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
52+
6B68751AF6478687F6E1EF2F /* 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>"; };
5253
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
5354
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
54-
766DE9E9AB5333A62FB993D3 /* 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>"; };
5555
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
56-
8956ABDB54A33115779FA92D /* 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>"; };
57-
8F0DC66BB15210161CA0D0F1 /* 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>"; };
5856
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
5957
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
6058
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
6159
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
6260
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
6361
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
6462
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
65-
C112609E6A3DFCD7D86AFCB6 /* 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>"; };
66-
DED9751358758BEA2589F638 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
67-
F66CB98FB28E261042C8A75A /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
63+
B7DA7704C7AB2419AE5FDA90 /* 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>"; };
64+
DA530CB24BFBB7FDAA7D5AD9 /* 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>"; };
65+
E1BE08587D08B0D8F3569A65 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
66+
EA48D169929BA57B2005E05E /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
67+
F1450E3088603E1D305016E4 /* 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>"; };
6868
/* End PBXFileReference section */
6969

7070
/* Begin PBXFrameworksBuildPhase section */
71-
2552422C58C7C0750D9C512D /* Frameworks */ = {
71+
0DE1C0D34EE4F877DD61F2BA /* Frameworks */ = {
7272
isa = PBXFrameworksBuildPhase;
7373
buildActionMask = 2147483647;
7474
files = (
75-
7D9143BA988DC48124A1B261 /* Pods_RunnerTests.framework in Frameworks */,
75+
7EE0AD18200A78A644484892 /* Pods_RunnerTests.framework in Frameworks */,
7676
);
7777
runOnlyForDeploymentPostprocessing = 0;
7878
};
7979
97C146EB1CF9000F007C117D /* Frameworks */ = {
8080
isa = PBXFrameworksBuildPhase;
8181
buildActionMask = 2147483647;
8282
files = (
83-
2D258B99A5BCCB85ACD73384 /* Pods_Runner.framework in Frameworks */,
83+
36817DAA3693EFA236C2F86A /* Pods_Runner.framework in Frameworks */,
8484
);
8585
runOnlyForDeploymentPostprocessing = 0;
8686
};
8787
/* End PBXFrameworksBuildPhase section */
8888

8989
/* Begin PBXGroup section */
90-
11A4374A23E42182F0AAEF9B /* Pods */ = {
91-
isa = PBXGroup;
92-
children = (
93-
214A48F0929EF951E7493B3C /* Pods-Runner.debug.xcconfig */,
94-
8F0DC66BB15210161CA0D0F1 /* Pods-Runner.release.xcconfig */,
95-
091EA3A838FD0D5E26992714 /* Pods-Runner.profile.xcconfig */,
96-
766DE9E9AB5333A62FB993D3 /* Pods-RunnerTests.debug.xcconfig */,
97-
8956ABDB54A33115779FA92D /* Pods-RunnerTests.release.xcconfig */,
98-
C112609E6A3DFCD7D86AFCB6 /* Pods-RunnerTests.profile.xcconfig */,
99-
);
100-
name = Pods;
101-
path = Pods;
102-
sourceTree = "<group>";
103-
};
10490
331C8082294A63A400263BE5 /* RunnerTests */ = {
10591
isa = PBXGroup;
10692
children = (
@@ -109,11 +95,11 @@
10995
path = RunnerTests;
11096
sourceTree = "<group>";
11197
};
112-
6D37E1916EE19492F06346B1 /* Frameworks */ = {
98+
93AF1DE8E10B6B429C6956B7 /* Frameworks */ = {
11399
isa = PBXGroup;
114100
children = (
115-
F66CB98FB28E261042C8A75A /* Pods_Runner.framework */,
116-
DED9751358758BEA2589F638 /* Pods_RunnerTests.framework */,
101+
E1BE08587D08B0D8F3569A65 /* Pods_Runner.framework */,
102+
EA48D169929BA57B2005E05E /* Pods_RunnerTests.framework */,
117103
);
118104
name = Frameworks;
119105
sourceTree = "<group>";
@@ -136,8 +122,8 @@
136122
97C146F01CF9000F007C117D /* Runner */,
137123
97C146EF1CF9000F007C117D /* Products */,
138124
331C8082294A63A400263BE5 /* RunnerTests */,
139-
11A4374A23E42182F0AAEF9B /* Pods */,
140-
6D37E1916EE19492F06346B1 /* Frameworks */,
125+
98426EF53785D0B9A2C8DA6B /* Pods */,
126+
93AF1DE8E10B6B429C6956B7 /* Frameworks */,
141127
);
142128
sourceTree = "<group>";
143129
};
@@ -165,17 +151,31 @@
165151
path = Runner;
166152
sourceTree = "<group>";
167153
};
154+
98426EF53785D0B9A2C8DA6B /* Pods */ = {
155+
isa = PBXGroup;
156+
children = (
157+
25E7A8D2363A98C40E55C299 /* Pods-Runner.debug.xcconfig */,
158+
B7DA7704C7AB2419AE5FDA90 /* Pods-Runner.release.xcconfig */,
159+
F1450E3088603E1D305016E4 /* Pods-Runner.profile.xcconfig */,
160+
6B68751AF6478687F6E1EF2F /* Pods-RunnerTests.debug.xcconfig */,
161+
072266246C31364D31D5B1B7 /* Pods-RunnerTests.release.xcconfig */,
162+
DA530CB24BFBB7FDAA7D5AD9 /* Pods-RunnerTests.profile.xcconfig */,
163+
);
164+
name = Pods;
165+
path = Pods;
166+
sourceTree = "<group>";
167+
};
168168
/* End PBXGroup section */
169169

170170
/* Begin PBXNativeTarget section */
171171
331C8080294A63A400263BE5 /* RunnerTests */ = {
172172
isa = PBXNativeTarget;
173173
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
174174
buildPhases = (
175-
CB607F6AF6B4C5E625FCEDE1 /* [CP] Check Pods Manifest.lock */,
175+
6AF9138F790341D6387BD5B2 /* [CP] Check Pods Manifest.lock */,
176176
331C807D294A63A400263BE5 /* Sources */,
177177
331C807F294A63A400263BE5 /* Resources */,
178-
2552422C58C7C0750D9C512D /* Frameworks */,
178+
0DE1C0D34EE4F877DD61F2BA /* Frameworks */,
179179
);
180180
buildRules = (
181181
);
@@ -191,14 +191,14 @@
191191
isa = PBXNativeTarget;
192192
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
193193
buildPhases = (
194-
A640014D2AEAB94658A6B6EC /* [CP] Check Pods Manifest.lock */,
194+
FC67548428C9FF27B0D25721 /* [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-
441CA3F08A5E38C915F17701 /* [CP] Embed Pods Frameworks */,
201+
14F97E808B547DB9C78ED3C4 /* [CP] Embed Pods Frameworks */,
202202
);
203203
buildRules = (
204204
);
@@ -270,23 +270,7 @@
270270
/* End PBXResourcesBuildPhase section */
271271

272272
/* Begin PBXShellScriptBuildPhase section */
273-
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
274-
isa = PBXShellScriptBuildPhase;
275-
alwaysOutOfDate = 1;
276-
buildActionMask = 2147483647;
277-
files = (
278-
);
279-
inputPaths = (
280-
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
281-
);
282-
name = "Thin Binary";
283-
outputPaths = (
284-
);
285-
runOnlyForDeploymentPostprocessing = 0;
286-
shellPath = /bin/sh;
287-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
288-
};
289-
441CA3F08A5E38C915F17701 /* [CP] Embed Pods Frameworks */ = {
273+
14F97E808B547DB9C78ED3C4 /* [CP] Embed Pods Frameworks */ = {
290274
isa = PBXShellScriptBuildPhase;
291275
buildActionMask = 2147483647;
292276
files = (
@@ -303,22 +287,23 @@
303287
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
304288
showEnvVarsInLog = 0;
305289
};
306-
9740EEB61CF901F6004384FC /* Run Script */ = {
290+
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
307291
isa = PBXShellScriptBuildPhase;
308292
alwaysOutOfDate = 1;
309293
buildActionMask = 2147483647;
310294
files = (
311295
);
312296
inputPaths = (
297+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
313298
);
314-
name = "Run Script";
299+
name = "Thin Binary";
315300
outputPaths = (
316301
);
317302
runOnlyForDeploymentPostprocessing = 0;
318303
shellPath = /bin/sh;
319-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
304+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
320305
};
321-
A640014D2AEAB94658A6B6EC /* [CP] Check Pods Manifest.lock */ = {
306+
6AF9138F790341D6387BD5B2 /* [CP] Check Pods Manifest.lock */ = {
322307
isa = PBXShellScriptBuildPhase;
323308
buildActionMask = 2147483647;
324309
files = (
@@ -333,14 +318,29 @@
333318
outputFileListPaths = (
334319
);
335320
outputPaths = (
336-
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
321+
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
337322
);
338323
runOnlyForDeploymentPostprocessing = 0;
339324
shellPath = /bin/sh;
340325
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
341326
showEnvVarsInLog = 0;
342327
};
343-
CB607F6AF6B4C5E625FCEDE1 /* [CP] Check Pods Manifest.lock */ = {
328+
9740EEB61CF901F6004384FC /* Run Script */ = {
329+
isa = PBXShellScriptBuildPhase;
330+
alwaysOutOfDate = 1;
331+
buildActionMask = 2147483647;
332+
files = (
333+
);
334+
inputPaths = (
335+
);
336+
name = "Run Script";
337+
outputPaths = (
338+
);
339+
runOnlyForDeploymentPostprocessing = 0;
340+
shellPath = /bin/sh;
341+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
342+
};
343+
FC67548428C9FF27B0D25721 /* [CP] Check Pods Manifest.lock */ = {
344344
isa = PBXShellScriptBuildPhase;
345345
buildActionMask = 2147483647;
346346
files = (
@@ -355,7 +355,7 @@
355355
outputFileListPaths = (
356356
);
357357
outputPaths = (
358-
"$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
358+
"$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
359359
);
360360
runOnlyForDeploymentPostprocessing = 0;
361361
shellPath = /bin/sh;
@@ -455,7 +455,7 @@
455455
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
456456
GCC_WARN_UNUSED_FUNCTION = YES;
457457
GCC_WARN_UNUSED_VARIABLE = YES;
458-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
458+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
459459
MTL_ENABLE_DEBUG_INFO = NO;
460460
SDKROOT = iphoneos;
461461
SUPPORTED_PLATFORMS = iphoneos;
@@ -474,7 +474,7 @@
474474
DEVELOPMENT_TEAM = 72KLUSSLV3;
475475
ENABLE_BITCODE = NO;
476476
INFOPLIST_FILE = Runner/Info.plist;
477-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
477+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
478478
LD_RUNPATH_SEARCH_PATHS = (
479479
"$(inherited)",
480480
"@executable_path/Frameworks",
@@ -489,7 +489,7 @@
489489
};
490490
331C8088294A63A400263BE5 /* Debug */ = {
491491
isa = XCBuildConfiguration;
492-
baseConfigurationReference = 766DE9E9AB5333A62FB993D3 /* Pods-RunnerTests.debug.xcconfig */;
492+
baseConfigurationReference = 6B68751AF6478687F6E1EF2F /* Pods-RunnerTests.debug.xcconfig */;
493493
buildSettings = {
494494
BUNDLE_LOADER = "$(TEST_HOST)";
495495
CODE_SIGN_STYLE = Automatic;
@@ -507,7 +507,7 @@
507507
};
508508
331C8089294A63A400263BE5 /* Release */ = {
509509
isa = XCBuildConfiguration;
510-
baseConfigurationReference = 8956ABDB54A33115779FA92D /* Pods-RunnerTests.release.xcconfig */;
510+
baseConfigurationReference = 072266246C31364D31D5B1B7 /* Pods-RunnerTests.release.xcconfig */;
511511
buildSettings = {
512512
BUNDLE_LOADER = "$(TEST_HOST)";
513513
CODE_SIGN_STYLE = Automatic;
@@ -523,7 +523,7 @@
523523
};
524524
331C808A294A63A400263BE5 /* Profile */ = {
525525
isa = XCBuildConfiguration;
526-
baseConfigurationReference = C112609E6A3DFCD7D86AFCB6 /* Pods-RunnerTests.profile.xcconfig */;
526+
baseConfigurationReference = DA530CB24BFBB7FDAA7D5AD9 /* Pods-RunnerTests.profile.xcconfig */;
527527
buildSettings = {
528528
BUNDLE_LOADER = "$(TEST_HOST)";
529529
CODE_SIGN_STYLE = Automatic;
@@ -586,7 +586,7 @@
586586
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
587587
GCC_WARN_UNUSED_FUNCTION = YES;
588588
GCC_WARN_UNUSED_VARIABLE = YES;
589-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
589+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
590590
MTL_ENABLE_DEBUG_INFO = YES;
591591
ONLY_ACTIVE_ARCH = YES;
592592
SDKROOT = iphoneos;
@@ -637,7 +637,7 @@
637637
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
638638
GCC_WARN_UNUSED_FUNCTION = YES;
639639
GCC_WARN_UNUSED_VARIABLE = YES;
640-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
640+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
641641
MTL_ENABLE_DEBUG_INFO = NO;
642642
SDKROOT = iphoneos;
643643
SUPPORTED_PLATFORMS = iphoneos;
@@ -658,7 +658,7 @@
658658
DEVELOPMENT_TEAM = 72KLUSSLV3;
659659
ENABLE_BITCODE = NO;
660660
INFOPLIST_FILE = Runner/Info.plist;
661-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
661+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
662662
LD_RUNPATH_SEARCH_PATHS = (
663663
"$(inherited)",
664664
"@executable_path/Frameworks",
@@ -682,7 +682,7 @@
682682
DEVELOPMENT_TEAM = 72KLUSSLV3;
683683
ENABLE_BITCODE = NO;
684684
INFOPLIST_FILE = Runner/Info.plist;
685-
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
685+
IPHONEOS_DEPLOYMENT_TARGET = 15.6;
686686
LD_RUNPATH_SEARCH_PATHS = (
687687
"$(inherited)",
688688
"@executable_path/Frameworks",

0 commit comments

Comments
 (0)