|
29 | 29 | /* End PBXContainerItemProxy section */ |
30 | 30 |
|
31 | 31 | /* Begin PBXFileReference section */ |
32 | | - 107347C420315A61004A66D1 /* PerformanceExampleSwiftUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PerformanceExampleSwiftUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 32 | + 107347C420315A61004A66D1 /* PerformanceExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PerformanceExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 | 33 | 107347C620315A61004A66D1 /* PerformanceExampleSwiftUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PerformanceExampleSwiftUITests.swift; sourceTree = "<group>"; }; |
34 | 34 | 107347C820315A61004A66D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
35 | | - 5F5A53791ADE67D500F81DF0 /* PerformanceExampleSwift.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PerformanceExampleSwift.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 35 | + 5F5A53791ADE67D500F81DF0 /* PerformanceExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PerformanceExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
36 | 36 | 5F5A537D1ADE67D500F81DF0 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
37 | 37 | 5F5A537F1ADE67D500F81DF0 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
38 | 38 | 5F9961061AE0CF4F0034F503 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
|
85 | 85 | 5F5A534D1ADE670C00F81DF0 /* Products */ = { |
86 | 86 | isa = PBXGroup; |
87 | 87 | children = ( |
88 | | - 5F5A53791ADE67D500F81DF0 /* PerformanceExampleSwift.app */, |
89 | | - 107347C420315A61004A66D1 /* PerformanceExampleSwiftUITests.xctest */, |
| 88 | + 5F5A53791ADE67D500F81DF0 /* PerformanceExample.app */, |
| 89 | + 107347C420315A61004A66D1 /* PerformanceExampleUITests.xctest */, |
90 | 90 | ); |
91 | 91 | name = Products; |
92 | 92 | sourceTree = "<group>"; |
|
120 | 120 | /* End PBXGroup section */ |
121 | 121 |
|
122 | 122 | /* Begin PBXNativeTarget section */ |
123 | | - 107347C320315A61004A66D1 /* PerformanceExampleSwiftUITests */ = { |
| 123 | + 107347C320315A61004A66D1 /* PerformanceExampleUITests */ = { |
124 | 124 | isa = PBXNativeTarget; |
125 | | - buildConfigurationList = 107347CB20315A61004A66D1 /* Build configuration list for PBXNativeTarget "PerformanceExampleSwiftUITests" */; |
| 125 | + buildConfigurationList = 107347CB20315A61004A66D1 /* Build configuration list for PBXNativeTarget "PerformanceExampleUITests" */; |
126 | 126 | buildPhases = ( |
127 | 127 | 107347C020315A61004A66D1 /* Sources */, |
128 | 128 | 107347C120315A61004A66D1 /* Frameworks */, |
|
133 | 133 | dependencies = ( |
134 | 134 | 107347CA20315A61004A66D1 /* PBXTargetDependency */, |
135 | 135 | ); |
136 | | - name = PerformanceExampleSwiftUITests; |
| 136 | + name = PerformanceExampleUITests; |
137 | 137 | productName = PerformanceExampleSwiftUITests; |
138 | | - productReference = 107347C420315A61004A66D1 /* PerformanceExampleSwiftUITests.xctest */; |
| 138 | + productReference = 107347C420315A61004A66D1 /* PerformanceExampleUITests.xctest */; |
139 | 139 | productType = "com.apple.product-type.bundle.ui-testing"; |
140 | 140 | }; |
141 | | - 5F5A53781ADE67D500F81DF0 /* PerformanceExampleSwift */ = { |
| 141 | + 5F5A53781ADE67D500F81DF0 /* PerformanceExample */ = { |
142 | 142 | isa = PBXNativeTarget; |
143 | | - buildConfigurationList = 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "PerformanceExampleSwift" */; |
| 143 | + buildConfigurationList = 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "PerformanceExample" */; |
144 | 144 | buildPhases = ( |
145 | 145 | 5F5A53751ADE67D500F81DF0 /* Sources */, |
146 | 146 | 5F5A53761ADE67D500F81DF0 /* Frameworks */, |
|
150 | 150 | ); |
151 | 151 | dependencies = ( |
152 | 152 | ); |
153 | | - name = PerformanceExampleSwift; |
| 153 | + name = PerformanceExample; |
154 | 154 | productName = PerformanceExampleSwift; |
155 | | - productReference = 5F5A53791ADE67D500F81DF0 /* PerformanceExampleSwift.app */; |
| 155 | + productReference = 5F5A53791ADE67D500F81DF0 /* PerformanceExample.app */; |
156 | 156 | productType = "com.apple.product-type.application"; |
157 | 157 | }; |
158 | 158 | /* End PBXNativeTarget section */ |
|
195 | 195 | projectDirPath = ""; |
196 | 196 | projectRoot = ""; |
197 | 197 | targets = ( |
198 | | - 5F5A53781ADE67D500F81DF0 /* PerformanceExampleSwift */, |
199 | | - 107347C320315A61004A66D1 /* PerformanceExampleSwiftUITests */, |
| 198 | + 5F5A53781ADE67D500F81DF0 /* PerformanceExample */, |
| 199 | + 107347C320315A61004A66D1 /* PerformanceExampleUITests */, |
200 | 200 | ); |
201 | 201 | }; |
202 | 202 | /* End PBXProject section */ |
|
245 | 245 | /* Begin PBXTargetDependency section */ |
246 | 246 | 107347CA20315A61004A66D1 /* PBXTargetDependency */ = { |
247 | 247 | isa = PBXTargetDependency; |
248 | | - target = 5F5A53781ADE67D500F81DF0 /* PerformanceExampleSwift */; |
| 248 | + target = 5F5A53781ADE67D500F81DF0 /* PerformanceExample */; |
249 | 249 | targetProxy = 107347C920315A61004A66D1 /* PBXContainerItemProxy */; |
250 | 250 | }; |
251 | 251 | /* End PBXTargetDependency section */ |
|
276 | 276 | SWIFT_SWIFT3_OBJC_INFERENCE = Default; |
277 | 277 | SWIFT_VERSION = 5.0; |
278 | 278 | TARGETED_DEVICE_FAMILY = "1,2"; |
279 | | - TEST_TARGET_NAME = PerformanceExampleSwift; |
| 279 | + TEST_TARGET_NAME = PerformanceExample; |
280 | 280 | }; |
281 | 281 | name = Debug; |
282 | 282 | }; |
|
305 | 305 | SWIFT_SWIFT3_OBJC_INFERENCE = Default; |
306 | 306 | SWIFT_VERSION = 5.0; |
307 | 307 | TARGETED_DEVICE_FAMILY = "1,2"; |
308 | | - TEST_TARGET_NAME = PerformanceExampleSwift; |
| 308 | + TEST_TARGET_NAME = PerformanceExample; |
309 | 309 | }; |
310 | 310 | name = Release; |
311 | 311 | }; |
|
425 | 425 | isa = XCBuildConfiguration; |
426 | 426 | buildSettings = { |
427 | 427 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
428 | | - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
429 | 428 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
430 | 429 | DEVELOPMENT_TEAM = ""; |
431 | 430 | INFOPLIST_FILE = "$(SRCROOT)/PerformanceExample/Info.plist"; |
|
446 | 445 | isa = XCBuildConfiguration; |
447 | 446 | buildSettings = { |
448 | 447 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
449 | | - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; |
450 | 448 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
451 | 449 | DEVELOPMENT_TEAM = ""; |
452 | 450 | INFOPLIST_FILE = "$(SRCROOT)/PerformanceExample/Info.plist"; |
|
468 | 466 | /* End XCBuildConfiguration section */ |
469 | 467 |
|
470 | 468 | /* Begin XCConfigurationList section */ |
471 | | - 107347CB20315A61004A66D1 /* Build configuration list for PBXNativeTarget "PerformanceExampleSwiftUITests" */ = { |
| 469 | + 107347CB20315A61004A66D1 /* Build configuration list for PBXNativeTarget "PerformanceExampleUITests" */ = { |
472 | 470 | isa = XCConfigurationList; |
473 | 471 | buildConfigurations = ( |
474 | 472 | 107347CC20315A61004A66D1 /* Debug */, |
|
486 | 484 | defaultConfigurationIsVisible = 0; |
487 | 485 | defaultConfigurationName = Release; |
488 | 486 | }; |
489 | | - 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "PerformanceExampleSwift" */ = { |
| 487 | + 5F5A53991ADE67D500F81DF0 /* Build configuration list for PBXNativeTarget "PerformanceExample" */ = { |
490 | 488 | isa = XCConfigurationList; |
491 | 489 | buildConfigurations = ( |
492 | 490 | 5F5A53951ADE67D500F81DF0 /* Debug */, |
|
0 commit comments