Skip to content

Commit 56cdd6e

Browse files
committed
perf fixes
1 parent 958480b commit 56cdd6e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

performance/PerformanceExample.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@
425425
isa = XCBuildConfiguration;
426426
buildSettings = {
427427
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
428-
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
429428
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
430429
DEVELOPMENT_TEAM = "";
431430
INFOPLIST_FILE = "$(SRCROOT)/PerformanceExample/Info.plist";
@@ -446,7 +445,6 @@
446445
isa = XCBuildConfiguration;
447446
buildSettings = {
448447
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
449-
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
450448
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
451449
DEVELOPMENT_TEAM = "";
452450
INFOPLIST_FILE = "$(SRCROOT)/PerformanceExample/Info.plist";

performance/PerformanceExample.xcodeproj/xcshareddata/xcschemes/PerformanceExample.xcscheme

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@
2929
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
3030
shouldUseLaunchSchemeArgsEnv = "YES"
3131
shouldAutocreateTestPlan = "YES">
32+
<Testables>
33+
<TestableReference
34+
skipped = "NO">
35+
<BuildableReference
36+
BuildableIdentifier = "primary"
37+
BlueprintIdentifier = "107347C320315A61004A66D1"
38+
BuildableName = "PerformanceExampleUITests.xctest"
39+
BlueprintName = "PerformanceExampleUITests"
40+
ReferencedContainer = "container:PerformanceExample.xcodeproj">
41+
</BuildableReference>
42+
</TestableReference>
43+
</Testables>
3244
</TestAction>
3345
<LaunchAction
3446
buildConfiguration = "Debug"

0 commit comments

Comments
 (0)