|
13 | 13 | F241F50D2D08EE8900C053B5 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F241F50C2D08EE8900C053B5 /* Preview Assets.xcassets */; };
|
14 | 14 | /* End PBXBuildFile section */
|
15 | 15 |
|
16 |
| -/* Begin PBXContainerItemProxy section */ |
17 |
| - F241F5132D08EE8900C053B5 /* PBXContainerItemProxy */ = { |
18 |
| - isa = PBXContainerItemProxy; |
19 |
| - containerPortal = F241F4FA2D08EE8800C053B5 /* Project object */; |
20 |
| - proxyType = 1; |
21 |
| - remoteGlobalIDString = F241F5012D08EE8800C053B5; |
22 |
| - remoteInfo = hello_world_swiftui; |
23 |
| - }; |
24 |
| - F241F51D2D08EE8900C053B5 /* PBXContainerItemProxy */ = { |
25 |
| - isa = PBXContainerItemProxy; |
26 |
| - containerPortal = F241F4FA2D08EE8800C053B5 /* Project object */; |
27 |
| - proxyType = 1; |
28 |
| - remoteGlobalIDString = F241F5012D08EE8800C053B5; |
29 |
| - remoteInfo = hello_world_swiftui; |
30 |
| - }; |
31 |
| -/* End PBXContainerItemProxy section */ |
32 |
| - |
33 | 16 | /* Begin PBXFileReference section */
|
34 | 17 | F241F5022D08EE8800C053B5 /* hello_world_swiftui.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = hello_world_swiftui.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
35 | 18 | F241F5052D08EE8800C053B5 /* hello_world_swiftuiApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = hello_world_swiftuiApp.swift; sourceTree = "<group>"; };
|
36 | 19 | F241F5072D08EE8800C053B5 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
37 | 20 | F241F5092D08EE8900C053B5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
38 | 21 | F241F50C2D08EE8900C053B5 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
39 |
| - F241F5122D08EE8900C053B5 /* hello_world_swiftuiTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = hello_world_swiftuiTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
40 |
| - F241F51C2D08EE8900C053B5 /* hello_world_swiftuiUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = hello_world_swiftuiUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
41 | 22 | /* End PBXFileReference section */
|
42 | 23 |
|
43 | 24 | /* Begin PBXFrameworksBuildPhase section */
|
|
48 | 29 | );
|
49 | 30 | runOnlyForDeploymentPostprocessing = 0;
|
50 | 31 | };
|
51 |
| - F241F50F2D08EE8900C053B5 /* Frameworks */ = { |
52 |
| - isa = PBXFrameworksBuildPhase; |
53 |
| - buildActionMask = 2147483647; |
54 |
| - files = ( |
55 |
| - ); |
56 |
| - runOnlyForDeploymentPostprocessing = 0; |
57 |
| - }; |
58 |
| - F241F5192D08EE8900C053B5 /* Frameworks */ = { |
59 |
| - isa = PBXFrameworksBuildPhase; |
60 |
| - buildActionMask = 2147483647; |
61 |
| - files = ( |
62 |
| - ); |
63 |
| - runOnlyForDeploymentPostprocessing = 0; |
64 |
| - }; |
65 | 32 | /* End PBXFrameworksBuildPhase section */
|
66 | 33 |
|
67 | 34 | /* Begin PBXGroup section */
|
|
77 | 44 | isa = PBXGroup;
|
78 | 45 | children = (
|
79 | 46 | F241F5022D08EE8800C053B5 /* hello_world_swiftui.app */,
|
80 |
| - F241F5122D08EE8900C053B5 /* hello_world_swiftuiTests.xctest */, |
81 |
| - F241F51C2D08EE8900C053B5 /* hello_world_swiftuiUITests.xctest */, |
82 | 47 | );
|
83 | 48 | name = Products;
|
84 | 49 | sourceTree = "<group>";
|
|
122 | 87 | productReference = F241F5022D08EE8800C053B5 /* hello_world_swiftui.app */;
|
123 | 88 | productType = "com.apple.product-type.application";
|
124 | 89 | };
|
125 |
| - F241F5112D08EE8900C053B5 /* hello_world_swiftuiTests */ = { |
126 |
| - isa = PBXNativeTarget; |
127 |
| - buildConfigurationList = F241F5292D08EE8900C053B5 /* Build configuration list for PBXNativeTarget "hello_world_swiftuiTests" */; |
128 |
| - buildPhases = ( |
129 |
| - F241F50E2D08EE8900C053B5 /* Sources */, |
130 |
| - F241F50F2D08EE8900C053B5 /* Frameworks */, |
131 |
| - F241F5102D08EE8900C053B5 /* Resources */, |
132 |
| - ); |
133 |
| - buildRules = ( |
134 |
| - ); |
135 |
| - dependencies = ( |
136 |
| - F241F5142D08EE8900C053B5 /* PBXTargetDependency */, |
137 |
| - ); |
138 |
| - name = hello_world_swiftuiTests; |
139 |
| - productName = hello_world_swiftuiTests; |
140 |
| - productReference = F241F5122D08EE8900C053B5 /* hello_world_swiftuiTests.xctest */; |
141 |
| - productType = "com.apple.product-type.bundle.unit-test"; |
142 |
| - }; |
143 |
| - F241F51B2D08EE8900C053B5 /* hello_world_swiftuiUITests */ = { |
144 |
| - isa = PBXNativeTarget; |
145 |
| - buildConfigurationList = F241F52C2D08EE8900C053B5 /* Build configuration list for PBXNativeTarget "hello_world_swiftuiUITests" */; |
146 |
| - buildPhases = ( |
147 |
| - F241F5182D08EE8900C053B5 /* Sources */, |
148 |
| - F241F5192D08EE8900C053B5 /* Frameworks */, |
149 |
| - F241F51A2D08EE8900C053B5 /* Resources */, |
150 |
| - ); |
151 |
| - buildRules = ( |
152 |
| - ); |
153 |
| - dependencies = ( |
154 |
| - F241F51E2D08EE8900C053B5 /* PBXTargetDependency */, |
155 |
| - ); |
156 |
| - name = hello_world_swiftuiUITests; |
157 |
| - productName = hello_world_swiftuiUITests; |
158 |
| - productReference = F241F51C2D08EE8900C053B5 /* hello_world_swiftuiUITests.xctest */; |
159 |
| - productType = "com.apple.product-type.bundle.ui-testing"; |
160 |
| - }; |
161 | 90 | /* End PBXNativeTarget section */
|
162 | 91 |
|
163 | 92 | /* Begin PBXProject section */
|
|
171 | 100 | F241F5012D08EE8800C053B5 = {
|
172 | 101 | CreatedOnToolsVersion = 15.4;
|
173 | 102 | };
|
174 |
| - F241F5112D08EE8900C053B5 = { |
175 |
| - CreatedOnToolsVersion = 15.4; |
176 |
| - TestTargetID = F241F5012D08EE8800C053B5; |
177 |
| - }; |
178 |
| - F241F51B2D08EE8900C053B5 = { |
179 |
| - CreatedOnToolsVersion = 15.4; |
180 |
| - TestTargetID = F241F5012D08EE8800C053B5; |
181 |
| - }; |
182 | 103 | };
|
183 | 104 | };
|
184 | 105 | buildConfigurationList = F241F4FD2D08EE8800C053B5 /* Build configuration list for PBXProject "hello_world_swiftui" */;
|
|
195 | 116 | projectRoot = "";
|
196 | 117 | targets = (
|
197 | 118 | F241F5012D08EE8800C053B5 /* hello_world_swiftui */,
|
198 |
| - F241F5112D08EE8900C053B5 /* hello_world_swiftuiTests */, |
199 |
| - F241F51B2D08EE8900C053B5 /* hello_world_swiftuiUITests */, |
200 | 119 | );
|
201 | 120 | };
|
202 | 121 | /* End PBXProject section */
|
|
211 | 130 | );
|
212 | 131 | runOnlyForDeploymentPostprocessing = 0;
|
213 | 132 | };
|
214 |
| - F241F5102D08EE8900C053B5 /* Resources */ = { |
215 |
| - isa = PBXResourcesBuildPhase; |
216 |
| - buildActionMask = 2147483647; |
217 |
| - files = ( |
218 |
| - ); |
219 |
| - runOnlyForDeploymentPostprocessing = 0; |
220 |
| - }; |
221 |
| - F241F51A2D08EE8900C053B5 /* Resources */ = { |
222 |
| - isa = PBXResourcesBuildPhase; |
223 |
| - buildActionMask = 2147483647; |
224 |
| - files = ( |
225 |
| - ); |
226 |
| - runOnlyForDeploymentPostprocessing = 0; |
227 |
| - }; |
228 | 133 | /* End PBXResourcesBuildPhase section */
|
229 | 134 |
|
230 | 135 | /* Begin PBXSourcesBuildPhase section */
|
|
237 | 142 | );
|
238 | 143 | runOnlyForDeploymentPostprocessing = 0;
|
239 | 144 | };
|
240 |
| - F241F50E2D08EE8900C053B5 /* Sources */ = { |
241 |
| - isa = PBXSourcesBuildPhase; |
242 |
| - buildActionMask = 2147483647; |
243 |
| - files = ( |
244 |
| - ); |
245 |
| - runOnlyForDeploymentPostprocessing = 0; |
246 |
| - }; |
247 |
| - F241F5182D08EE8900C053B5 /* Sources */ = { |
248 |
| - isa = PBXSourcesBuildPhase; |
249 |
| - buildActionMask = 2147483647; |
250 |
| - files = ( |
251 |
| - ); |
252 |
| - runOnlyForDeploymentPostprocessing = 0; |
253 |
| - }; |
254 | 145 | /* End PBXSourcesBuildPhase section */
|
255 | 146 |
|
256 |
| -/* Begin PBXTargetDependency section */ |
257 |
| - F241F5142D08EE8900C053B5 /* PBXTargetDependency */ = { |
258 |
| - isa = PBXTargetDependency; |
259 |
| - target = F241F5012D08EE8800C053B5 /* hello_world_swiftui */; |
260 |
| - targetProxy = F241F5132D08EE8900C053B5 /* PBXContainerItemProxy */; |
261 |
| - }; |
262 |
| - F241F51E2D08EE8900C053B5 /* PBXTargetDependency */ = { |
263 |
| - isa = PBXTargetDependency; |
264 |
| - target = F241F5012D08EE8800C053B5 /* hello_world_swiftui */; |
265 |
| - targetProxy = F241F51D2D08EE8900C053B5 /* PBXContainerItemProxy */; |
266 |
| - }; |
267 |
| -/* End PBXTargetDependency section */ |
268 |
| - |
269 | 147 | /* Begin XCBuildConfiguration section */
|
270 | 148 | F241F5242D08EE8900C053B5 /* Debug */ = {
|
271 | 149 | isa = XCBuildConfiguration;
|
|
302 | 180 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
303 | 181 | COPY_PHASE_STRIP = NO;
|
304 | 182 | DEBUG_INFORMATION_FORMAT = dwarf;
|
| 183 | + DEVELOPMENT_TEAM = S8QB4VV633; |
305 | 184 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
306 | 185 | ENABLE_TESTABILITY = YES;
|
307 | 186 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
365 | 244 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
366 | 245 | COPY_PHASE_STRIP = NO;
|
367 | 246 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
| 247 | + DEVELOPMENT_TEAM = S8QB4VV633; |
368 | 248 | ENABLE_NS_ASSERTIONS = NO;
|
369 | 249 | ENABLE_STRICT_OBJC_MSGSEND = YES;
|
370 | 250 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
|
391 | 271 | buildSettings = {
|
392 | 272 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
393 | 273 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
| 274 | + CODE_SIGN_IDENTITY = "Apple Development"; |
394 | 275 | CODE_SIGN_STYLE = Automatic;
|
395 | 276 | CURRENT_PROJECT_VERSION = 1;
|
396 | 277 | DEVELOPMENT_ASSET_PATHS = "\"hello_world_swiftui/Preview Content\"";
|
|
410 | 291 | MARKETING_VERSION = 1.0;
|
411 | 292 | PRODUCT_BUNDLE_IDENTIFIER = "dev.flutter.plugins.hello-world-swiftui";
|
412 | 293 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 294 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
413 | 295 | SWIFT_EMIT_LOC_STRINGS = YES;
|
414 | 296 | SWIFT_VERSION = 5.0;
|
415 | 297 | TARGETED_DEVICE_FAMILY = "1,2";
|
|
421 | 303 | buildSettings = {
|
422 | 304 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
423 | 305 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
| 306 | + CODE_SIGN_IDENTITY = "Apple Development"; |
424 | 307 | CODE_SIGN_STYLE = Automatic;
|
425 | 308 | CURRENT_PROJECT_VERSION = 1;
|
426 | 309 | DEVELOPMENT_ASSET_PATHS = "\"hello_world_swiftui/Preview Content\"";
|
|
440 | 323 | MARKETING_VERSION = 1.0;
|
441 | 324 | PRODUCT_BUNDLE_IDENTIFIER = "dev.flutter.plugins.hello-world-swiftui";
|
442 | 325 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 326 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
443 | 327 | SWIFT_EMIT_LOC_STRINGS = YES;
|
444 | 328 | SWIFT_VERSION = 5.0;
|
445 | 329 | TARGETED_DEVICE_FAMILY = "1,2";
|
446 | 330 | };
|
447 | 331 | name = Release;
|
448 | 332 | };
|
449 |
| - F241F52A2D08EE8900C053B5 /* Debug */ = { |
450 |
| - isa = XCBuildConfiguration; |
451 |
| - buildSettings = { |
452 |
| - BUNDLE_LOADER = "$(TEST_HOST)"; |
453 |
| - CODE_SIGN_STYLE = Automatic; |
454 |
| - CURRENT_PROJECT_VERSION = 1; |
455 |
| - DEVELOPMENT_TEAM = S8QB4VV633; |
456 |
| - GENERATE_INFOPLIST_FILE = YES; |
457 |
| - IPHONEOS_DEPLOYMENT_TARGET = 17.5; |
458 |
| - MARKETING_VERSION = 1.0; |
459 |
| - PRODUCT_BUNDLE_IDENTIFIER = "dev.flutter.plugins.hello-world-swiftuiTests"; |
460 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
461 |
| - SWIFT_EMIT_LOC_STRINGS = NO; |
462 |
| - SWIFT_VERSION = 5.0; |
463 |
| - TARGETED_DEVICE_FAMILY = "1,2"; |
464 |
| - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/hello_world_swiftui.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/hello_world_swiftui"; |
465 |
| - }; |
466 |
| - name = Debug; |
467 |
| - }; |
468 |
| - F241F52B2D08EE8900C053B5 /* Release */ = { |
469 |
| - isa = XCBuildConfiguration; |
470 |
| - buildSettings = { |
471 |
| - BUNDLE_LOADER = "$(TEST_HOST)"; |
472 |
| - CODE_SIGN_STYLE = Automatic; |
473 |
| - CURRENT_PROJECT_VERSION = 1; |
474 |
| - DEVELOPMENT_TEAM = S8QB4VV633; |
475 |
| - GENERATE_INFOPLIST_FILE = YES; |
476 |
| - IPHONEOS_DEPLOYMENT_TARGET = 17.5; |
477 |
| - MARKETING_VERSION = 1.0; |
478 |
| - PRODUCT_BUNDLE_IDENTIFIER = "dev.flutter.plugins.hello-world-swiftuiTests"; |
479 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
480 |
| - SWIFT_EMIT_LOC_STRINGS = NO; |
481 |
| - SWIFT_VERSION = 5.0; |
482 |
| - TARGETED_DEVICE_FAMILY = "1,2"; |
483 |
| - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/hello_world_swiftui.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/hello_world_swiftui"; |
484 |
| - }; |
485 |
| - name = Release; |
486 |
| - }; |
487 |
| - F241F52D2D08EE8900C053B5 /* Debug */ = { |
488 |
| - isa = XCBuildConfiguration; |
489 |
| - buildSettings = { |
490 |
| - CODE_SIGN_STYLE = Automatic; |
491 |
| - CURRENT_PROJECT_VERSION = 1; |
492 |
| - DEVELOPMENT_TEAM = S8QB4VV633; |
493 |
| - GENERATE_INFOPLIST_FILE = YES; |
494 |
| - MARKETING_VERSION = 1.0; |
495 |
| - PRODUCT_BUNDLE_IDENTIFIER = "dev.flutter.plugins.hello-world-swiftuiUITests"; |
496 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
497 |
| - SWIFT_EMIT_LOC_STRINGS = NO; |
498 |
| - SWIFT_VERSION = 5.0; |
499 |
| - TARGETED_DEVICE_FAMILY = "1,2"; |
500 |
| - TEST_TARGET_NAME = hello_world_swiftui; |
501 |
| - }; |
502 |
| - name = Debug; |
503 |
| - }; |
504 |
| - F241F52E2D08EE8900C053B5 /* Release */ = { |
505 |
| - isa = XCBuildConfiguration; |
506 |
| - buildSettings = { |
507 |
| - CODE_SIGN_STYLE = Automatic; |
508 |
| - CURRENT_PROJECT_VERSION = 1; |
509 |
| - DEVELOPMENT_TEAM = S8QB4VV633; |
510 |
| - GENERATE_INFOPLIST_FILE = YES; |
511 |
| - MARKETING_VERSION = 1.0; |
512 |
| - PRODUCT_BUNDLE_IDENTIFIER = "dev.flutter.plugins.hello-world-swiftuiUITests"; |
513 |
| - PRODUCT_NAME = "$(TARGET_NAME)"; |
514 |
| - SWIFT_EMIT_LOC_STRINGS = NO; |
515 |
| - SWIFT_VERSION = 5.0; |
516 |
| - TARGETED_DEVICE_FAMILY = "1,2"; |
517 |
| - TEST_TARGET_NAME = hello_world_swiftui; |
518 |
| - }; |
519 |
| - name = Release; |
520 |
| - }; |
521 | 333 | /* End XCBuildConfiguration section */
|
522 | 334 |
|
523 | 335 | /* Begin XCConfigurationList section */
|
|
539 | 351 | defaultConfigurationIsVisible = 0;
|
540 | 352 | defaultConfigurationName = Release;
|
541 | 353 | };
|
542 |
| - F241F5292D08EE8900C053B5 /* Build configuration list for PBXNativeTarget "hello_world_swiftuiTests" */ = { |
543 |
| - isa = XCConfigurationList; |
544 |
| - buildConfigurations = ( |
545 |
| - F241F52A2D08EE8900C053B5 /* Debug */, |
546 |
| - F241F52B2D08EE8900C053B5 /* Release */, |
547 |
| - ); |
548 |
| - defaultConfigurationIsVisible = 0; |
549 |
| - defaultConfigurationName = Release; |
550 |
| - }; |
551 |
| - F241F52C2D08EE8900C053B5 /* Build configuration list for PBXNativeTarget "hello_world_swiftuiUITests" */ = { |
552 |
| - isa = XCConfigurationList; |
553 |
| - buildConfigurations = ( |
554 |
| - F241F52D2D08EE8900C053B5 /* Debug */, |
555 |
| - F241F52E2D08EE8900C053B5 /* Release */, |
556 |
| - ); |
557 |
| - defaultConfigurationIsVisible = 0; |
558 |
| - defaultConfigurationName = Release; |
559 |
| - }; |
560 | 354 | /* End XCConfigurationList section */
|
561 | 355 | };
|
562 | 356 | rootObject = F241F4FA2D08EE8800C053B5 /* Project object */;
|
|
0 commit comments